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

body {
	background-color:#000000;
	color:#CCCCCC;
	font: 12px/1.6em Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	}

#container1 {

	margin:0px;
	padding:0px;
	background-image:url(../images/elements/line_orange.gif);
	background-repeat:no-repeat;
}
	
#container_left {
	margin: 0;
	padding:0;
	width:50%;
}

a { 
/*	color: #333399;  */
	color:#ff6600;
	text-decoration: none; 
	}
	
img {
	border-color:#333399;
}

a.blue {
	color: #ff6600;
	text-decoration: none;
	}
	
a:hover, a.blue:hover {
	color:#FFFFFF;
}

/* a:hover, a:active {
	text-decoration: none;
} */

h1 { 
/*	font-size: 11px;
	line-height:11px;  */
	font-size: 110%;
	font-weight: bold;
	color: #CCCCCC; 
	margin:-4px 0px 10px 0px;
	padding:0px;
	}
	
h2 { 
	font-family: Helvetica, Verdana, sans-serif;; 
	font-weight: bold; 
	margin-top:0px;
	padding-top:0px; 
/*	padding: 0px 0px 5px 0px;  */
	}
	
h2 {
	 font-size: 115% 
	 }
	 
h3 { 
	font-size: 100%;
	font-weight: bold;
	color: #888888; 
	margin:-4px 0px 0px 0px;
	padding:0px;
	}
	 
ul.bullet, ul.bullet ul {
	list-style: none;
}

ul.bullet li {
	margin-top:7px;  
	}

ul.no_bullet {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

ul.no_bullet li {
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	list-style-image:none;
	clear: both;
} 

.show_pic_button {
	background:#FF6600;
	padding:0px 3px 0px 2px;
	margin:0px 0px 0px 7px;
	font: 7px/1.6em Helvetica, Verdana, sans-serif;
	vertical-align:middle;
	width:5px;
	height:5px;
	}
		
.pic_button_inactive {
	background:#888888;
	color:#ffffff;
	padding:0px 3px 0px 2px;
	margin:0px 0px 0px 7px;
	font: 7px/1.6em Helvetica, Verdana, sans-serif;
	vertical-align:middle;
	width:5px;
}
	
/* Tabellenformatierungen ************************************************* */
table {
	border-style:none;
}

td.separator { 
 	border-top-width:1px;
  order-top-style:solid;
  border-top-color:#cccccc; 
  padding-top: 5px;
  margin:0px 2px 2px 0px;
	}
	
th { 
	font: 12px/1.6em Helvetica, Verdana, sans-serif;
	text-align: left;
	vertical-align:top;
	padding-right: 6px;
	}
	
td {
	vertical-align:top;  
	font: 12px/1.6em Helvetica, Verdana, sans-serif;
	background-color:000000;
/*	background-color:#000000;
	border-bottom:1px #eeeeee 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;
	 
}

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

div#container  { 
	width:800px; 
	text-align:left; 
	margin: 20px auto 0px auto;
	
/*	float:left;  */
}

/* content ***************************************************/
div#title {
/*	background:#ffffff;  */
	padding:20px 10px 20px 0px; 
	clear:both;
}


div#content {
	/*padding: 0px 5px 5px 0px;  
  	div#content ist nur fuer den Abstand vom content zum container verantwortlich */
	
} 

div#both_columns{
	float:left;
	width:350px;
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 20px;
}

div#left_column{
	float: left;
	width:350px;  
	padding: 0px 0px 15px 0px;
	margin:0px 0px 0px 20px;
}

div#right_column {
	clear:both;
	width: 350px;   
	 					/*  die Breite der beiden columns sollte nicht 100%
						//	ergeben, da der IE sonst mit dem Padding von div#content
						//	einen Umbruch erzeugt */
	padding: 0px 0px 15px 0px;
	margin:0px 15px 0px 420px;

}

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

div#header  { 
	width:400px;
/*	height: 100px;  */
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:left;
	float:left;
	}

#logo {

/*	display:block; 
	width:613px; 
	background-color:#157dd2; 
	text-align:right;  */
}

#head_text {
	height:15px;
}


/* nav  *********************************************************/
div#nav_div {
	padding: 60px 0px 0px 19px;
	margin:0px 0px 20px 0px;
	float:left;
	height:20px;
	position:relative;
	width:380px;
	background-color:#000000;
}

