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

* {
	margin:					0; 
	padding:				0;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

body { 
	background-color: #f4fafd; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #242424;
	font-size: 13px;
}

p { 
	margin-bottom:			16px; 
}

a { outline:none;}

h1.branding {
   	padding:26px 0 0 28px;
}
   
h1.branding a {
   	width:281px;
   	height:121px;
   	display:block;
   	text-indent:-9999px;
   	background:url(../images/blank.gif) 0 0 no-repeat;
}


h2 {
	margin-bottom: 20px;
	font-size:24px;
	font-weight: normal;
}

h3 {
	margin-bottom: 20px;
	font-size:16px;
	font-weight: normal;
}

a {
	color: #48a7d0;
	text-decoration:none;
	font-weight: bold;
}

a:hover, a:active {
	color: #276c89;
}

strong.seo {
	font-weight: normal;
}

a img.links {
	display: inline;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #0CC;
	margin: 5px;
	margin-right: 20px;
}

a img.links:hover {
	border: 1px solid #09F;
}

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

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

.clear {
	clear: both;
}

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

#container {  
	width: 964px;
	margin: 0 auto;
	background: url(../images/content.jpg) 0 0 repeat-y;
}


#header {
	width: 964px;
	height: 255px;
	background: url(../images/head.jpg) 0 0 no-repeat;
}

#content {  
	width: 964px;
	float: left;
	overflow: hidden;
	background: url(../images/content.jpg) 0 0 repeat-y;
	line-height: 1.5em;
}

#left {
	width: 604px;
	padding: 20px 20px 0 30px;
	float: left;
	display: inline;
}

#leftleft {
	float: left;
	display: inline;
	width: 275px;
}

#leftright {
	float: left;
	display: inline;
	width: 275px;
	margin-left: 25px;
}

#right {
	width: 310px;
	height: 451px;
	float: left;
	display: inline;
	background:url(../images/right.jpg) 0 0 no-repeat;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 96px;
	margin-top: -96px; 
	background-image: url(../images/footer_bg.jpg); 
	background-repeat: repeat-x;
}

#footer_content {
	width: 854px;
	padding: 24px 20px 0 90px;;
	height: 72px;
	background: url(../images/footer.jpg) 0 0 no-repeat;
	margin: 0 auto;
	color: #a7a7a7;
	font-size: 10px;
	letter-spacing: 0.02em;
}

#footer_content a {
	color: #a7a7a7;
	text-decoration:none;
	font-weight: normal;
}

#footer_content a:hover, #footer_content a:active {
	color: #48a7d0;
}

/****************************************************************/

#left ul {
	margin-left: 20px;
	line-height: 1.8em;
}

/****************************************************************/

#navi_top {
	float: left;
	width: 960px;
	margin: 52px 5px 0 5px;
	height: 40px;
}

#navi_top ul {
	list-style: none;
	float:left;
}

#navi_top ul li {
	display: inline;
}

#navi_top ul li a,
#navi_top ul li.empty {
	text-decoration: none;
	float: left;
	color: #FFF;
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 30px;
	text-align: center;
	padding: 13px 20px 0 20px;
	margin-right: 1px;
	text-shadow: 1px 1px 2px #000, 1px 1px #000;
}

#navi_top ul li a:hover,
#navi_top ul li.active a {
	color: #fffa7c;
	background: url(../images/navi.jpg) center top no-repeat;
}

/****************************************************************/

#footer_content ul {
	list-style: none;
	display: inline;
	float:right;
}

#footer_content ul li {
	display: inline;
}

#footer_content ul li a,
#footer_content ul li.empty {
	text-decoration: none;
	float: left;
	color: #a7a7a7;
	display: block;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 0 5px;
	margin-right: 1px;
}

#footer_content ul li a:hover,
#footer_content ul li.active a {
	color: #48a7d0;
}