
/*	
---------------------------------------------------- 
	Formatierungen Deutsches Nationaltheater Weimar
	Lombego Systems GbR, Christian Burger 2007
	
	FARBCODES:
	SCHWARZ		#000000
	BLAU		#5998C8
	HELLBLAU	#ACCBE3
----------------------------------------------------      
*/



@import url('navigation.css.php');
@import url('content.css.php');

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 11px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#wrapper{
	position:absolute;
	width: 880px;
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 10px;
	top: 0px;
	border: 0px solid #FF0000;
}

#header{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100px;
	border: 0px solid #FF3300;
}

#header_start{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 185px;
	border: 0px solid #FF3300;
}


#header2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
	border: 0px solid #FF3300;
}

#navBar_horizontal{
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #FF0000;
}


#main_wrapper{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #66cc00;
}

#navBar_vertical{
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
	border: 0px solid #0000ff;
	width: 210px;
}

/*	
---------------------------------------------------- 
	Allgemeines
---------------------------------------------------- 
*/

.invis{
	display:none;
}

a{
	color: #5998C8;
	text-decoration: none;
}

a:link{
	color: #5998C8;
	text-decoration: none;
}

a:visited{
	color: #5998C8;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

a:link.nodecoration{
	border-bottom: 0px dotted #999999;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 28px;
	font-weight: bold;
}

h2{
	font-size: 45px;
	color: #ffffff;
	font-weight:normal;
}

h3{
	font-size: 16px;
	color: #000000;
	font-weight:normal;
	font-weight: bold;
}

h4{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 color: #757F80;
}			

img{
	border: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #header styles ***************/

#header .left{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	height: 100px; 
	width: 210px;
}

#header #pagetitle {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: bold;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 52px 0px 0px 40px;
	heigth: 100px;
	width: 480px;
	border: 0px solid #000000;
}

#header .logo{
	text-align: right;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	heigth: 100px;
	border: 0px solid #000000;
}

#header_start .logo{
	text-align: right;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	heigth: 185px;
	border: 0px solid #000000;
}

/************* #header styles ***************/

#header2 .left{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #000000;
	height: 10px; 
	width: 210px;
}

#header2 .right{
	float: right;
	text-align: left;
	margin: 0px 70px 0px 0px;
	padding: 0px 0px 0px 0px;
	heigth: 10px;
	width: 590px;
	border-top: 2px solid #000000;
}



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #999999;
	text-align:left;
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
	border-top: 1px dotted #999999;
}

#siteInfo a{
	color: #999999;
	text-decoration: none;
	border-bottom: none;
	margin-right: 10px;
}

#siteInfo a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	margin-right: 10px;
}

/************* #siteInfo styles ***************/

.formular{
}

.formular td{
	padding-top: 3px;
	padding-bottom: 0px;
}


.formular label{
	font-size: 11px;
	color: #5998C8;

}

.formular input{
	border: 1px solid #5998C8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.formular select{
	border: 1px solid #5998C8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


.formular input .data_input{
	border: 1px solid #5998C8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.formular textarea{
	width:300px;
	border: 1px solid #5998C8;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.button_send input{
	font-weight: bold;
	border: 1px solid #5998C8;
	background-color: #5998C8;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	padding: 2px 5px 2px 5px
}