/**********
* General *
**********/
body, html {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5a584f;
	text-align: left;
	height: 101%;
	background-image: url(../images/hg.gif);
	background-repeat: repeat-x;
	background-color: #697686;
}

a {
	color: #5a584f;
	text-decoration: underline;
}

a:hover {
	color: #5a584f;
	text-decoration: underline;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

.layout1 {
	font-size: 14px;
	color: #3e3d3a;
	font-weight: bold;
}
/*********
* Layout *
*********/
#mutter {
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;
		margin-top: 17px;
	margin-bottom: 17px;
	background-image: url(../images/hg_haupt.jpg);
	background-repeat: repeat-y;
}
#main {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 23px;

	background-image: url(../images/hg_o.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 900px;
	height: 80px;
}

#header_top {
	width: 900px;
	height: 47px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #000000;
}

#right {
	float: left;
	width: 600px;
	padding-left: 30px;
}

#logo {
	float: left;
	width: 393px;
	height: 47px;
}

#suche {
	float: right;
	margin-top: 30px;
	text-align: right;
}

#header_bottom {
	padding-top: 8px;
	width: 900px;
}

#footer {
	padding-top: 20px;
}

#content {
	width: 900px;
	padding-top: 30px;
}
#content1 {
	width: 600px;
	overflow-y: auto;
	width: 600px;
}
#content1_1 {
	overflow-y: auto;
	width: 600px;
}

#content1_2 {
	float: left;	
	width: 300px;
	margin-right: 15px;
}

#content2_2 {
	float: left;
	width: 260px;
}

#left {
	float: left;
	width: 240px;
}

#meta_navi_bottom {
	float: left;
}
.linie{
	border-top: dotted 1px #000000;
}
.meta_navi {
	padding-left: 270px;
	padding-top: 10px;
}
#copyright {
	margin-left: 50px;
	float: left;
}

#support_navi {
	width: 345px;
	padding-left: 270px;
	padding-bottom: 10px;
}

#support_left {
	float: left;
	width: 115px;
}

#support_center {
	float: left;
	width: 115px;
	text-align: center;
}

#support_center a img {
	margin-left: 5px;
	margin-right: 5px;
}

#support_right {
	float: left;
	width: 115px;
	text-align: right;
}

#latestnews {
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 20px;
}
.footer{
	background-image: url(../images/hg_u.jpg);
	height: 33px;
	width: 950px;
	margin-left: -25px;
	marign-right: -25px;
}

