@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f8f4e8;
	color: #000;
	font-size: 100.01%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.pdf {
	background: url(gfx/pdf.gif) no-repeat 0 2px;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0 22px;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
/*	color: #29909d;*/
	color: #343d92;
	font-weight: normal;
}
h1 {
	font-size: 1.83em;
	margin: 0 0 .5em 0;
}
h2, h2, h3, h4 {
	font-size: 1.3em;
	margin: 0 0 .2em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 3px 0 1em 30px;
}
#content ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 820px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: url(gfx/bg_header.jpg) no-repeat 35px 6px;
	float: left;
	height: 150px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 820px;
}
.logo {
	margin: 38px 0 0 0;
}
#top {
	background: #343d92 url(gfx/bg_top.jpg) no-repeat 0 0;
	float: left;
	font-size: 1.2em;
	height: 26px;
	margin: 0;
	padding: 0 15px;
	text-align: right;
	width: 790px;
}
#navigation {
	background: url(gfx/bg_navigation.gif) no-repeat 10px 0;
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 195px;
}
#container {
	background: #d9dff9 url(gfx/bg_inner.jpg) no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 33px 0 0 0;
	width: 820px;
}
#content {
	background: #fff url(gfx/bg_content.gif) no-repeat 0 0;
	float: left;
	font-size: 1.3em;
	margin: 0;
	line-height: 1.5em;
	padding: 20px 33px 15px 20px;
	width: 560px;
	min-height: 300px;
	height: auto !important;  /*moderne Browser*/
	height: 300px;  /*IE*/
}
.h_lang {
	margin-top: 40px;
}
.lang {
	float: left;
	margin: 0 15px 0 0;
}
#footer {
	background: url(gfx/bg_footer.gif) no-repeat 0 0;
	color: #fff;
	float: left;
	font-size: 1.2em;
	height: 46px;
	margin: 0;
	padding: 0;;
	text-align: center;
	width: 820px; 
}
#footer address {
	margin: 0;
	padding: 27px 0 0 195px;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	background: url(gfx/bg_menu.gif) no-repeat left bottom;
	margin: 10px 10px 0 10px;
	line-height: 1.67em;
	padding: 10px 4px 16px 4px;
	list-style: none;
	width: 167px;
}
ul#menu li {
	list-style: none;
}
ul#menu li a,
ul#menu li a:visited {
	color: #34518f;
	display: block;
	padding: 2px 7px 3px 15px;
	text-decoration: none;
	width: 145px;
}
ul#menu li a:hover {
	background: #cdcfe4 url(gfx/bg_menuli.gif) no-repeat 0 -50px;
	text-decoration: none;
}
ul#menu li a.active {
	background: #9ba5ca url(gfx/bg_menuli.gif) no-repeat 0 0;
	color: #fff;
}
/*Topmenu*/
ul#topmenu {
	margin: 5px 17px 0 0;
	padding: 0;
}
#topmenu li {
	display: inline;
	list-style: none;
	padding-left: 20px;
}
#topmenu li a,
#topmenu li a:visited {
	color: #fff;
	text-decoration: none;
}
#topmenu li a:hover {
	color: #fff;
	text-decoration: underline;
}