A:link {
	background-color : transparent;
	text-decoration : underline;
	color: black;
}
A:visited {
	background-color : transparent;
	text-decoration : underline;
	color: black;
}
A:hover {
	background-color : transparent;
	text-decoration : underline;
	color: #990000;
}

A:active {
	background-color : transparent;
	text-decoration : underline;
	color: black;
}

body {
	background: #ffc780;
	margin-top : 30px;
	margin-bottom : 20px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: center;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 30px;
	margin-right : 0px;
	text-align: left;
}

.addresstext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 0px;
	text-align: left;
}

.addressheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: black;
	margin-top : 10px;
	margin-bottom : 5px;
	margin-left : 10px;
	margin-right : 0px;
	text-align: left;
	font-weight : bold;
}

.right {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 30px;
	margin-right : 0px;
	text-align: center;
	font-weight : normal;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: black;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: black;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 20px;
	margin-right : 0px;
	text-align: left;
	font-weight : bold;
}

.text_selbstauskunt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: left;
}


.input_selbstauskunt {
	color: black;
	height: 15px;
	width: 200px;
	font-size: 11px; 
	background-color: #D3D3D3;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.input_selbstauskunt_klein {
	color: black;
	height: 15px;
	width: 75px;
	font-size: 11px; 
	background-color: #D3D3D3;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.input_selbstauskunt_mini {
	color: black;
	height: 15px;
	width: 45px;
	font-size: 11px; 
	background-color: #D3D3D3;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.headerimage {
	padding-top : 5px;
	padding-bottom : 5px;
}

.bodytext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	text-align: left;
}

.menutext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 30px;
	margin-right : 20px;
	text-align: left;
}

ul {
	margin-top : 0px;
	margin-bottom : 0px;
	padding-left : 10px;
	margin-right : 0px;
	margin-left : 35px;
}


#logobox {
	width: 800px;
	margin: auto;
	margin-bottom : 5px;
}

#mainmenubox {
	margin-left: 12px;
}

#headerbox {
	width: 800px;
	height: 13px;
	margin: auto;
	background-image: url("http://development.kiwi-vision.de/imundka/fileadmin/template/images/header_bg.gif");
	background-position: bottom left;
 	background-repeat: no-repeat;
}

#contentbox {
	width: 800px;
	height: 500px;
	margin: auto;
	background: #f1b972;
}

#footerbox {
	width: 800px;
	height: 13px;
	margin: auto;
	background-image: url("http://development.kiwi-vision.de/imundka/fileadmin/template/images/footer_bg.gif");
	background-position: top left;
 	background-repeat: no-repeat;
}

#contentarea {
	width: 580px;
	height: 400px;
	background: #f1b972;
}

#contentareatop {
	width: 580px;
	background: #f1b972;
}

label {
    float:left;
    width:150px;
    display:block;
}


#mailform {
    margin-left:10px;
}

form {
    border:0px;
}

fieldset {
    border:0px;
}