﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #E4E5E7;
	color: black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
	text-align: center;
    background-image: url(img/back_shadow.jpg);
    background-position: top;
    background-repeat: repeat-y;
}

a:link {
   color:black;
   text-decoration: underline;
}

a:visited {
   color:black;
}

a:hover {
   color:black;
   text-decoration: none;
}

h1 {
	font-size : 14px;
	color : black;
    background-color: #DFDFDF;
	padding-right:5px;
	padding-left:5px;
	padding-bottom: 5px;
	padding-top:5px;
    border-color: #FFFFFF;
    border-style: solid;
    border: 1px;
}

h2 {
	font-size : 14px;
	color : black;
	margin-bottom : 10px;
	margin-top : 15px;
}

h3 {
	font-size : 12px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

h4 {
	font-size : 11px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}


P {
	color: black;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
}

.indent {
	text-indent: 20px;
}

#indent {
	text-indent: 20px;
}


.align-center {
	text-align:center;
}


li {
	color: black;
    font-size : small;
}

.bulletlist {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #6600CC;
}

SELECT {
	font-size: 12px;
}

TEXTAREA {
	font-size: 12px;
    text-align: justify;
    line-height: 125%;
}

#main {
	width: 890px;
    color:black;
    background-color:#FFFFFF;
    margin: 0 auto;
    background-image: url(img/background_winter.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#nest {
    padding-top:0px;
}

#leftbox {
    width: 160px;
    min-height:450px;
    float: left;
    color:black;
    text-align:center;
    font-size:80%;
  	overflow: hidden;
}
#leftbox p {
    font-size:80%;
    border: none;
}

#header {
    margin-left: 160px;
    width:720px;
    min-width:720px;
    max-width:720px;
    height:136px;
    color: black;
}
#header p {
    text-align:right;
    font-size:50%;
}
#headnav {
	margin-left: 160px;
	width: 720px;
    min-width:720px;
    max-width:720px;
    height: 20px;
    text-align:right;
    font-size:80%;
    color:black;
    max-height: 18px;
}
#headnav p {
    text-align:right;
    font-size:0%;
}
#verlauf {
	margin-left: 160px;
	width: 720px;
    min-width:720px;
    max-width:720px;
    height: 30px;
    text-align:right;
    font-size:1%;
    color: black;
    background-image: url(img/slogan.gif);
    background-position: top;
    background-repeat: no-repeat;
}
#verlauf p {
    text-align:right;
    font-size:0%;
}


#content {
	margin-left: 165px;
	margin-right: 165px;
    margin-top: 1px;
    padding-bottom: 5px;
    width: 550px;
    min-width:200px;
    max-width:565px;
	color:black;
    background-color:white;
    min-height:450px;
    text-align: left;
}

#content p {
    font-size:80%;
    border: none;
}


#rightbox {
    width: 155px;
    min-width: 100px;
    max-width: 155px;
    min-height:390px;
    float: right;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 5px;
    color:black;
    border: none;
    text-align:center;
    overflow:hidden;
}

#rightbox p {
    font-size:80%;
    border: none;
}

#prefooter {
    margin-left: 165px;
    margin-right: 165px;
	width:560px;
    min-width:565px;
    max-width:565px;
	text-align:center;
    height: 1px;
    text-align:right;
    /*background-image: url(img/verlaufun.jpg);*/
    font-size:70%;
    color: black;
    border: none;
}
#prefooter p {
    text-align:right;
    font-size:50%;
    border: none;
}

#footer {
    margin-left: 165px;
    margin-right: 165px;
	width:560px;
    min-width:565px;
    max-width:565px;
	text-align:center;
    height: 20px;
    font-size:70%;
    color: black;
    border: none;
}
#footer p {
    text-align:right;
    font-size:50%;
    border: none;
}
#postfooter {
    margin-left: 165px;
    margin-right: 165px;
	width:560px;
    min-width:565px;
    max-width:565px;
	text-align:center;
    height: 1px;
    font-size:60%;
    color: black;
    border: none;
}
#postfooter p {
    text-align:right;
    font-size:50%;
    border: none;
}


