ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
li {
	float: left;
	font-weight: bold;
	color: #D90000;
	line-height: 13px;
	/*text-indent: 5px;*/
	}
	
bg_list_content {
	border: 1px solid #990000;
	background-color: #333333;
	}

.round_corners {
	border: 1px solid #990000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
.clear {
	clear: both;
	}
	
.left {
	float: left;
	}

.space {
	margin-right: 10px;
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	}

#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 990px;
	/*width: 1050px; der IE braucht mehr wegen margin-left und margin-right */
	height: 35px;
	z-index: 3;
	/*background-color: #343434;*/
	}

#red-area {
	position: relative;
	top: 4px; 
	left: 0; 
	width: 950px;
	height: 252px;
	/*z-index: 2;*/
	}
	
.red_left {
	width: 725px;
	height: 252px;
	float: left;
	background: url(../pics/red_right_ambiente.jpg) top left repeat-x;
	}
	
#small-links {
	position: relative;
	z-index: 3;
	top: 10px;
	width: 220px;
	height: 32px;
	/*float: right;*/
	}

.flag_en {
	width: 20px;
	height: 15px;
	background: url(../pics/flag_en.gif) top left no-repeat;
	float: right;
	}
	
.rss {
	width: 10px;
	height: 15px;
	/*background: url(../pics/rss-icon.gif) top left no-repeat;*/
	float: right;
	}
	
.flag_de {
	width: 20px;
	height: 15px;
	background: url(../pics/flag_de.gif) top left no-repeat;
	float: right;
	}
	
.styleswitcher {
	position: relative;
	top: 0;
	left: 5px;
	width: 220px;
	height: 45px;
	border: 1px solid #9D0000;
	background: url(../pics/bg_styleswitcher.gif) left top repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.switcher_head {
	margin-right: 15px;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #4C0101;
	float: left;
	}
	
.switcher_selectbox {
	margin-top: 13px;
	width: 17px;
	height: 12px;
	background: url(../pics/selectbox.gif) no-repeat;
	background-position: 0px 0px;
	float: left;
	cursor: pointer;
	}
	
.switcher_link {
	margin-top: 10px;
	margin-right: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	float: left;
	}

.is_active {
	background-position: 0px -24px;
	}

.newsticker_bg {
	position: relative;
	top: 15px;
	left: 5px;
	width: 220px;
	height: 143px;
	background: url(../pics/bg_newsticker.gif) top left repeat-x;
	border: 1px solid #9D0000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.red_right {
	width: 225px;
	height: 252px;
	text-align: center;
	float: right;
	}
	
#content {
	position: relative;
	top: 25px; 
	left: 0; 
	width: 950px;
	}

.content_left {
	width: 705px;
	height: 400px;
	float: left;
	}
	
.newsletter_head {
	position: relative;
	top: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	}
	
.newsletter_content {
	position: relative;
	top: 5px;
	margin-left: 10px;
	}
	
.input_text {
	position: relative;
	top: 10px;
	margin-left: 10px;
	border: 1px solid #8A8A87;
	background: url(../pics/bg_input_text.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #717A79;
	padding: 3px;
	}
	
.btn_send {
	position: relative;
	top: 20px;
	margin-left: 10px;
	}

#log {
	margin-left: 10px;
	margin-top: 10px;
	color: #990000;
	font-weight: bold;
	width: 190px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	background: url(../pics/spinner.gif) no-repeat center;
}

.content_right {
	width: 225px;
	height: 400px;
	margin-left: 20px;
	float: left;
	}

