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

body {
	color: #333333; 
	font: 12px/1.6em Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	text-align:center;
/*	background:url("/images/elements/bg_body.gif") center repeat-y #eee;*/
	background:#eee;
	}

a { 
	color:#333399;
	text-decoration: none; 
	}

a.amazon_link, a.amazon_link:visited {
		border:1px solid black;
		font-size:9px;
		color:#333;
		padding:1px 5px 1px 5px;
	}
	
img {
	border-color:#333399;
}

a.blue {
	color: #bf8600;
	text-decoration: none;
	}
	
a:hover, a.blue:hover {
	color:#666666;
}

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

h1 { 
/*	font-size: 11px;
	line-height:11px;  */
	font-size: 110%;
	font-weight: bold;
	color: #333333; 
	margin:-4px 0px 10px 0px;
	padding:0px;
	}
	
h2 { 
	font-weight: bold; 
	margin:0px;
	padding:0px; 
/*	padding: 0px 0px 5px 0px;  */
	}
	
h2 {
	 font-size: 110% 
	 }
	 
h3 { 
	font-size: 110%;
	font-weight: bold;
	color: #333333; 
	margin:-4px 0px 0px 0px;
	padding:0px;
	display: inline;
	}

hr {
  color: #999999;
  background-color: #999999;
  height: 1px;
  }
	 
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:#bf8600;
	padding:0px 3px 0px 2px;
	margin:0px 0px 0px 7px;
	font: 7px/1.6em Arial, 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 Arial, Helvetica, Verdana, sans-serif;
	vertical-align:middle;
	width:5px;
}
	
/* Tabellenformatierungen ************************************************* */
table {
	border-style:none;
}

td.separator { 
 	border-top:1px solid #ccc;
  padding-top: 5px;
  margin:0px 2px 2px 0px;
	}
	
th { 
  color: #999999;
	font: 0.7em/1.6em Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	vertical-align:top;
	padding-right: 6px;
	}
	
td {
	vertical-align:top; 
	padding-right:4px; 
	font: 12px/1.6em Arial, Helvetica, Verdana, sans-serif;
/*	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;
}
/* td.category - zur formatierung der kategoriezeile z.B im mod_download*/
td.category {
	font-weight:bold;
	background:none;
}

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


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

div#container  { 
	width:760px; 
	text-align:left; 
	margin: 0px auto 0px auto;
	padding-bottom:0px;
	position:relative;
	background:url("/images/elements/container_bg.gif") 175px 0px repeat-y #fff;
}

/* content ***************************************************/
div#title {
/*	background:#ffffff;  */
	padding:20px 0px 0px 0px; 
	background:url("/images/elements/bg_title.gif") no-repeat 175px 0px;
}


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:400px;
	padding: 15px 0px 100px 0px;
	margin:0px;
}

div#left_column{
	float: left;
	width:405px;  
	padding: 15px 0px 25px 0px;
	margin:0px;
	height:auto;
	/* background:#fff1c6; */
}

div#right_column {
	float:right;
	width: 160px;   
	 					/*  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 0px 220px 0px;

}


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

div#header  { 
	height: 88px;
	width:585px;
	background:url("/images/elements/kopf_home.gif") no-repeat #fff;
	border-bottom:4px solid #ff9900;
	position:relative;
	float:right;
}

#logo {
	padding:20px 0px 10px 0px;
	margin-top:-4;
	margin-left:15px;
	display:block;
	background:#fff; 
	
}

#head_text {
	font-size:10px; 
}


/* navigation  *********************************************************/
div#nav_div {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:20px;
	width:100%;
	clear:both;
	position:relative;
	z-Index:100;
	background:#fff;
	font-size:11px;
}

ul#nav { 
	padding: 0px 5px 0px 0px;
	margin: -4px 0px 0px 0px;
	list-style: none;
	height:auto;
	position:absolute;
	right:0px; 
	background:#ff9900;
}

ul#nav a {
	text-decoration:none;
/*	color:#333399; */
	color:#fff;
	font-weight:bold;
	padding-right:6px;
	padding-left:4px;
	font-size:11px;
}

ul#nav a.selected {
	color:#CC0033;
	font-weight:bold;
	padding-right:6px;
	padding-left:4px;
	font-size:11px;
}

ul#nav a:hover {
	color:#CC0033;
	font-size:11px;
}

ul#nav li { /* all list items */
	float: left;
	position: relative;
	padding: 1px 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:2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 1.75em;
	left: 0; 
	z-Index:105;
	line-height: 1.4em;
}

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:#eeeeee; */
	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:#999;
	text-decoration:none;
	padding-left:5px;
	
}

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


