/* BASICS ***********************************************************************/

a  { 
	color: #404589; 
	font-weight: bold; 
	text-decoration: none 
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
}

.h3	 			{ color:#000000; font-weight: bold; font-size: 13px; font-family: Verdana, Helvetica, Arial }
.text			{ color:#000000; font-style: normal; font-size: 11px; line-height: 13px; font-family: Verdana, Helvetica, Arial }
.textgrey		{ color:#666666; font-style: normal; font-size: 11px; line-height: 13px; font-family: Verdana, Helvetica, Arial }
.textgreybold	{ color:#666666; font-style: normal; font-weight: bold; font-size: 11px; line-height: 13px; font-family: Verdana, Helvetica, Arial }
.textcolored	{ color:#000000; font-style: normal; font-size: 11px; line-height: 13px; font-family: Verdana, Helvetica, Arial }
.textwhite		{ color:#000000; font-style: normal; font-size: 11px; line-height: 13px; font-family: Verdana, Helvetica, Arial }
.textcopyright	{ color:#666666; font-size: 9px; line-height: 16px; font-family:Verdana, Helvetica, Arial }
.textbold     	{ color:#000000; font-weight: bold; font-size: 11px; line-height: 13px; font-family: Verdana, Helvetica, Geneva, Arial }
.smalltextwhite { color:#000000; font-size: 10px; line-height:11px; font-family: Verdana, Helvetica, Geneva, Arial }
.smalltextbold  { color:#000000; font-size: 10px; line-height:13px; font-weight: bold; font-family: Verdana, Helvetica, Geneva, Arial }
.smalltext  	{ color:#000000; font-size: 10px; line-height:11px; font-family: Verdana, Helvetica, Geneva, Arial; padding:2px;margin-top:2px;}
.smalltextgrey 	{ color:#000000; font-size: 10px; line-height:11px; font-family: Verdana, Helvetica, Geneva, Arial }
.supersmalltext	{ color:#666666; font-size: 9px; line-height:11px; font-family: Verdana, Helvetica, Geneva, Arial }

body {
	background-color:#051F6E;	
	background-repeat:no-repeat;
 	background-attachment:fixed;
	color: #000000;
	font: 75%/1.6em Arial, 'Lucida Grande', tahoma, arial, sans-serif;
	font-size:12px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	}

h1 { 
	position: relative;  
	font: Arial, 'Lucida Grande', tahoma, arial, sans-serif;
	font-size:15px;
	color:#666666;
	margin:0px 0px 0px 0px; 
	padding: 0px 0px 5px 0px; 
	}

	
h2 {
	 font-size: 110%;
	 margin: 0px; 
	 }

hr {
	border-style: none;
	border-bottom:solid #999 1px;
}
/* Listen *****************************************************************/	 
ul {
	list-style-type:none;
}

ul.bullet {
	list-style-type:circle;
}

ul.bullet li {
	padding-top:2px;
	}
	
ul.square {
	list-style-type:none; 
	color:#000066;
}

ul.square li {
	padding-top:2px;
}	


ul.no_bullet li {
	padding: 0px 0px 10px 0px;
	list-style-image:none;
} 

ul.no_bullet {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

dd, ol li{
	margin-bottom:10px;
}


/* Tabellenformatierungen ************************************************* */

table {
	border-style:none;
	font: 75%/1.6em Arial, 'Lucida Grande', tahoma, arial, sans-serif;
	font-size:12px;
}

th { 
	font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	text-align: left;
	vertical-align:top;
	/*background-color: #cccccc;*/
	padding:4px;
	}
	
td {
	text-align: left;
	vertical-align:top;
	padding:4px;
}

table.border {
	border:1px #eeeeee solid;
	padding: 0px;
	margin: 0px;
}

table.border th, table.border td {
	padding:5px;
	margin:0px;
}

td.separator { 
 	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:#cccccc; 
  	padding-top: 5px;
  	margin:0px 2px 2px 0px;
	}
	


/* Farbwerte color_1 - color_n fuer td, tr */
	
.color_1 {
}

.color_2 {
}

/*  ************************************** */
caption {
	font-size:10px;
	color:#666666;
	text-align:left;
}

td.overlib {
	padding:0px 0px 0px 0px;
	border:1px #000000 solid;
}
	
td.indent {
	padding-left:50px;
}

td.comment {
/*	border-left:1px #cccccc dashed; */
	padding:10px 10px 10px 0px;
}

tfoot td {
	font-size:10px;
/*	background-color:#eeeeee; */
	padding:4px 20px 4px 0px;
	
}

/*divs fuer pagenav ********************************************/

div.pagenav_block {
	border:1px #000000 solid;
}

div.pagenav_title {
	width:49%;
	float:left;
	background:green;
}

div.pagenav_text {
	width:50%;
	float:right;
}

div.pagenav_link {
	width:49%;
	background:yellow;
}

/* container ***************************************************/

div#container  { 
	position:absolute; 
	width:570px;
	left: 200px; 
	top: 160px; 
	text-align:left; 
	float:left;  
	background-color:#EAEAEA;
}

/* content *****************************************************/
div#pagetitle { 
	margin:0px 0px 0px 0px; 
	padding:10px 10px 4px 5px; 
	clear:both;
}


div#content {
	padding: 0px 5px 0px 5px;  
	margin: 0px;
/*  div#content ist nur für den Abstand vom content zum container verantwortlich */
	position:relative;
} 


div#both_columns{
	/*width:98%;*/ 
	float:left;
	padding:0px 0px 15px 100px; 
	}


div#left_column{
	width:59%; 
	float:left;
	padding-bottom:15px; 


}

div#right_column {
	width:38%; 
	float:right;		/*  die Breite der beiden columns sollte nicht 100%
						//	ergeben, da der IE sonst mit dem Padding von div#content
						//	einen Umbruch erzeugt */
	padding-top:5px;
	padding-bottom:15px;
}

/* right_row // steht bei design10.sd links !!! //********************************************/

div#right_row  { 
	position: absolute; 
	top: 0px; 
	left: -190px;  
	width: 180px; 
	}

/* header **************************************************************************************/

div#header  { 
	width:760px;
	text-align:left;
	height: 80px;
	}

#logo {
	display:block; 
	width:400px; 
  	padding:0px 0px 0px 0px;
}


/* nav ******************************************************************************************/

ul#nav  { 
	 background-color: #000066; 
	 height:70px;
	 padding:0px 0px 0px 0px;
	 margin:0px 0px 0px 200px;
	 line-height: 14px; 
	 font-size:12px; 
	 font-family:Arial,Tahoma,Helvetica,Arial,sans-serif;
	 vertical-align:top;
	 width:570px;
	 
	}

ul#nav li  { 
	display:block; 
/*	margin-right: 4px;   */
	background-color:#666666; 
	float:left; 
	margin-bottom:0px; 
	width:110px;
	margin-top:0px;
	padding-right:1px;
	}

ul#nav a.selected  { 
	display: block; 
	float:left; 
	background-color:#26267D; 
	color:#ffffff; 
	}

#nav a { 
	font-weight:bold; 
	display:block; 
	float:left; 
	padding-bottom: 56px; 
/*	padding-left:4px; */
	width:100%;
	background-color: #000066;  
	color:#ffffff;
	}

#nav a:hover {
	background-color:#26267D; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold; 
	display:block; 
	float:left; 
	padding:0px 1px 56px 0px; 
/*	padding-left:4px;   */
	width:109px;
}


