﻿body
{
    background-color: #EEEEEE;
    height:100%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

a
{
    color: #FFFFFF;
    text-decoration: none; 
}

a:visited
{
    color: #FFFFFF;  
    text-decoration: none;  
}

a:hover
{
    color: #FFFFFF;
    text-decoration: underline;   
}

a:active
{
    color: #FFFFFF;
    text-decoration: none; 
}

.clearall
{
    clear:both;
}

.textbox
{
    background-color: #FFFFFF;
    color: #000000;
    width: 98%;
    margin-bottom: 8px;
}

.watermarktextbox
{
    background-color: #ECECEC;
    color: #888888;
    width: 98%;
    margin-bottom: 8px;
}

.Hidden
{
    display: none;
}
/* Konstrukt
*******************************************************************************/
.page
{
	width: 735px;
	background-color:#C9C9C9;
	margin-top: 15px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
    border: solid 1px #000000;
}

.header 
{
    border-top: solid 5px #666666;
    padding: 10px 10px 0px 10px;
    background-color: #C9C9C9;
    height: 65px;
    margin-bottom: 5px;
}

.header .logo
{
   width: 400px;
   height: 60px;
   float:left;     
}

.header .languages
{
    float:right;
}

.menu
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    background-color: #C9C9C9;
    width: 100%;  
    border-bottom: solid 1px #666666;
    height: 62px;
    text-align: center;
}

.menulink
{
    float:left;
    width: 105px;
    height: 52px;
    background-image: url('../Images/menulink.png');
    margin-top: 10px;
}

.menulink:hover
{
    float:left;
    margin-top: 0px;
    width: 105px;
    height: 62px;
    background-image: url('../Images/menulinkhover.png');
}

.menulinkactive
{
    float:left;
    margin-top: 0px;
    width: 105px;
    height: 62px;
    background-image: url('../Images/menulinkhover.png');
}

.menutext
{
    padding-top: 10px;
    color: #FFFFFF;
}

.content
{
    width: 100%;
}

.content a
{
    color: #333333;
    text-decoration: underline; 
}

.content a:visited
{
    color: #333333;  
    text-decoration: underline;  
}

.content a:hover
{
    color: #333333;
    text-decoration: none;   
}

.content a:active
{
    color: #333333;
    text-decoration: underline; 
}

.contentmain
{
    margin: 10px 10px 15px 10px;
}

.footer
{
    padding-top: 5px;
    font-size: 9px;
	width: 100%;
	height: 15px;
	border-top: solid 1px #666666;
	border-bottom: solid 5px #666666;
	text-align: center;
}

.footer a
{
	color: #333333;
	text-decoration: underline;
}

.footer a:hover
{
	text-decoration: none;
}
/* Inhalt
*******************************************************************************/
h1
{
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	widows: 99%;
	text-align: center;
}
h3
{
    font-size: 11px;
    width: 100%;
    border-bottom: solid 1px #666666;
    font-weight: bold;
    margin: 10px 0px 8px 0px;
}
hr
{
    border: none;
    color: #666666;
    height: 1px;
    background-color: #666666;
}

/* Modal Popup Page
*******************************************************************************/
.ModalBackground
{
	position: absolute;
	top: 0;
	padding: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666666 url(../Images/ModalBackground.png) 50% 50% repeat;
	opacity: 0.40;
	filter: Alpha(Opacity=40);
	z-index: 50;
}
.ModalLayer 
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	z-index: 60;
	text-align: center;
}

/* Login Page
*******************************************************************************/
label
{
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bold;	
	margin-right: 20px;
	margin-top: 4px;
}

fieldset
{
    border: solid 1px #666666;
    margin-left: 180px;
    width: 350px;
    padding: 5px;
}

fieldset #ctl00_main_btnLogin
{
    margin-left: 235px;
    margin-top: 10px;
}

/* About Page
*******************************************************************************/
.teampicture
{
	margin-bottom: 25px;
	text-align: center;	
}

.teamprofile
{
	border-top: solid 1px #363636;
	padding-bottom: 30px;
}

.teamprofile_pic
{
	float: left;
	width: 40%;
}

.teamprofile_info
{
	padding-top: 10px;
	float: right;
	width: 60%;
}

.teamprofile_desc
{
}

/* Contact Page
*******************************************************************************/

.contactinformation
{
    float: left;
    width: 230px;
    margin-left: 15px;
    margin-top: 15px;
}

.contactmap
{
    float: right;
    margin-top: 15px;
    margin-right: 20px;
}

.contacttext
{
    width: 70%;
    text-align:center;
    margin-bottom: 10px;
    margin-left: 110px;
}

.formbutton
{
    float:right;    
}

/* Sample Page
*******************************************************************************/

.songs
{
    float: left;
    width: 49%;
    margin-bottom: 15px;
}

.songinformation
{
    padding-top: 10px;
    float: right;
    width: 49%;
    margin-bottom: 15px;
}

/* Default Page
*******************************************************************************/
.banner
{
	text-align: center;
}


/* Prices Page
*******************************************************************************/
.pricetable
{
	margin-top: 20px;
	border-top: solid 1px #363636;
	padding: 15px 25px 0px 25px;
}
.pricetable table
{
	margin-top: 20px;
}

/* Studio Page
*******************************************************************************/




