html{
	padding:0;
	margin:0;
}

body{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin:0;
	padding:0;
   background-image: url(../img/bg2.gif);
	background-repeat: repeat-y;
   background-color: #F8F8F8;
}

#mainwrapper{
	margin:20px;
	width: 950px;
	overflow: hidden
}

a{
   color: #6d6e70;
   text-decoration:none;
}

a:hover{
   color: #d00000;
   text-decoration:none;
}

#contwrapper{
	margin-top: 30px;
	margin-bottom:0;

}

#navi{
	float: left;
	width: 170px;
	background-color: #dce0e1;
   font-size: 15px;
   height:630px;

}

#content{
   margin-left:30px;
   float:left;
   width:715px;
   padding-right: 30px;
}

#clear{
	clear: both;
}

/* navigation*/
.mainnav{
	list-style: none;
	margin: 0;
	padding:0;

}

.navel a{
	text-decoration: none;
	color: #6d6e70;
	font-weight: bold;
}

.navel a:hover, .navea a:hover{
	text-decoration: none;
	color: #d00000;
}

.navel, .navea{
	border-bottom: 1px solid #FFF;
	padding: 8px;
}

.navea{
   background-color: #D8D8D8;
}

.navea a{
	text-decoration: none;
	color: #d00000;
	font-weight: bold;
}






.space{
	height:50px;
}

.adrfooter{
   padding: 45px 8px 0px 8px;
   line-height: 20px;
   color: #6d6e70;
   height: 200px;
}

h1{
	font-size: 1.2em;
   color: #d00000;
   margin-top:0;
   padding-bottom: 5px;
}

h2{

	font-size: 1.2em;
   line-height: 1.5em;
   color: #666;
   margin-top: 20px;
   margin-bottom: 30px;
}

.absatz{
   font-size: 1.2em;
   line-height: 1.5em;
   padding-bottom: 1em;
   display:block;
}

.absatz--small {
   font-size: 1em;
   line-height: 1.5em;
}

.nlist {
   margin-top: 0;
}

.nlist li{
   list-style: disc;
   padding-bottom: 5px;
}

.ul2 li{
   list-style: circle;
}

/* inputs */

.normf, .errf{
   padding: 2px;
   width: 300px;
   min-height:22px;
}

.normf{
   color:black;
   border: 1px solid #000;
   font-size: 15px;
}

.errf{
   border: 1px solid red;
   color: #6d6e70;
   font-size: 13px;
}

.lleft{
   width: 140px;
   float:left;
   font-size: 1.2em;
}


.dline{
   margin-bottom: 10px;
   min-height: 25px;
}

.desc{
   font-size: 1.2em;
   padding-bottom: 6px;
}

input, textarea{
   font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

textarea .normf, textarea .errf{
    height:70px;
 }

.logo {
   color: #d00000;
   font-size: 30px;
   position: absolute;
   top: 30px;
   left: 200px;
}

#header {
   position: relative;
}
