/*******************************************
* ALLGEMEINE FORMATE
********************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	background-image:  url(cms/fileadmin/template_dateien/bilder/bg9.gif);
	background-repeat:repeat-x;
	background-color: #f20c0c;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*******************************************
* CONTAINER
********************************************/

#container {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	background-color: #FFFFFF;
}

#top_bar {
	width: 900px;
	height: 40px;
	text-align:right;

}

#image_bar {
	width: 900px;
	height: 550px;
}

#bottom_bar {
	width: 900px;
	height: 40px;
}

.bottom_bar_start {
	float: right;
}

.footer_txt {
	float: left;
	padding-left: 20px;
	line-height: 40px;
	font-size: 10px;
}

.footer_txt a:link { 
	color:#000000; 
	text-decoration:none; 
}

.footer_txt a:visited { 
	color:#000000; 
	text-decoration:none;
}

.footer_txt a:hover { 
	color:#f10c0c; 
	text-decoration:none;
}

.footer_txt a:active {
	color:#f10c0c; 
	text-decoration:none; 
}