/* BASICS ***********************************************************************/

a  { 
	color: #973737; 
	font-weight: bold; 
	text-decoration: none 
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: none;
}

body {
	background: #ffffff;
	color: #666666;
	font: 69%/1.6em 'Trebuchet MS', 'Lucida Grande', verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	}

h1 { 
	font-size: 135%;
	position: relative; 
	}
	
h1, h2 { 
	color: #973737; 
	font-weight: bold; 
	margin-top:0px; 
	padding: 10px 0px 0px 5px; 
	}
	
h2 {
	 font-size: 115% 
	 }
	 
/* Listen *****************************************************************/	 
ul {
	list-style-type:none;
}

ul.bullet {
	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;
/*	border:1px #eeeeee solid;
	border-left:1px #eeeeee solid;
	border-right:1px #eeeeee solid;
	border-top:1px #eeeeee solid; */
}

table.border {
	border:1px #eeeeee solid;
}

td.separator { 
 	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:#666666; 
  	padding-top: 5px;
  	margin:0px 2px 2px 0px;
/*  font-size:3px;	  */
	}
	
th { 
	text-align: left;
	vertical-align:top;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left:5px;
	border-bottom:1px #eeeeee solid; 
	background-color: #666666;
	}
	
td {
	vertical-align:top; 
	padding-right: 10px;   
	padding-bottom: 6px;
	padding-left:0px;
	font-size:11px;
/*	background-color:#ffffff;
	border-bottom:1px #eeeeee solid; */
	
	}
td.color_1 {
	background-color:#ffffff;
}

td.color_2 {
	background-color:#eeeeee;
}

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;

}

div.pagenav_text {
	width:50%;
	float:right;
}

div.pagenav_link {
	width:49%;

}

/* container ***************************************************/

div#container  { 
	width:720px; 
	background-color:#ffffff; 
	text-align:left; 
	margin: 0px auto 0px auto;
	border-right:1px solid #999999;	
	border-left:1px solid #999999;
}

/* content *****************************************************/
div#pagetitle {
	background:#ffffff; 
	padding:0px 0px 0px 165px; 
	clear:both;
}


div#content {
	padding: 5px 5px 5px 0px;  
/*  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:300px; 
	float:left;
	padding-bottom:15px;

}

div#right_column {
	width:220px; 
	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-bottom:15px;
}

/* right_row // steht bei design10.sd links !!! //********************************************/

div#right_row  { 
	position: absolute; 
	top: 28px; 
	left: -160px;  
	width: 160px; 
	height:430px; 
	color:#eeeeee; 
	background-color:#ffffff; 
	border-right:1px #999999 dotted;  }

/* header **************************************************************************************/

div#header  { 
	width:720px;
	height:163px;
	text-align:right;
	margin:0px auto 0px auto;
	border-right:1px solid #999999;	
	border-left:1px solid #999999;	 
	position:relative;
	background:url("../images/elements/bg_head.gif");
	}

#logo {
	position:absolute;
	right:10px;
	top:10px;
	display:block; 
/*	text-align:right;  */
}



/* nav ******************************************************************************************/

ul#nav  { 
	padding:0px;
	margin:0px;
	font-size: 10px; 
	width:170px;
/*	height:300px;  */
	float:left;

	}

ul#nav li  { 
	margin:0px 0px 10px 0px;
	padding:0px;
	}

ul#nav a.selected  { 
	color: #973737; 
	}

#nav a { 
	font-weight:normal; 
	font-size:1.2em;
	}

#nav a:hover {
	text-decoration:none; 
	font-weight:normal; 
}



/*subnav ********************************************************/

#subnav  { 
	padding:10px 0px 0px 0px;
	margin:0px;
}

#subnav li {
	padding:0px;
	margin:0px;
}

#subnav li a {
	color: #973737;   
	font-weight: normal;
}

#subnav li a:link, .subnav li a:visited {
	text-decoration: none;
}

#subnav li a:link.selected, #subnav li a:visited.selected {
	text-decoration: none;
	font-weight:bold;
}

#subnav li a:hover, #subnav li a:hover.selected, #subnav li a:active {

}

#subnav li.highlight a {
	
	}

#subnav ul {
	margin: 0px;
	padding: 0px;
}


/* Formulare ************************************************************/

label {
	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; */

}

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: 10px; 
	line-height:13px; 
	font-weight: bold; 
	font-family: Verdana, Helvetica, Geneva, Arial,sans-serif; 
	border: 1px; 
	height: 15px; 
	background-color: #333333;
}

.formstyle		{ 
	width: 170px; 
	background-color: #ffffff; 
	border:1px solid #cccccc;
}
.formstyleshort	{ 
	width: 75px; 
	background-color: #ffffff; 
	border:1px solid #cccccc;
}

.searchtextfield { 
	width: 170px; 
	background-color: #ffffff; 
	border:1px solid #cccccc;
}
.searchtext { 
	width: 170px; 
	height: 50px; 
	background-color: #ffffff; 
	border:1px solid #cccccc;
}
.searchselect {
	background-color: #ffffff; 
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	
}

/*actions ********************************************************/

div#actions  { 
	color: #666666; 
	background: #ffffff; 
	text-align: left; 
	padding: 10px; 
	position: relative; 
	top: 1px; 
	right: 0; 
/*	left: auto;  */
	width: 140px;
	border-top:1px #666666 dotted;
	border-bottom:1px #666666 dotted;
	}


/*links ** downloads ** linked_pages *************************************************************/

div#links a, div#downloads a, div#linked_pages a {
	color: #157dd2; 
	text-align: left; 
/*	width:240px; */
	font-size: 10px;
	font-weight: bold;
	line-height: 1.8em;
}

div#links, div#downloads, div#linked_pages {
	padding: 0px 0px 10px 0px;
	clear:both;
}

/* footer *********************************************************/

#footer {
	clear:both; 
	height:26px;
	width:720px;
	border-left:1px solid #999999; 
	border-right:1px solid #ffffff;
	background:url("../images/elements/bogen_u_2.gif");
	margin:0px auto 0px auto;
	}
	

#footer a {
	color: #999999;
	font-weight: bold;
}

#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:normal 11px/16px;
	color:#666666;
}

.smalltext  { 
	color: #666666; 
	font: 10px/13px;
	
}

.table_title_text { 
	color:#000000; 
	font:normal bold 11px/16px;
}

.table_row_text { 
	color:#000000; 
	font:normal 11px/16px; 
}

.table_inscription_text	{ 
	color:#999999; 
	font:normal 10px/16px;
}



