/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.25;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:12px;color:#222;background:#fff;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#111;}
h1 {font-size:2em;line-height:1;}
h2 {font-size:1.8em;line-height:1.1;}
h3 {font-size:1.5em;line-height:1.1;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 10px;}
p img.left {float:left;margin:10px 10px 10px 0;padding:0;}
p img.right {float:right;margin:10px 0 10px 10px;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:10px;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 10px;font-style:italic;}
del {color:#666;}
pre {margin:10px 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 10px;}
ul, ol {margin:0 10px 10px 10px;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 10px 0;}
dl dt {font-weight:bold;}
dd {margin-left:10px;}
table {margin-bottom:10px;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* my definition */
body {
	background:#fff url(../images/bg.gif);
	margin:3%;
}

html , body{
}

#bg {
	background:url(../images/bg_kopf.gif) no-repeat; 
	top:0px;
	right:0px;
	width:460px;
	height:215px;
	position:absolute;
}

#wrapper {
	position:relative;
	text-align:left;	
}


#stage {
	padding:105px 205px 105px 205px;
}

#stage .content {
	background-color:#ffffff;
	min-height:400px;
	position:relative;
	z-index:99;
	padding:10px;
	line-height:1.6;
}

.navi {
	position:absolute;
}

.navi a {
	width:94px;
	height:94px;
	background-color:#00247C;
	position:relative;
	display:block;
	text-decoration:none;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	overflow:hidden;
}

.navi .leer {
	width:94px;
	height:94px;
	display:block;
}

.navi a:hover, .navi a.active {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.navi  a span {
	position:absolute;
	width:88px;
	bottom:3px;
	left:3px;	
	color:#fff;
	cursor:pointer;
}

.navi.lb  a, .navi.lb img, .navi.lb .leer {
	float:left;
	margin:6px 6px 0px 0px;
}

.navi.lt  a, .navi.lt img, .navi.lt .leer {
	float:left;
	margin:0px 6px 6px 0px;
}

.navi.rt  a , .navi.rt .leer, .navi.rt img {
	float:right;
	margin:0px 0px 6px 6px ;
}

.navi.rt h2 {
	width:300px;
	height:94px;
	display:block;
	float:right;
	font-size:16px;
	color:#808285;
	padding:0px;
	margin:0px 0px 6px 6px ;
	position:relative;
}

.navi.rt span {
	position:absolute;
	bottom:3px;
	right:3px;	
}

.navi.rb  a , .navi.rb .leer {
	float:right;
	margin:6px 0px 0px 6px ;
}

.lb {
	bottom:5px;
	left:5px;
}

.lt {
	top:5px;
	left:5px;
}

.rt {
	top:5px;
	right:5px;
}

.rb {
	bottom:5px;
	right:5px;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

.subnavi  {
	padding:10px;	
}

.subnavi a {
	width:94px;
	height:94px;
	border:#00247C solid 1px;
	position:relative;
	display:-moz-inline-block;
	display:inline-block;
	text-decoration:none;
	overflow:hidden;
	margin:0px 3px 3px 0px ;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background-color:#fff;
}

.subnavi a:hover, .navi a.subactive {	
	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}

.subnavi  a span {
	position:absolute;
	width:88px;
	bottom:3px;
	left:3px;	
	color:#00247C;
	cursor:pointer;
}


h1 {
	font-size:16px;
	color:#00247C;
	padding:8px;
	background:#fff url(../images/bg.gif);
}

h2 {
	padding:10px 10px 0px 10px;
	color:#00247C;
	font-size:12px;
}

p {
	padding:10px 10px 0px 10px;
}

p.left {
	float:left;
}

p img {
	border:1px solid #ccc;
}

a.zuruecklink {
	display:-moz-inline-block;
	display:inline-block;
	width:19px;
	height:19px;
	background:#fff url(../images/zurueck.gif);	
}

a.zuruecklink:hover {
	background:#eee url(../images/zurueck.gif);	
}

a.zuruecklink span {
	display:none;
}

* {
	outline:none;
}

p.liste {
	padding:5px 10px;
	border-top:#ccc dotted 1px;
margin:0px;
}

label {
	display:-moz-inline-block;
	display:inline-block;
	width:100px;
}

.news label {
	width:160px;
}

.fieldrow {
	padding:2px 10px;
}

.error {
	color:#f00;
font-weight:bold;
}

.fieldrow input, textarea {
	border:#00247C solid 1px;
	width:180px;
}

input.button {
	border:#00247C solid 1px;
	background:#00247C;
	color:#fff;
	width:120px;
}

.rechts {
	float:right;
	margin:0 0 10px 10px;
	position:relative;
}

.links {
	float:left;
	margin:0 10px 10px 0;
	position:relative;
}

/* news */

.newsentry {
	padding:5px 10px;
	border-top:#ccc dotted 1px;
	margin:0px;
}

.newsentry  small{
}

.newssubnavi {
	padding:0px 10px 5px 10px;
	margin:0px;
	text-align:right;
font-size:11px;
}

.newslist h2 {
	padding-bottom:5px;	
	color:#999;
}

.newsentry h3 {
	font-size:14px;	
	color:#00247C;
	padding:5px 0px;
}

.newsentry img {
	border:#ccc solid 1px;
	margin:0 10px 10px 0;
float:left;
}

.newstrenner {
	clear:left;
	overflow:hidden;
	height:1px;
}

.dsearch {
	padding:5px 10px;
	border-bottom:#ccc dotted 1px;	
margin-bottom:3px;
}

.dsearch input, .dsearch select {
	border:#00247C solid 1px;
}

.dpage {
	padding:5px 10px;
	border-top:#ccc dotted 1px;	
}

.language {
	position:absolute;
	z-index:99;
	top:1%;
	right:1%;
	font-size:11px;	
	display:none;
}

