/* REMOVE PADDING AND MARGIN VALUES */
* { margin: 0; padding: 0; }
/* keien borders um bilder, zb bei links */
img { border: none; }
/* SET BASE FONT ATTRUBUTES */
html, body, body * { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; }
body { margin: 0px; padding: 0 0 50px; background: #09c url(../img/_bg_body.gif) no-repeat center top; font-size: 62.5%; text-align: center; } /* padding: 0px wegen Opera 7 */

/* container */
div#container	{ position: relative; width: 800px; margin: 0px auto 0px auto; text-align:left; }

/* header */
div#header { width: 800px; height: 310px; text-align: center; }
div#header img.imageMap {  }


/* metanav */
div#metanav { position: absolute; top: 50px; left: 500px; width: 280px; height: 20px; text-align: right; background: #cfc;  }
div#metanav a {  }
div#metanav a.active {  }
div#metanav a:hover {  }

/* credit */
div#credit {  }

/* search */
div#search {  }

/* auxnav */
div#auxnav {  }

/* breadcrumb */
div#breadcrumb {  }


/*separated top and subnav*/
div#topnav		{ width: 780px; height: 20px; background: #ccf; }

.lvl1, .lvl1l, .lvl1a, .lvl1al, .lvl1e, .lvl1el, .lvl1ae, .lvl1ael
{ display:block; float:left; color: #333; text-decoration: none; font-size: 1.1em; }
.lvl1:hover, .lvl1l:hover, .lvl1a:hover, .lvl1al:hover, .lvl1e:hover, .lvl1el:hover, .lvl1ae:hover, .lvl1ael:hover
{ text-decoration: underline; }

.lvl1a, .lvl1al, .lvl1ae, .lvl1ael {  }
.lvl1e, .lvl1ae, .lvl1el, .lvl1ael {  }
.lvl1l, .lvl1al, .lvl1el, .lvl1ael {  }

.lvl1a:hover, .lvl1al:hover, .lvl1ae:hover, .lvl1ael:hover { text-decoration: none; }
.lvl1e:hover, .lvl1ae:hover, .lvl1el:hover, .lvl1ael:hover {  }
.lvl1l:hover, .lvl1al:hover, .lvl1el:hover, .lvl1ael:hover {  }


div#subnav 		{ clear: left; float: left; width: 200px; background: #cfc; }

.lvl2, .lvl2l, .lvl2a, .lvl2al, .lvl2e, .lvl2el, .lvl2ae, .lvl2ael
{ display:block; color: #333; text-decoration: none; font-size: 1.1em; }
.lvl2:hover, .lvl2l:hover, .lvl2a:hover, .lvl2al:hover, .lvl2e:hover, .lvl2el:hover, .lvl2ae:hover, .lvl2ael:hover
{ text-decoration: underline; }

.lvl2a, .lvl2al, .lvl2ae, .lvl2ael {  }
.lvl2e, .lvl2ae, .lvl2el, .lvl2ael {  }
.lvl2l, .lvl2al, .lvl2el, .lvl2ael {  }

.lvl2a:hover, .lvl2al:hover, .lvl2ae:hover, .lvl2ael:hover { text-decoration: none; }
.lvl2e:hover, .lvl2ae:hover, .lvl2el:hover, .lvl2ael:hover {  }
.lvl2l:hover, .lvl2al:hover, .lvl2el:hover, .lvl2ael:hover {  }


.lvl3, .lvl3l, .lvl3a, .lvl3al, .lvl3e, .lvl3el, .lvl3ae, .lvl3ael
{ display:block; color: #333; text-decoration: none; font-size: 1.1em; }
.lvl3:hover, .lvl3l:hover, .lvl3a:hover, .lvl3al:hover, .lvl3e:hover, .lvl3el:hover, .lvl3ae:hover, .lvl3ael:hover
{ text-decoration: underline; }

.lvl3a, .lvl3al, .lvl3ae, .lvl3ael {  }
.lvl3e, .lvl3ae, .lvl3el, .lvl3ael {  }
.lvl3l, .lvl3al, .lvl3el, .lvl3ael {  }

.lvl3a:hover, .lvl3al:hover, .lvl3ae:hover, .lvl3ael:hover { text-decoration: none; }
.lvl3e:hover, .lvl3ae:hover, .lvl3el:hover, .lvl3ael:hover {  }
.lvl3l:hover, .lvl3al:hover, .lvl3el:hover, .lvl3ael:hover {  }


/* content */
div#content			{ width: 580px; margin: 0 0 0 110px; padding-bottom: 20px; font-size: 1.2em; color: #fff; line-height: 1.5em; }


/* footer */
div#footer	{ clear: both; width: 580px; margin: 0 0 0 110px; height: 20px; border-top: 1px solid #005F8A; font-size: 1.1em; text-align: center; }
div#footer table { margin: 5px auto 0; }
div#footer a:link { color: #fff; } 
div#footer a:hover { text-decoration: none; } 
div#footer a:visited { color: #fff; } 

/* links general */
div#content a:link, div#content  a:visited	{ color: #005480; font-weight: bold; text-decoration: none; }
div#content a:hover 	{ text-decoration: underline;  }
div#content a:active	{ color: #005480; }

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, p, ul, ol, table, fieldset { margin-top: 1em; margin-bottom: 0.5em; }
table table { margin: 0; }
h1, h2, h3, h4, h5 { font-weight: bold; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

/* images */
img { border: 0px; float: none; }
img.left { display: inline; float: left; margin: 3px 10px 10px 0px; }
img.right { float: right; margin: 3px 0px 10px 10px;}

/* tables */
table { border-collapse: collapse; font-size: 100%; } /* font-size: 100% wegen ie5 */
table.width100percent { width: 100%; }
th, td { padding: 0 5px 5px 0; vertical-align: top; text-align: left; }
th { font-weight: bold; }
td {  }
table.left { float: left; }
table.right { float: right; }
td.left { text-align: left; }
td.right { text-align: right; }

/* Lists */
ul, ol, dl {  } 
ul li { margin-left: 16px; }
ol li { margin-left: 24px; }

/* forms + fieldsets */
fieldset { padding: 10px; -moz-border-radius: 7px; }
legend 	{ padding: 0 6px 0 4px; }
label 	{ font-size: 1.0em; margin: 10px; }
input.text, textarea, select { padding: 0 0 0 1px; border: 1px solid #666; }
input.checkBox, input.radioButton { position: relative; top: 0; }

/* generals */
h1.clear, h2.clear, h3.clear, h4.clear, h5.clear, h6.clear, p.clear, table.clear, ul.clear, ol.clear, fieldset.clear, div.clear, *.clear
{ clear: both; }
h1.textLeft, h2.textLeft, h3.textLeft, h4.textLeft, h5.textLeft, h6.textLeft, p.textLeft, div.textLeft, th.textLeft, td.textLeft, *.textLeft 
{ text-align:  left; }
h1.textRight, h2.textRight, h3.textRight, h4.textRight, h5.textRight, h6.textRight, p.textRight, div.textRight, th.textRight, td.textRight, *.textRight 
{ text-align:  right; }
h1.textCenter, h2.textCenter, h3.textCenter, h4.textCenter, h5.textCenter, h6.textCenter, p.textCenter, div.textCenter, th.textCenter, td.textCenter, *.textCenter 
{ text-align:  center; }
.width100percent { width: 100%; }

p.separator { height: 20px; margin-bottom: 20px; border-bottom: 1px solid #ccc; font-size: 1px; }

a.pdf { display: block; clear: left; float: left; padding: 5px 0 3px 20px; background: url(../img/icon_pdf.gif) no-repeat 0 5px; }

table.left { margin-right: 10px; }
table.right { margin-left: 10px; }
table.image { display: inline; margin-top: 8px; }
table.image td.image { padding: 0; border: 1px solid #fff;}
table.image td.sub { padding: 0; font-size: 0.9em; color: #00679A; }

/* specials */
div.guestbook { margin: 50px 0; text-align: center;  }


body#termine div#content { text-align: center; }
body#termine div#content h1 { margin-top: 30px; }
body#termine div#content h2 { margin-top: 30px; width: auto; border-top: 3px solid #005F8A; color: #fff; }
body#termine div#content h2 a { padding-left: 10px; font-size: 0.8em; color: #ccc; }
body#termine div#content p { margin: 0; font-size: 1.1em; }