@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #276898 url(gfx/bg.jpg) repeat-x 0 0;
	color: #fff;
	font: normal 100.01%/1.4 "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
.floatleft {
	float: left;
	padding: 0 10px 10px 0;
}
.floatright {
	float: right;
	padding: 0 0 10px 10px;
}

/* Typo
----------------------------------------------- */
h1, h2, h3 {
	color: #f48f18;
	margin: 0 0 .2em 0;
}
h1 {
	font-size: 1.3em;
}
h2, h3 {
	font-size: 1.1em;
}
p {
	margin: 1em 0;
}

/* Links
----------------------------------------------- */
a, a:visited {
	color: #fff;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Layout
----------------------------------------------- */
#wrapper {
	color: #b5cfe6;
	background: url(gfx/bg_wrapper.gif) no-repeat 520px 10px;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body #wrapper {
	display: inline-block; 
	width: 100%;
	}
* html #wrapper {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
#header {
	float: left;
	height: 100px;
	width: 800px;
}
.logo {
	margin: 8px 0 0 0;
}
#navi {
	background: url(gfx/bg_navi.gif) no-repeat 0 0;
	color: #d17100;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 36px;
	width: 800px;
}
#content {
	float: left;
	font-size: 1.2em;
	padding: 70px 0 30px 0;
	width: 800px;
	min-height:300px;
	height:auto !important;  /* für moderne Browser */
	height:300px;  /*für den IE */
}
ul.verweise {
	margin: 1em 0;
}
ul.verweise li {
	margin: 0 0 10px 20px;
}
.bigbox {
	background: url(gfx/bigbox.gif) no-repeat 0 0;
	float: left;
	height: 225px;
	margin: 12px 0 15px 0;
	line-height: 1px;
	padding: 0;
	width: 800px;
}
#footer {
	float: left;
	font-size: 1em;
	margin: 0 0 20px 0;
	width: 800px;
}

/* Navigationen
----------------------------------------------- */
#navi ul {
	list-style-type: none;
	margin: 10px 0 0 10px;
}
#navi li {
	border-right: 1px solid #fff;
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}
#navi li a,
#navi li a:visited {
	color: #1560b1;
	text-decoration: none;
}
#navi li a:hover {
	text-decoration: underline;
}
/*footer*/
#footer ul {
	list-style-type: none;
	margin: 0;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
}
#footer li a,
#footer li a:visited {
	color: #b5cfe6;
	text-decoration: underline;
}
#footer li a:hover {
	text-decoration: none;
}