/* GLOBAL FORMATS */
/* global.css */

/* global formats: START */
* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:'Lucida Sans',Arial,Verdana,Helvetica,sans-serif;
}
html {
	height:101%; /* forces vertical scrollbar */
}
body {
	background:#999999; /*  url(../gfx/template/shadow.jpg) center top repeat-y; */
	margin:0px auto;
	/*text-align:center;*/
	/*width: 1135px; 1035 + Werbebanner breite*/
	max-width:1035px;
}

img, div {
	behavior: url(js/iepngfix.htc);
}

/* global formats: END */


/* define site container formats: START */

div#shadow {
	/*margin-top: 100px; Werbebanner Space */
	margin: 0 auto;
	width:1035px;
	height:auto;
	background:#999999 url(../images/shadow.jpg) center top repeat-y;
	overflow:hidden;
	/*float: left; Werbebanner rechts daneben*/
}
#bottom_border {
	width:1035px;
	height:30px;
	border:0px;
}
/* wrapping container (whole site) */
#wrap {
	margin:0px auto;
	/*text-align:center;*/
	width:997px;
	max-width:997px;
	overflow:hidden;	
	/* background-color:#FFFFFF; */
}
/* wrapping container (header): START */
#header {
	margin:0px auto;
	/*text-align:center;*/
	width:997px;
	height:122px;
	overflow:hidden;
	background-color:#000000;
	position:relative;
}
#header #topnav {
}
#header #topnav #toplogo {
	float:left;
	display:inline;
	width:153px;
	height:70px;
	margin:31px 0px 0px 32px;
}
#mood {
	text-align:left;
	padding:0;	
	height: 422px;	
	width: 997px;	
}
/* wrapping container (header): END */

/* wrapping container (content): START */
	#content {
		width:997px;
		background:#FFFFFF url(../images/content_inner_bg.jpg) left top repeat-x;
		float:left;
		clear:both;
	}
	#content #inner_content {
		float:left;
		width:997px;
		clear:both;
	}
	
	#content #inner_content #breadcrumbs, #wrap #breadcrumbs.black {
		font-size:11px;
		text-align: left;
		margin: 5px 0 0 32px;
		height: 20px;
	}
	#content #inner_content #breadcrumbs a{
		color: #000000;
	}
	#content #inner_content #breadcrumbs a:hover{
		text-decoration:none;
	}
	
	#wrap #breadcrumbs.black {
		color: #FFF;
		background-color: #000;
		margin:0;
		padding: 5px 0 0 32px;
	}
	#wrap #breadcrumbs.black a {
		color: #FFF;
	}
	#wrap #breadcrumbs.black a:hover {
		text-decoration: none;
	}
	
	
	#content div#footer {
		float:left;
		padding:0px;
		display:block;
		width:997px;
		height:auto;
		margin:30px auto 0px auto;
		text-align:center;
		background-color:transparent;
		background:url(../images/footer_overline.png) center top no-repeat;
		clear:both;
		/* overflow:hidden; */
	}
/* wrapping container (content): END */

/* left column: START */
#left_col {
	float:left;
	display:inline;
	width:287px;
	max-width:287px;
	text-align:left;
	overflow:hidden;
	vertical-align:top;
	margin:16px 0px 0px 0px;
}
#left_col h1 {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	padding:3px 0px 6px 0px;
	margin:0px 0px 5px 32px; /* margin:36px 0px 7px 32px; */
	min-height:17px;
	line-height:19px;
	height:19px;
	width:100%;
	background-color:transparent;
	background:url(../images/leftnav_underline.png) left bottom no-repeat;
}

#left_col h2 {
	font-size: 12px;
	font-weight:bold;
	margin-left:32px;
	padding-top:5px;
		
}

#left_col p {
	font-size: 11px;
	margin-left: 32px;
}
#left_col p.playlist {
	margin-bottom: 5px;
}

/* left column: END */

/* center column: START */
#center_col {
	float:left;
	display:inline;
	width:434px;
	max-width:434px;
	overflow:hidden;
	text-align:left;
	margin:16px 0px 0px 0px; /*48*/
	vertical-align:top;
}
#center_col.wide { /* wide stage for 2-column layout */
	float:left;
	display:inline;
	width:640px; /*680*/
	max-width:640px;
	overflow:hidden;
	text-align:left;
	margin:16px 0px 0px 0px; /*48*/
	vertical-align:top;
}

#center_col.onecol { /* wide stage for 1-column layout */	
	margin-left:32px;	
	width:910px;
	max-width:910px;
}

#center_col .con_element, #center_col.wide .con_element {
	clear:both;
	margin:0px 0px 1px 0px;
}
/* center column: END */

/* right column: START */
#right_col {
	float:right;
	display:inline;
	width:246px;
	text-align:center;
	margin:16px 0px 0px 0px; /*48*/
	vertical-align:top;
}
#right_col h1 {
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	background-color:#f4f4f4;
	margin:0px 0px 3px 0px;
	padding:8px 0px 5px 0px;
	/*float:left;*/
	width:223px;
	text-align:left;
}
/* center column: END */

/* Startseite Fading einstellungen */

#crossfade {
	height:422px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:997px;
}

/*
#crossfade #text0,#crossfade #text1,#crossfade #text2 {
	left:23px;
	top:100px;
}
*/

#crossfade .text {
	position: absolute; 
	z-index:3;
	left:0px;
	top:0px;
}

#crossfade .image {
	position: absolute;
	left:0px;
	top:0px;
}

#crossfade .fader {
	display:block;
}

/* define site container formats: END */

/* search form and search resault: START */
#search {			
	margin: 30px 0 0 0;	/* with lang-switcher */	
}

#search form {
	margin:0;
	padding:0;
	height:16px;
}

#search input.searchField {	
	background-color: #DADADA;
	float:left;
	font-size:11px;
	margin:0pt 2px 0pt 0pt;
	padding:1px 1px 1px 5px;
	width: 130px;
	height: 15px;
}

#search input.searchbutton {	

}

#search .hide {
	display:none;
}

.con_element dl{
	margin-bottom: 20px;
}

.con_element dt,.con_element dd {
	font-size:0.8em;
	line-height:1.7em;
	margin:0 0 0.25em 0;
}
.con_element dt{
	clear: left;
}
.con_element dd {
	margin:0pt 0pt 0.5em 3em;
}

.con_element dd.clear {
	clear: left;
	}
.con_element dd.image_text {
	margin-left: 0;
}
.con_element dd.image {
	float:left;
	margin: 0 10px 0 0;
}
.con_element dt a{
	color: #000;
}

/* search form and search resault: END */