/*
** Homepage: http://www.biokamine-potsdam.de
** CMS: voiTEC.WEB 2.0 - http://www.voitec.de
*/

/* Grundeinstellungen */
* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }
body { font: normal 100.01% arial,helvetica,sans-serif; color: #000; background-color: #CCC; }
img { border: 0; }
form { display: inline; }
.killer { height: 0; border: 0; line-height: 0em; background: transparent; clear: both; }
.inlineinfo { font-size: 0.8em; color: #666; }

/* Fehlermarkierung */
.error { padding: 10px 0; font-weight: bold; color: #FF0000; background-color:#FFFFFF; }
input.error { padding: 2px 2px 1px 2px; border: 2px solid #FF0000; }
textarea.error	{ padding: 2px 2px 1px 2px; border: 2px solid #FF0000; }
.error-check	{ padding: 0 2px 2px 2px; background: #FF0000; }
select.error	{ padding: 0; font-weight: bold; color: #FF0000; }

/* Grafiken */
.bg { background: url(../de,biokamine,images/bg.png); }

/* Layout und IDs */
.box { width: 990px; margin: 0px auto; background-position: -990px 0px; background-repeat: repeat-y; }
#kopf { position: relative; height: 175px; background-position: 0px top; background-repeat: no-repeat; }
#nav { position: absolute; top: 140px; left: 300px; }
#inhalt { margin: 0px 21px; }
#fuss { height: 69px; background-position: -1980px bottom; background-repeat: no-repeat; }

/* Kopf */
#kopf .ortsinfo { position: absolute; top: 70px; right: 50px; font-size: 0.9em; font-style: italic; color: #EEE; }

/* Navigation */
#nav { }
#nav ul { padding: 7px; list-style: none; }
#nav ul li { display: inline-block; margin-right: 13px; font-size: 0.8em; color: #FFDB00; }
#nav ul li a { color: #FFDB00; text-decoration: none; }
#nav ul li a:hover { text-decoration: underline; }

/* Inhalt */
#inhalt { padding: 30px 180px 30px 30px; }
#inhalt h1 { margin-bottom: 20px; font-size: 1.2em; border-bottom: 2px dotted #AAA; }
#inhalt h2 { margin: 20px 0px 10px 0px; font-size: 1.0em; font-variant: small-caps; }
#inhalt p { margin-bottom: 7px; }
#inhalt ul, #inhalt ol { margin: 7px 35px 10px 35px; }
#inhalt dl { margin: 5px 0px 10px 0px; font-size: 1em; }
#inhalt dl.spalten {  }
#inhalt dl.spalten dt { float: left; width: 12.5em; padding: 3px; }
#inhalt dl.spalten dd { margin-left: 12.5em; padding: 3px; }
#inhalt dl.zeilen dt { float: left; padding: 3px; }
#inhalt fieldset { padding: 10px; font-size: 0.85em; }
#inhalt fieldset legend { padding: 5px; }
#inhalt fieldset label { display: block; font-size: 12px; }
#inhalt fieldset p { font-size: 1em; }
#inhalt address { margin-bottom: 15px; padding: 3px; font-weight: normal; font-size: 0.9em; }

/* Fuss */
#fuss { text-align: center; }
#fuss ul { padding-top: 10px; list-style: none; }
#fuss ul li { display: inline-block; color: #DDD; }
#fuss ul li a { font-size: 0.8em; color: #EEE; text-decoration: none; }
#fuss ul li a:hover { text-decoration: underline; }