html {
		height: 100%; /* wichtig */
}

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
    color: #000000;
    background-color: #fbddf1;
    scrollbar-face-color: #fbddf1;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #a5037c;
    scrollbar-shadow-color: #c1cdd5;
    scrollbar-arrow-color: #a5037c;
    scrollbar-track-color: #dfe4e8;
    height:100%;
    margin-left: 0px;
	margin-top: 0px;
}

ul { 
    margin-bottom: 5px;
}

li { 
    margin-top: 3px; 
	list-style-image:url(/fileadmin/pages/recovered/images/ul.gif);
}

h1 {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}

h2 {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}

p {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
    color: #000000;
    background-color: #ffffff;
}

.text {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
    color: #000000;
    background-color: #ffffff;
}

.headline {
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}

.subheadline {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
}

.menu {
		font-family: Verdana;
		font-weight: normal;
		font-size: 14px;
		color: #a5037c;
		background-color:#bcbdc0;
		text-decoration:none;
}

.menu:hover {
		font-family: Verdana;
		font-weight: normal;
		font-size: 14px;
		color: #a5037c;
		background-color:#bcbdc0;
		text-decoration:underline;
}

.submenu {
		font-family: Verdana;
		font-weight: normal;
		font-size: 11px;
		color: #a5037c;
		background-color:#bcbdc0;
		text-decoration:none;
}

.submenu:hover {
		font-family: Verdana;
		font-weight: normal;
		font-size: 11px;
		color: #a5037c;
		background-color:#bcbdc0;
		text-decoration:underline;
}

.submenu2 {
		font-family: Verdana;
		font-weight: normal;
		font-size: 11px;
		color: #a5037c;
		background-color:#bcbdc0;
}

A {
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-weight: normal;
		font-size: 16px;
		color: #a5037c;
		text-decoration: none;
}

A:hover {
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-weight: normal;
		font-size: 16px;
		color: #a5037c;
		text-decoration: underline;
}

.rootline {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

.rootline_item {
    font-family: Verdana;
    font-size: 10px;
    color: #a5037c;
    text-decoration: none;
}

.rootline_item:hover {
    font-family: Verdana;
    font-size: 10px;
    color: #a5037c;
    text-decoration: underline;
}

.footer {
    font-family: Verdana;
    font-size: 10px;
    color: #a5037c;
    text-decoration: none;
}

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:95%;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
}

.mf-radio {
border:0px;
margin-bottom: 5px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
margin-bottom: 5px;
}
.mf-select {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
margin-top: 10px;
color: #a5037c;
background-color: #bcbdc0;
border:1px solid #000000;
}

