* {
	margin: 0;
	padding: 0;
}

body, html {
	color: #1A4672;
	background: #FFf;
	font-size: 90%;
	line-height: 100%;
}

body, form {
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font: bold 1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1A4672;
	margin-top: 0;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.5em
}

h3 {
	font: 1.2em  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 12px;
	margin-bottom: 12px;
}

h4 {
	font-size: 1.1em
}


p {
	margin: 15px 0;
}

ol {
	list-style-position: inside;
}

a:link, a:visited {
	text-decoration: none;
	color: #1A4672;
	font-weight: bold;
}

a:hover, a:active {
	color: #1868B9;
	text-decoration: underline;
	font-weight: bold;
}

#topnav {
	position: absolute;
	top: 8px;
	right: 24px;
}

#wrapper {
	margin: 18px auto 0;
	font-size: 0.8em;
	width: 860px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	border: 1px solid #1A4672;
	min-height: 480px;
	background: white url(_images/leftback.gif) repeat-y 0;
	padding: 0px;
	position: relative;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);	
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999999, offX=3, offY=3, positive=true);	
}

#masthead {
	width: 860px;
	height: 60px;
	background-color: #1A4672;
}

#nav {
	width: 860px;
	height: 24px;
	background-color: #1868B9;
	font-size: 1.2em;
}



#nav ul {
	margin-left: 10px;
	padding-top: 2px;
}

#nav li {
	display: inline;
	list-style: none;
	padding-left: 11px;
	padding-right: 20px;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#nav a:hover, #nav a:active {
	color: #E2E423;
	text-decoration: underline;
	font-weight: bold;
}

#content {
	width: 844px;
	min-height: 250px;
	position: relative;
	left: 8px;
	margin-top: 0;
}

#sidebar {
	width: 160px;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 14px;
}

#sidebar ul {
	margin-left: 12px;
}

#sidebar li {
	padding-left: 11px;	
	list-style: none;
	margin-bottom: 5px;
	padding-right: 20px;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #1A4672;
	font-weight: bold;
}

#sidebar a:hover, #sidebar a:active {
	color: #1868B9;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}



#mitte {
	width: 680px;
	margin-left: 172px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: black;
}

#bbild {
	background-color: #D3DDFF;
	height: 160px;
	width: 100%;
	position: relative;
	text-align: center;
}

#inhalt {
	padding: 12px;
}
#gallery {
	width: 620px;
	left: 12px;
	position: relative;
}


.logo {
	position: absolute;
	top: 12px;
	left: 42px;
}


.vorspann {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #1A4672;
	margin-bottom: 4px;
}

.bildtext {
	font-style: italic;
}


.clearfix {
	clear: both;
	display: block;
}

.prompt {
	background: url(_images/prompt.png) no-repeat;
}

#footer {
	
	color: #1A4672;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	text-align: center;
	margin-top: 8px;
}