/* right_row *****************************************************/

div#right_row  {  
	width:165px;
	background-color:#fff; 
  float:right;
  border-top:4px solid #ff9900;
}





/*pagenav ********************************************************/

div#pagenav {
	width:175px;
	float:left;
	margin-right:10px;
	margin-bottom:50px;
	background:url("/images/elements/pagenav_element.gif") no-repeat 15px 88px;
}

div#pagenav span {
	display:block;
	border-right:4px solid #ffc266;
	border-bottom:4px solid #ffc266;
	margin:0px 0px 0px 30px;
	padding:80px 0px 0px 0px; 
}
div#pagenav span a{
	color:#CC0033;
	font-size:1.2em;
	font-weight:bold;
}
div#pagenav ul {
	/* list-style-image: url("/images/elements/li_element.gif"); */
	list-style-type:none;
	margin:10px 0px 50px 0px;
	padding:0px 0px 0px 15px;
	font: 10px/1.6em Arial, Helvetica, Verdana, sans-serif;
}

div#pagenav ul li {
	background:url("/images/elements/li_element.gif") no-repeat 0 7px;
	padding-left:15px;
	position:relative;
	left:0px; 
}

div#pagenav ul a {
	text-decoration:none;
	color:#000;
}

div#pagenav li a.selected {
 color:#cc0033;
 font: 10px/1.2em Arial, Helvetica, Verdana, sans-serif;
}

div#pagenav ul a:hover {
	color:#CC0033;
}

div#pagenav li.sec_level {
	padding-left:20px;
	padding-top:3px;
	font: 10px/1.2em Arial, Helvetica, Verdana, sans-serif;
}

div#pagenav li.sec_level a {
	color:#666666;
}

div#pagenav li.sec_level a.selected {
	color:#cc0033;
	font-weight:normal;
}

div#pagenav li.sec_level a:hover {
	color:#CC0033;
}


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

form {
	margin:0px;
	padding:0px;
	font-size: 11px;
	}

form br {
	clear: both;
  }

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

}
form div.comment p {
	font-weight: bold;
}
form div.radio_buttons {
	float:left;
	width:200px; 
	position:relative; 
	padding: 5px 0px 5px 5px;

}


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

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

legend {
	color:#555555;
}

.buttonstyle { 
	color: #666666; 
	font-size: 10px; 
	line-height:13px; 
	font-weight: normal; 
	font-family: Arial, Helvetica, Verdana, Geneva, Arial; 
	border: 1px solid black; 
	height: 15px;
	background:none; 
	margin: 3px 0px 3px 0px;
}


.formstyle		{ 
	width: 170px; 
	background-color: #fff; 
	border-left: 1px solid #fcc27e; 
	border-right: 1px solid #fcc27e; 
	border-top: 1px solid #fcc27e; 
	border-bottom: 1px solid #fcc27e;
}
.formstyleshort	{ 
	width: 90px; 
	background-color: #fff; 
	border-left: 1px solid #fcc27e; 
	border-right: 1px solid #fcc27e; 
	border-top: 1px solid #fcc27e; 
	border-bottom: 1px solid #fcc27e;
	}

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


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


.position_Mitte, .position_Rechts, .position_Oben {

}
/*actions ********************************************************/

div#actions  { 
	color: #333333; 
	text-align: left; 
	padding: 10px 0px 10px 5px; 
	margin: 0px 10px 0px 0px; 
	float:left;
	
	}
	
div.language_switch {
	margin:8px 0px 0px 0px;
}
div.language_switch a {
	margin:0px 3px 0px 0px;
}
html* div.language_switch {
	margin:12px 3px 0px 0px;
}

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


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

/* gab ************************************************************/

#gab {
	clear:both;
	width:175px;
	height:75px;
	border-top:4px solid #ff9900;
	position:absolute;
	bottom:0px;
	left:0px;
}

#gab span {
	display:block;
	padding:15px 5px 25px 5px;
	color: #333399;
	font-size:0.8em;
	line-height:1em;
}

/* banner *********************************************************/

#banner {
	width:165px;
	position:absolute;
	right:0px;
	bottom:0px;
	padding:0px;
	margin:0px;
}

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

div#footer {
	position:absolute;
	margin:0px;
	height:95px;
	bottom:-95px;
	left:0px;
	width:760px;
	background:#fff;
	}

div#footer span {
	display:block;
	padding:0px 5px 25px 175px;
}
