body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

a {
	color: #000000;
}

a:hover {
	color: #aaaaaa;
}

#webseite {
	width: 900px;
	height: 900px;
}

.menuitem {
	padding: 0px;
	margin: 0px;
	float:left;
	font-size: 12px;
	border-left: 1px solid #ffffff;
}

.menuitem a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	height: 16px;
}

.menuitem a:hover {
	background-color: #ffffff;
	color: #7ab2d2;
	text-decoration: none;
	height: 16px;
	display: block;
}

.submenu {
	width: 860px;
	text-align:left;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration:none;
	letter-spacing:0.07em;
}

#submenucontainer {
	width: 900px;
	background-color: #bdddf2;
	height: 50px;
	
}

.submenu a {
	text-transform: uppercase;
	font-size: 11px;
	color: #5c5e61;
	border-left: 1px solid #5c5e61;
	padding-left: 4px;
	padding-right: 2px;
	text-decoration:none;
}

.submenu a:hover {
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
	border-left: 1px solid #000000;
}

.contentblock_straight {
        padding-right: 10px;
        padding-bottom: 10px;
        vertical-align:top;
        font-size: 12px;
}

#topline {
	/* background: url(/images/topline.jpg) no-repeat; */
	height: 23px;
	width: 900px;
}

#mainpicture {
	background: url(/images/mainpicture.jpg) no-repeat;
	height: 143px;
	width: 860px;
}



