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 {
	margin-top : 30px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 0px;
	text-align: left;
}

P {
	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;
}

.pagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: black;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: left;
	font-weight : bold;
}

.addresstitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: black;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: left;
	font-weight : bold;
}

.locationtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: left;
	font-weight : bold;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: black;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: left;
	font-weight : bold;
}


.bodytext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: left;
}

.menutext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: black;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	text-align: left;
}

li {
	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;
}

li {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
}


#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;
}

