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

body {
background: url(bilder/edv-top-hintergrund-verlauf.jpg) repeat-x #ededed;
text-align: center;
}

div.wrapper {
margin: 0 auto;
width: 950px;
min-height: 100%;
background: url(bilder/edv-vertikal-hintergrund-verlauf.jpg) repeat-y center top;
text-align: justify;
}

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

div.header {
	margin: 0 auto;
	width: 950px;
	height: 193px;
	background-image: url(bilder/edv-top-design.jpg);
	background-repeat: no-repeat;
}

div.top-navigation {
	margin: 0 auto;
	width: 950px;
	height: 32px;
	line-height: 32px;
	background-image: url(bilder/edv-top-navigation.jpg);
	background-repeat: no-repeat;
}
div.center {
	width: 950px;
	height: 100%;
	padding-bottom: 10px;
}
div.center-navigation {
	position: relative;
	left: 0px;
	float: left;
	width: 210px;
	min-height: 100%;
	background:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #112c49;
	border-right-color: #112c49;
	border-bottom-color: #112c49;
	border-left-color: #112c49;
}

div.center-inhalt {
	position: relative;
	left: 10px;
	top: 10px;
	float: left;	
	width: 630px;
	min-height: 100%;	
}

div.clear {
clear: both;
margin: 0;
padding: 0;
height: 40px;
line-height: 40px;
}

div.footer {
margin: -40px auto 0 auto;
padding: 0;
min-width: 100%;
height: 40px;
line-height: 40px;
background: url(bilder/edv-footer-verlauf.jpg) repeat-x;
text-align: center;
}
div.footer-design {
position: relative;
top: 0px;
margin: auto;
padding: 0;
width: 950px;
height: 40px;
line-height: 40px;
background: url(bilder/edv-footer-design.jpg) no-repeat;
}
div.footer-navigation {
position: relative;
top: 0px;
padding: 0;
width: 950px;
height: 40px;
line-height: 40px;
}

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

h1 {
font-size: 12pt;
}

h2 {
font-size: 11pt;
}

.menuleiste {
color: #112C49;
font-weight: bold;
}
.menuleiste:hover {
text-decoration: none;
}
div.linkschrift-menu {
padding-left: 5px;
	width: 205px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #112c49;
}
div.linkschrift-submenu2 {
padding-left: 5px;
	width: 205px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #112c49;
	background: #eeeeee;
}

div.linkschrift-submenu3 {
padding-left: 10px;
	width: 200px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #112c49;
	background: #dddddd;
}

div.linkschrift-submenu4 {
padding-left: 15px;
	width: 195px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #112c49;
	background: #cccccc;
}

div.linkschrift-submenu5 {
padding-left: 20px;
	width: 190px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #112c49;
	background: #cccccc;
}

div.linkschrift-submenu6 {
padding-left: 25px;
	width: 185px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #112c49;
	background: #cccccc;
}
.linkschrift {
color: #112C49;
text-decoration: none;
margin-left: 5px;
}
.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;
}

.schwarz {
color: #000000; text-decoration: none;
}

.breadcrumb{
font-size: 7pt;
}