/*subnav ********************************************************/
ul#subnav  { 
	 padding:0px 0px 0px 0px;
	 margin:0px 0px 0px 0px;
	 line-height: 14px; 
	 font-size: 12px; 
	 font-family:Arial,Tahoma,Helvetica,Arial,sans-serif;
	 vertical-align:top;	 
	}

ul#subnav li  { 
	display:block; 
/*	margin-right: 4px;  
	background-color:#cccccc;  */
	float:left; 
	margin-bottom:0px; 
	width:175px;
	margin-top:0px;
	padding-right:1px;
	margin-bottom: 8px; 
	}


#subnav a { 
	font-weight:normal; 
	display:block; 
	float:left; 
	padding: 5px 2px 4px 2px; 
/*	padding-left:4px; */
	width:100%;
	border:1px solid #666666;
	color:#ffffff;
	}

ul#subnav a.selected  { 
	display: block; 
	float:left; 
	color:#FFFFFF; 
	border:1px solid #FFFFFF;
	font-weight:bold; 
	}
	
#subnav a:hover {
	background-color:#26267D; 
/*	padding-left:4px;   */
	color:#ffffff; 
	border:1px solid #cccccc;
	text-decoration:none; 
	font-weight:bold; 
	display:block; 
	float:left; 
	padding: 5px 2px 4px 2px; 
}


