
* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#container #right a {
	color: #333333;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #333333;
}


#pagetop {
	height: 107px;
	color: #FFFFFF;
	font-size: 1.2em;
	background-image: url(../webgrafiken/tophg.jpg);
	background-repeat: repeat-x;
}

#menu {width: 808px; margin: auto;}

#container {
	width: 808px;
	margin: auto;
	font-size: 1.2em;
}

#header {
	background-image: url(../webgrafiken/logo.jpg);
	height: 211px;
	width: 808px;
	margin-top: 15px;
}

#left {width: 480px; float:left;}

#right {
	width: 260px;
	padding: 20px;
	float:right;
	background-color: #f4f3ee;
}

/************************* TEXT FORMATTING ************************/

.float_left {float: left;}

.float_right {float: right;}

p {margin-top: 10px; margin-bottom:10px;}

h3 {color: #666666;
	font-size: 1.4em;}

h4 {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	color: #666666;
	font-size: 1.4em;
	background-image: url(../images/h4_bg.gif);
	height: 34px;
	width: 261px;
	padding-top: 11px;
	padding-left: 10px;
}

dl {
	
}

dt {
	font-weight: bold;
	color: #006699;
}

dd {margin-bottom: 10px;}

.inputfields, .textareafields {display: block; width: 100%; margin-bottom: 10px;}

.submit {margin-top: 5px;}

label {
	font-weight: bold;
	font-size: 0.9em;
	color: #006699;
}

/* MENU */

#navcontainer ul
{
	width: 808px;
	margin: auto;
	color: White;
	background-image: url(../webgrafiken/menuhg.jpg);
	background-repeat: repeat-x;
	height: 107px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
padding: 70px 15px 0px 15px;
color: White;
text-decoration: none;
float: left;
background: url(../images/menu_right.png) no-repeat right bottom;
height: 37px;

}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
li {
	text-indent: 25px;
	width: 180px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	list-style-image: url(../webgrafiken/squere1.png);
}