ul#nav { 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	background-color:#666666;
}

ul#nav a {
	text-decoration:none;
/*	color:#333399; */
	color:#ff6600;
	padding-right:8px;
}

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

ul#nav a:hover {
	color:#FFFFFF;
}

ul#nav li { /* all list items */
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin:0px;
	display:block;
	background:none;
}


ul#nav li ul li {
	float:none;
	
}

ul#nav li ul li.space {
	padding-top:15px;    
	
}

ul#nav li ul { /* second-level lists */
	display: none;
	margin:0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 1.4em;
	left: 0; 
	
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul,ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*	background-color:#dedede;  */
	background-color:#333333;
	width:160px;
	list-style:none;
}

ul#nav li:hover, ul#nav li:hover ul {
	padding: 0px 0px 0p 0px;
	margin:0px 0px 0px 0px;
}


#nav li li a {
	font-weight: normal;
/*	color: #333399;  */
	color:#ff6600; 
	text-decoration:none;
	padding-left:5px;
	
}

#nav li li a:hover {
	color:#ffffff;
}


/* left_row //********************************************************/

div#left_row  { 
/*	position: absolute;  
	top: 0px; 
	left: 0px;  */
	float: left;
	width: 400px;  
	color:#eeeeee;  
/*	border-right:1px #999999 dotted;    */
}



/*subnav ********************************************************/
/*
ul#subnav  { 
	color: #555555; 
	text-align: right; 
	font-size: 9px;
	

	padding: 0px 0px 0px 0px;
	position: relative; 
	top: 0px; 
	right: 5px;  
	}

ul#subnav li {

	list-style-type: none;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}

ul#subnav li a {
	color: #555555;
	font-weight: normal;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

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

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

}


ul#subnav li a:link.page, ul#subnav li a:visited.page {
	color: #999999;
	text-decoration: none;
	right: 10px; 
}

ul#subnav li a:link.pageselected, ul#subnav li a:visited.pageselected {
	color: #999999;
	text-decoration: none;
	right: 10px; 
}


ul#subnav li a:hover, ul#subnav li a:hover.selected, ul#subnav li a:active {

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

ul#subnav li.highlight a {
	color: #F80750;

}

ul#subnav ul {
	margin: 0;
	padding: 0;
}
*/

/* form ***********************************************************************/
label {
	float: left;
	text-align: left;
	width:100px;
	padding:0px 5px 10px 0px;
}	

form {
	font-size: 10px;
	}

form br {
	clear: both;
  }

form div.comment {
	padding:5px 0px 0px 100px;
	clear:both;
}

form div.radio_buttons {
	float:left;
	width:200px; 
	position:relative; 
	padding: 5px 0px 5px 5px;
	background: #ffffff;
}


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

fieldset {
	font-size:10px;
	border:1px #ffffff none; 
	padding:5px;
}

legend {
	color:#555555;
}

.buttonstyle { 
	color: #ff6600; 
	font-size: 10px; 
	line-height:13px; 
	font-weight: bold; 
	font-family: Helvetica, Verdana, Geneva, Arial; 
	border: 1px; 
	height: 15px; 
	background-color: #333333;
}

.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: 75px; 
	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: Helvetica, Verdana, Geneva, Arial;
	
}


/*media_positions ************************************************/


.position_Kopf {
	position:relative;
	float:left;
	text-align:left;
	
}
/*actions ********************************************************/

div#actions  { 
	color: #333333; 
	text-align: left; 
	padding: 10px; 
	margin-bottom:12px; 
	}

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

div#links a, div#downloads a, div#linked_pages a {
/*	color: #333399;  */
	color: #ff6600;
	text-align: left; 
/*	width:240px; */
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
/*	font-size: 11px;
	font-weight: bold;
	line-height: 1.8em; */
	text-decoration:none;
}

div#links a:hover, div#downloads a:hover, div#linked_pages a:hover {
	color: #ffffff; 
}

div#links, div#downloads, div#linked_pages, div#icons {
/*	font-size:11px;
	font-weight:bold;  */
	clear:both;
	width:380px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 420px;
}

#iehint {
display:none;
position:absolute;
width:150px;
height:100px;
background:#fff;
border:1px solid #ccc;
color:#999;
text-align:left;
font-size:0.9em;
padding:5px;
}

