/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:					0; 
	padding:				0;
}

html {
	height: 101%;	
}

body { 
	text-align:	center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #dedede; 
	background-image: url(../images/hg.jpg);
	background-repeat: repeat-x;
	padding-top:25px;
	font-size: 12px;
	line-height: 16px;
	color: #555555;
}

p { 
	margin-bottom:			16px; 
}

a,
a:visited{ 
	outline:none;
	color: #555;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;	
}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position:				absolute;
	top:					-9999px;
	left:					-9999px;
}

.clear {
	clear:					both;
	height:					0px;
	font-size:				0px;
	line-height:			0px;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/


#container {
	width: 990px;
	height: auto;
	border: 2px solid #99bdfe;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 230px;
	width: 962px;
	background-color: #2463d4;
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

#header h2{
	float: left;
	display: inline;
	padding-left: 40px;
	padding-top: 30px;
}

#header h2 a {
	text-indent: -9999px;
	color: #fff;
	font-size: 1px;
	line-height: 1px;
	display: block;
	width: 360px;
	height: 145px;
}

#headerbox {
	width: 280px;
	float: left;
	margin-left: 50px;
	padding-top: 40px;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}


#balken {
	width: 742px;
	height: 54px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	padding-left: 220px;
}

#balken h3 {
	line-height: 54px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
}

#contentcontainer {
	background-color: #fff;
	width: 962px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background-image: url(../images/content_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}

#mainmenu {
	width: 190px;
	float: left;
	display: inline;
}

#mainmenu ul {
	text-align: right;
	float: right;
	padding-right: 30px;
	padding-top: 30px;
}

#mainmenu ul li {
	list-style-type: none;	
}

#mainmenu ul li a,
#mainmenu ul li a:visited {
	color: #555;
	text-decoration: none;
	line-height: 20px;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:active,
#mainmenu ul li a:focus,
#mainmenu ul li.active a {
	color: #2463d4;	
}

#content {
	width: 680px;
	float: left;
	display: inline;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	padding: 30px 60px 10px 30px;
}

#contentcontainer_bottom {
	width: 962px;
	height: 33px;
	clear: both;
	background-image: url(../images/content_footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center top;
	margin: 0 auto;
}

#footer {
	width: 990px;
	height: 33px;
	border: 2px solid #99bdfe;
	background-color: #99bdfe;
	margin: 0 auto;
}

#footer address {
	color: #fff;
	font-style: normal;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
}

#footer address a {
    color: #fff;
    text-decoration: underline;
}

				   
				