/* Formulare ************************************************************/

label {
	float: left;
	text-align: left;
	width:7.5em;
	padding:0px 15px 10px 5px;
}	

form br {
  	clear: both;
 }

form div.comment {
	padding:5px 0px 0px 8em;
	clear:both;

/*	border:1px #999999 solid; */

}

textarea {
	width:210px;
	height:200px;
	border: 1px solid #999999;
	background-color: #EAEAEA; 
	
}

form div.radio_buttons {
	float:left;
	width:250px; 
	position:relative; 
	padding: 5px 0px 5px 5px;
	
}

input[type=checkbox] {
	padding-left:20px;
}

fieldset {
	border:1px #666666 solid;
	padding:5px;
}

legend {
	color:#666666;
}
 
.buttonstyle { 
	color: #ffffff; 
	font-size: 11px; 
	line-height:13px; 
	font-weight: bold; 
	font-family: Verdana, Helvetica, Geneva, Arial,sans-serif; 
	border: 1px; 
	height: 18px; 
	background-color: #000066;
	border:1px solid #FFFFFF;
}

.formstyle		{ 
	width: 210px; 
	background-color: #EAEAEA; 
	border: 1px solid #999999;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
}
.formstyleshort	{ 
	width: 125px; 
	background-color: #EAEAEA; 
	border: 1px solid #999999;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
}

.searchtextfield { 
	width: 150px; 
	background-color: #dddddd; 
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff
}
.searchtext { 
	width: 150px; 
	height: 50px; 
	background-color: #dddddd; 
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff
}
.searchselect {
	background-color: #dddddd; 
	width: 125px; 
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	
}

/*actions ********************************************************/

div#actions  { 
	color: #333333; 
	text-align: center; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 

		}


/*links ** downloads ** linked_pages ** comments *************************************************************/

div#links a, div#downloads a, div#linked_pages a {
	color: #157dd2; 
	text-align: left; 
	font-size: 10px;
	font-weight: bold;
	line-height: 1.8em;
}

div#links, div#downloads, div#linked_pages, div#comments {
	padding: 0px 0px 0px 0px;
	clear:both;
	width:59%; 
	}

/* footer *********************************************************/

#footer {
	clear:both; 
	color:#999999;
	background-color:000066;
	border-right:1px #666666 solid;
	border-bottom:1px #666666 solid;
	border-left:1px #666666 solid;
	font-size:smaller;
	margin:0px;
	height:24px;
	font: 75%/1.6em Tahoma, 'Lucida Grande', tahoma, arial, sans-serif;
	
}
	
#footer span {
	margin: 0px;
	display:block; 
	padding:6px 0px 0px 5px;
}

#footer a {
	font-weight: bold;
	color: #ffffff;
	border-right:1px solid #999999;
	padding:7px 0px 6px 0px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color:#AEAEAE;
}




/* hier steht jetzt erst mal das zeug aus der alten .css-datei. muss dann noch angeglichen werden*/

.text	{ 
	font:normal 11px/16px  Verdana,Helvetic,Arial, sans-serif;
	color:#888888;
}

.smalltext  { 
	color: #666666; 
	font:normal 10px/13px Verdana, Helvetica, Arial, sans-serif;
	
}

.table_title_text { 
	color:#000000; 
	font:normal bold 11px/16px Verdana, Helvetica, Arial, sans-serif;
}

.table_row_text { 
	color:#000000; 
	font:normal 11px/16px Verdana, Helvetica, Arial, sans-serif; 
}

.table_inscription_text	{ 
	color:#999999; 
	font:normal 10px/16px Verdana, Helvetica, Arial, sans-serif;
}

