@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ccc url(gfx/bg.jpg) repeat;
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}

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

/* Typo
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, h7 {
	color: #3d40a7;
	font-size: 15px;
	margin: 0 0 1em 0;
	line-height: normal !important;
}
p, address {
	margin: 0 0 1em 0;
}
#header p,
#navigation p {
	margin: 0;
	padding: 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 3px 0 1em 20px;
}
#content ul li {
	padding: 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/
#wrapper {
	font-size: 62.5%;
	margin: 28px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 816px;
}
#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 {
	border-bottom: 5px solid #3d40a7;
	float: left;
	height: 170px;
	margin: 0;
	line-height: normal !important;
	padding: 0;
	width: 100%;
}
#navigation {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	width: 200px;
}
#container {
	background: #ebedfc url(gfx/bg_container.jpg) repeat-x 0 175px;
	float: left;
	margin: 0;
	padding: 0;
	width: 816px;
}
#content {
	float: left;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.5em;
	padding: 20px 55px 40px 20px;
	width: 541px;
}
#footer {
	color: #9191ad;
	float: left;
	font-size: 1.2em;
	height: 40px;
	margin: 0;
	line-height: 40px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#footer address {
	margin: 0;
	padding: 0;
}

/* Navigationen
-----------------------------------------------*/
#navigation ul {
	margin: 18px 0 25px 14px;
	padding: 0;
}
#navigation ul li {
	height: 20px;
	margin: 0;
	line-height: 20px;
	list-style: none;
	padding: 0;
}
#navigation ul li a,
#navigation ul li a:visited {
	color: #000;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.current {
	font-weight: bold !important;
}

/* Bilder anzeigen mit Text
-----------------------------------------------*/
.foto_normal { border: 1px solid #AEAECA; padding:2px; }
.foto_r { float: right; margin-left: 14px; margin-bottom: 10px; border: 1px solid #AEAECA; padding:4px; }
.foto_l { float: left; margin-right: 14px; margin-bottom: 10px; border: 1px solid #AEAECA; padding:4px; }
