
/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
    background-color: #E9EDF1;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.3;
	margin-top: 0px;
	}

#v_align {
	position: absolute;
	margin-left: -500px;
	left: 50%;
	width: 1000px;
	visibility: visible;
	}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}

h1.dkl {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 2px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

h2.dkl {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 2px;
}

h3.dkl {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 2px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 2px;
}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 2px;
}

h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}


a:link,
a:visited { color: #E0E0E0; text-decoration: none; }

a:hover,
a:focus,
a:active { color: #FFFFFF; text-decoration: underline; }

a.dkl:link,
a.dkl:visited { color: #464646; text-decoration: none; }

a.dkl:hover,
a.dkl:focus,
a.dkl:active { color: #464646; text-decoration: underline; }


/*------------------- LAYOUT ---------------------
---------------------------------------------------*/

div#wrap_content { height: 1080px; background: url(../img/verlauf.png) }
div#col2 {float: left; width: 180px; padding-bottom: 15px;}

div.box {margin-bottom: 10px; margin-top: 10px; background-color: transparent; border: 1px solid #797979; -moz-border-radius: 6px; border-radius: 6px; }
div.boxtop {background-color: #2D0000; border: 1px solid #2D0000; -moz-border-radius: 6px; border-radius: 6px; }
div.box h6, div#menu h6 {margin: 0px 10px 00px 10px; padding: 0.4em 1.0em 0.6em 1.0em; line-height: 1.0em; }
div#menu h6 {background: #CCCCCCC; }
p.boxtext {padding: 5px; line-height: 1.4em; border-top: 0px; }





#container {
width: 656px;
background-color: transparent;
padding: 8px;
margin: 0 auto;
}

#header {
background-color: #000000;
position: relative;
}

#hdTop {
background-color: #000000;
height: 25px;
border: 1px solid #C0C0C0;
border-bottom-color: #000000;
}

#hdLogo {
background: url("../img/TopLogo_Rot50.png");
height: 130px;
border: 1px solid #C0C0C0;
position: relative;
}

#maintext {
background-color: #000000;
height: 1080px;
border: 1px solid #C0C0C0;
border-top-color: #000000;
padding: 10px 10px 10px 10px;
}

#content {
background-color: transparent;
padding: 30px 20px;
}


#mainContent {
margin: 0;
float: right;
width: 60%;
}

#wrapper {
float: left;
width: 70%;
}

#footer {
background-color: transparent;
height: 19px;
position: relative;
border: 1px solid #C0C0C0;
border-top-color: #000000;
}

#content p {
margin-bottom: 20px;
}

#footer p {
font-size: 0.9em;
text-align: center;
}

/*------------------- ALLGEMEIN --------------------
---------------------------------------------------*/
.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

.ut {
color: #000;
font-size: 0.65em;
font-weight: bold;
font-variant: small-caps;
font-family: Verdana,Arial,Helvetica,sans-serif;
margin-right: 30px;
display: block;
text-align: right;
}


