@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #1264a7;
	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;
}
.xl {
	font-size: 1.2em;
}
.center {
	text-align: center;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #fff;
	outline: none;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1 {
	color: #5f5f5f;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 .5em 20px;
}
h2, h3, h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 1em 20px;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
address {
	font-style: normal;
}
#content p {
	line-height: 1.5em;
	margin-left: 20px;
}
#content ul {
	margin: 3px 0 1em 20px;
	padding: 0;
}
#content ul li {
	background: url(graphics/li-dot.gif) no-repeat 0 7px;
	padding: 2px 0 2px 11px;
	list-style: none;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: #fff;
	font-size: 62.5%;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	width: 740px;
}
#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 {
	float: left;
	height: 120px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#header img {
	margin-top: 31px;
}
#photo {
	float: left;
	width: 480px;
}
#container {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0 32px;
	width: 676px;
}
#content {
	background: url(graphics/bg_content.gif) repeat-x 0 1px;
	float: left;
	margin: 0;
	padding: 25px 0;
	width: 100%;
	min-height: 250px;
	height: auto !important;  /*moderne Browser*/
	height: 250px;  /*IE*/
}
#leftcolumn,
#rightcolumn {
	float: left;
	width: 338px;
}
#footer {
	background: #1264a7 url(graphics/bg_footer.gif) repeat-x 0 1px;
	color: #fff;
	float: left;
	font-size: 1.2em;
	height: 34px;
	margin: 0;
	line-height: 34px;
	padding: 0;
	text-align: center;
	width: 100%;
}
#footer address {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* Navigation
-----------------------------------------------*/
#navigation {
	background: #1264a7 url(graphics/bg_navigation.jpg) no-repeat 0 0;
	float: left;
	height: 242px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation ul {
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
	width: 176px;
}
#navigation ul li {
	margin: 0;
	list-style: none;
	padding: 0;
}
#navigation ul li a,
#navigation ul li a:visited {
	border-bottom: 1px solid #0d538d;
	border-top: 1px solid #2d80c4;
	color: #fff;
	display: block;
	padding: 11px 0;
	text-decoration: none;
	width: 176px;
}
#navigation ul li a:hover {
	color: #ccc;
	text-decoration: none;
}
.active {
	font-weight: bold;
}
.navstart {
	border-top: none !important;
}
.navend {
	border-bottom: none !important;
}