/* =Structure
   =Header
   =Navigation
   =Content
   =Forms
   =Links
   =Misc
*/

/* =Structure
----------------------------------------------- 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

html {
overflow-y:scroll !important;
}

body {
background:url(images/background.png) repeat-y 50% 0;
text-align:center;
}

div#Seite {
width:950px;
margin:0 auto;
text-align:left;
font-family:Arial;
}

/* =Header
----------------------------------------------- 
*/

div#Header {
text-align:center;
height:114px;
}

div#PrintHeader {
width:600px;
display:none;
}

/* =Navigation
----------------------------------------------- 
*/

div#Navigation {
width:180px;
padding-top:20px;
padding-left:15px;
float:left;
}

div#Logo {
margin-left:-7px;
}

/* =Content
----------------------------------------------- 
*/

div#Inhalt {
width:710px;
float:right;
padding:20px 30px 20px 0;
}

/* =Forms
----------------------------------------------- 
*/

input {
width:200px;
}

textarea {
width:200px;
}

.ort {
width:140px;
}

.zahl {
width:57px;
}

.captcha {
width:37px;
}

select {
width:93px;
}

.tag {
width:42px;
}

.button {
width: 99px;
border: 2px outset;
}

.legende {
background-color:#FFF;
color:#000;
width:75px;
border:0px;
}

.textarea {
width:700px;
}

/* =Links
----------------------------------------------- 
*/

div#Navigation a:link,div#Navigation a:visited,div#Navigation a:active {
color:#000;
text-decoration:none;
}

div#Navigation a:hover,div#Inhalt a:link,div#Inhalt a:visited,div#Inhalt a:hover,div#Inhalt a:active {
color:#000;
text-decoration:underline;
}

/* =Misc
----------------------------------------------- 
*/

img {
border-color:#82D025;
}

hr {
width:700px;
color:#000;
background-color:#000;
height:5px;
}

h1, h2, h3 {
font-size:24px;
text-decoration:none;
}

h2 {
font-size:21px;
}

h3 {
font-size:18px;
}
