﻿html,body {
	height: 100%;
}

body {
	text-align: center;
	height: 100%;
	font-family: "Verdana", Arial, Helvetica, Sans-Serif, "Trebuchet MS";
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image:url('images/bg_content.jpg');
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}

/* - - - - - - - - - - - - - - - - - - - - Layout Allgemein Start- - - - - - - - - - - - - - - - - - - - */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	text-align: left;
}

#header {
	position: relative;
	left: 0px;
	width: 960px;
	height: 195px;
	margin: 0px;
	padding: 0px;
}

/*#titelbild{
	position: relative;
	background-image:url('images/topbanner.png');
	background-repeat:no-repeat;
	width: 960px;
	height: 150px;
	border-bottom: 1px solid #b3d076;*/
}

#titelbild{
	position: relative;
	width: 960px;
	height: 150px;
	border-bottom: 1px solid #b3d076; 
}

#topnavi{
	position: relative;
	background-image:url('images/bg_topnavi.jpg');
	background-repeat:repeat-x;
	width: 960px;
	height: 40px;
	margin-top: 1px;
}

#topnavi_txt{
	width: 960px;
	padding-top: 15px;
	padding-left: 0px;
	float: left;
}

#topnavi_Flagge{
	float: left;
	padding-top: 10px;
	padding-left: 0px;
}

#containerInhalt {
	position: relative;
	width: 958px;
	overflow: hidden;
	margin-bottom: 2px;
	border: 1px solid #b3d076;
}

#spacer {
	float: left;
	width: 20px;
	overflow: hidden;
}


#links {
	float: left;
	width: 190px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mitte {
	float: left;
	width: 710px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navigation_top {
	position: relative;
	background-image:url('images/navi_rd_top.gif');
	background-repeat:no-repeat;
	width: 190px;
	height: 10px;
}

#navigation {
	position: relative;
	background-color: #b3d076;
	width: 190px;
	padding-left: 0px;
}

#navigation_content {
	position: relative;
	background-color: #b3d076;
	padding-left: 10px;
}


#navigation_bottom {
	position: relative;
	background-image:url('images/navi_rd_bottom.gif');
	background-repeat:no-repeat;
	width: 190px;
	height: 10px;
}

#unten {
	background-image:url('images/bg_footer.jpg');
	background-repeat:repeat-x;
	clear: both;
	margin: 0;
	width: 960px;
	height: 40px;
}

#unten_txt {
	width: 960px;
	padding-top: 3px;
	text-align: center;
	font-size: 8pt;
	color: #000000;
}

a.unten:link {font-size: 8pt; font-weight: normal; color: #00744a; text-decoration: none;}
a.unten:hover {font-size: 8pt; font-weight: normal; color: #3399ff; text-decoration: underline;}
a.unten:active {font-size: 8pt; font-weight: normal; color: #00744a; text-decoration: none;}

img {
	border: 0px;
}


