html, body {
margin: 0;
padding: 0;
min-width: 100%;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

body {
background: url(images/hintergrundneu.gif);
background-repeat: repeat-y;
}

div.wrapper {
	margin: 0 0 -101px 0;
	width: 100%;
	min-height: 100%;
	background-image: url(images/header-verlauf.gif);
	background-repeat: repeat-x;
}

* html div.wrapper { /* Für IE */
height: 100%;
}


div.header {
	width: 1000px;
	height: 156px;
	text-align: right;
	background-image: url(images/template.gif);
	background-repeat: no-repeat;
}

div.header-center {
position: relative;
top: 57px;
float:right; 
width: 150px; 
height: 102px; 
}

div.header-navigation {
position:relative;
top: 90px;
left: 10px;
height:20px;
text-align: left;
}


div.center {
width: 1000px;
height: 100%;
}

div.center-navigation {
margin-right: 25px;
min-height: 50px;
	width: 200px;
	height: 100%;
	float: left;
}

div.center-inhalt {
width: 600px;
height: 100%;
float: left;
text-align: justify;
}

div.center-rechts {
margin-left: 860px;
width: 200px;
height: 100%;
}

div.clear {
clear: both;
height: 101px;
line-height: 101px;
}

div.footer {
width: 100%;
height: 101px;
background: url(images/template-unten-verlauf.gif) repeat-x;
}
div.unten-mitte {
width: 850px;
height: 101px;
background: url(images/template-unten.gif) no-repeat;
}
div.unten-navigation {
position: relative;
	top: 47px;
	left: 10px;
	height: 20px;
	line-height: 20px;
}

.extern, a.extern {
line-height: 10px;
font-size: 10px;
color:#999999;
}

h1 {
font-size: 14pt;
}
.menuleiste {
color: #FFFFFF;
font-weight: bold;
}
.menuleiste:hover {
text-decoration: none;
}
div.linkschrift-menu {
	width: 200px;
	height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div.linkschrift-submenu2 {
padding-left: 5px;
	width: 200px;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

a.linkschrift {
width: 190px;
display: block;
line-height: 20px;
padding-left: 10px;
margin-top: 3px;
color: #FFFFFF;
text-decoration: none;
}

a.linkschrift-hover {
width: 190px;
display: block;
line-height: 20px;
padding-left: 10px;
margin-top: 3px;
color: #666699;
background: #FFFFFF;
text-decoration: none;
}

a.linkschrift:hover {
color: #666699;
background: #FFFFFF;
text-decoration: underline;
}
.csc-mailform {
        border: 0px;
}
 
.csc-mailform-field label {
        width: 6em;
        float: left;
        text-align: right;
        margin-right: 0.5em;
        display: block;
}
 
.csc-mailform-submit {
        margin-left: 7em;
}

.breadcrumb {
font-size: 7pt;
}

