html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	color: #FFFFFF;
	background: #39424b url(../images/background.png) repeat-x;	
	font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

textarea {
	outline: none; /* To keep Google Chrome from adding that ugly yellow border/outline */
}

#mid {
	position: relative;
	width:900px;
	margin: 0px auto;
	overflow: visible;
}

#top {
	background: #0043a4;
}

#logo{
	float: left;
}

#nav {
	position: absolute;
	right: 0px;
	background: #009cff;
	padding: 7px;

	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;

	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#nav a {
	font-size: 14px;
	margin: 5px;
	color: #FAFAFA;
	text-decoration: none;
	border-bottom: 3px solid #009cff;
}

#bluebar {
	position: absolute;
	left: 0px;
	top: 133px;
	
	padding-left: 50px;
	font-size: 23px;
	line-height: 28px;
}

#page {
	position: absolute;
	left: 0px;
	top: 163px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	width: 100%;
}

.quickbarout{
	position: relative;
	left: 10px;
	top: 10px;

	color: #FFFFFF;
	background: #0043a4;
	width: 200px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;

	float: left;
}

.quickbarin{
	padding: 8px;
	background: #009cff;
	width: 184px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}

.middle{
	position: relative;

	margin: 0px 150px 25px 150px;
	width: 600px;

	color: #5E5E5E;
}

.middle-with-bar {
	position: relative;

	margin: 0px 20px 25px 230px;
	width: 650px;

	color: #5E5E5E;
}

.middle-wo-bar {
	position: relative;

	margin: 0px 20px 25px 25px;
	width: 850px;

	color: #5e5e5e;
}

.title {
	position: relative;
	color: #5E5E5E;
	font-size: 20px;
	line-height: 26px;

	border-bottom: 2px dotted #39424b;
	margin-top: 10px;
	margin-bottom: 10px;
}

.titlesmall {
	position: absolute;
	top: 4px;
	right: 0px;

	text-align: right;
	color: #5E5E5E;
	font-size: 16px;
}

.text {
	padding: 5px;
	margin-bottom: 30px;

	color: #5E5E5E;
	font-size: 12px;
}

.text a {
	color: #009cff;
}

.text td {
	padding: 4px;
	/*vertical-align: top;*/
}

.imgnav {
	margin-top: 10px;
	margin-right: 6px;
	margin-left: 6px;
	float: left;
	color: #5E5E5E;
}

.imgnav img {
	border: 6px solid #39424b;
}

.imgnav .caption {
	margin: 6px;

	position: absolute;
	

	width: 200px;
	height: 400px;

	background:#009cff;

	display:none;

	opacity: 0.2;
}

.imgnav .caption  a{
	width: 100%;
	height: 100%;
	display:block;	
}

.imgnav .subtitle {
	padding: 5px;
	font-size: 14px;
}

.galerie {
	width: 850px;
	background: #39424b;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	padding: 6px;
	margin: 17px;
	margin-bottom: 25px;
}

#anmeldung {
	position: relative;
	margin: 50px 290px 50px 270px;
	background: #0043a4;
	width: 350px;
	height: 32px;
	font-size: 16px;
	line-height: 24px;
	padding-top: 8px;
	padding-left: 20px;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.comments li {
	border-top: 1px dotted #39424b;
	padding-top: 5px;
	margin-bottom: 15px;
}

.comments li  strong{
	color: #009cff
}
