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

a  { 
	color: #336699; 
	font-weight: normal; 
	text-decoration: none 
	}

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

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

body {
	background: url("/images/elements/bg.gif") repeat-y #ffffff;
	color: #333333;
	font: 75%/1.6em verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	}

	
h1, h2 { 
	font-weight: bold; 
	margin:0px; 
	padding: 0px 0px 0px 0px; 
	font-size: 115%;
	}
	

hr {
	border-style: none;
	border-bottom:solid #999 1px;
	}

/* Styleswitcher **********************************************************/	 
#style_nav {
	position:absolute;
	top:70px;
	left:160px;
	width:650px;
	background:#157dd2;
}
#style_nav a {
	color:#fff;
	text-decoration:none;
	margin-right:10px;
	margin-left:5px;
}

/* Listen *****************************************************************/	 
ul {
	list-style-type:none;
}

ul.bullet {
/*	list-style-image:url("/images/elements/dot.gif"); */
	list-style-type:circle;
}

ul.bullet 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-size:1em;

}

th { 
	font-size:1em;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	vertical-align:top;
	background-color: #003366;
	color:#fff;
	padding:4px;
	}
	
td {
	text-align: left;
	vertical-align:top;
	font-size:1em;
	line-height:1.6em;
	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 {
	background-color:#ddd;
}

.color_2 {
	background-color:#ddd;
}

/*  ************************************** */
caption {
	font-size:1em;
	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:0.9em;
/*	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:relative; 
	width:580px; 
	left: 180px; 
	text-align:left; 
}

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


div#content {
	padding: 15px 5px 5px 5px;  
/*  div#content ist nur f¸r den Abstand vom content zum container verantwortlich */
	position:relative;

} 


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


div#left_column{
	width:340px; 
	float:right;
	padding-bottom:15px; 
}

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

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

div#right_row  { 
	position: absolute; 
	top: -18px; 
	left: -180px;  
	width: 170px; 
	color:#eeeeee;
	background:#5C85AD;
	}

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

div#header  { 
	height: 80px;
	width:760px;
	background:url("/images/elements/head.jpg") right 0px no-repeat #fff;
	}

#logo {
	display:block; 
	position:absolute;
	top:5px;
	left:40px;
/*	text-align:right;  */
}

#logo img {
	border:none;
}

#head_text {
	font-size:100%; 
	width:220px; 
	background-color:#ffffff;
	margin-left:160px;
}


/* navigation **********************************************************************************/

div#nav_div {
	background:#003366;
	width:760px;
}

ul#nav  { 
	padding:5px 0px 5px 187px;
	margin:0px;
	}

ul#nav li  { 
	display:inline;
	padding:0px 0px 0px 0px;
	}

ul#nav a.selected  { 
	color:#fff;
	}

#nav a { 
	color:#bbb;
	font-weight:bold;
	}

#nav a:hover {
	text-decoration:none;
	color:#fff;
}



/*subnav ********************************************************/

.subnav  { 
	color: #ff0000; 
	text-align: left; 
	padding: 30px 0px 20px 0px; 
	position: relative; 
	top: 0px; 
	right: 0; 
	left: auto;  
	width: 170px;
	font-size:0.95em;
	line-height:1em;
	}

.subnav li {
	display: block;
	clear:both;
	list-style-type: none;
	padding: 2px 2px 2px 0px;
}

.subnav li img {
	float:left;
	margin:3px 0px 0px 0px;
}

.subnav li a {
	color: #fff;
	font-weight: normal;
/*	margin: 2px; */
	display:block;
	padding: 2px 0px 2px 20px;
}

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

.subnav li a:link.selected, .subnav li a:visited.selected {
	text-decoration: none;
}

.subnav li a:hover, .subnav li a:hover.selected, .subnav li a:active {
/*	margin: 2px;
	padding: 2px; */
	color:#ddd;
}

.subnav li.highlight a {
	font-weight: bold;
}

.subnav ul {
	margin: 0;
	padding: 0;
}


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

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

form br {
  	clear: both;
 }

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

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

}

textarea {
	width:280px;
	height:200px;
	background:#ddd;
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff;
	
}

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

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

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

legend {
	color:#666666;
}
 
.buttonstyle { 
	color: #ffffff; 
	font-size: 100%; 
	font-weight: bold; 
	font-family: Verdana, Helvetica, Geneva, Arial,sans-serif; 
	border: 1px; 
	height: 1.4em; 
	background-color: #336699;
}

.formstyle		{ 
	width: 170px; 
	background-color: #dddddd; 
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff;
}
.formstyleshort	{ 
	width: 100px; 
	background-color: #dddddd; 
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff}
	
.formstyleauto	{ 
	background-color: #dddddd; 
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff}

.searchtextfield { 
	width: 170px; 
	background-color: #dddddd; 
	border-left: medium none #aaaaaa; 
	border-right: medium none #999999; 
	border-top: medium none #ffffff; 
	border-bottom: 1px #ffffff
}
.searchtext { 
	width: 170px; 
	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; 
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	
}

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

div#actions  { 
	color: #333333; 
	text-align: left; 
	position: relative; 
	top: 1px; 
	right: 0; 
/*	left: auto;  */
	width: 140px;
/*
	border-top:1px #666666 dotted;
	border-bottom:1px #666666 dotted;
*/
		}


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

div#links a, div#downloads a, div#linked_pages a {
	text-align: left; 
/*	width:240px; */
	line-height: 1.8em;
}

div#links, div#downloads, div#linked_pages, div#comments {
	padding: 0px 0px 10px 0px;
	clear:both;
	width:340px;
	position:relative;
	left:230px;
	}

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

#footer {
	clear:both; 
	font-size:0.9em;
	margin-left:230px;
	}
	
#footer span {
	padding:15px 10px 15px 5px; 
	display:block; 
}

#footer a {

}

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

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




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

.text	{ 
	font-size: 0.9em;
	font-family: Verdana,Helvetic,Arial, sans-serif;
	color:#888888;
}

.smalltext  { 
	color: #000000; 
	font-size: 0.85em; 
	font-family:Verdana, Helvetica, Geneva, 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 1em/1.6em Verdana, Helvetica, Arial, sans-serif; 
}

.table_inscription_text	{ 
	color:#999999; 
	font:normal 0.9em/1.6em Verdana, Helvetica, Arial, sans-serif;
}


