BODY {
	background-color: #00AABD;
}

BODY, A, TD, TH, P {
	margin: 0px;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1, H2, H3, H4, H5, H6 {
	color: #00AABD;
}

.bold {
	font-weight: bold;
}

#main {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #00AABD;
}

#frame {
	border-right: 1px solid #005555;
	border-bottom: 1px solid #005555;
}
#frame_2 {
	border-right: 1px solid #007777;
	border-bottom: 1px solid #007777;
}

#content {
	width: 800px;
	text-align: left;
	background-color: #ffffff;
	
	border-right: 1px solid #009999;
	border-bottom: 1px solid #009999;
}

.index {
	padding: 10px;
}

TD.navi {
	font-family: Times, Times New Roman;
	width: 111px;
}

A.navi, A.aktiv {
	font-family: Times, Times New Roman;
	color: #50666E;
	font-size: 14px;
	text-decoration: none;
}
A.navi:hover, A.aktiv {
	font-family: Times, Times New Roman;
	color: #00AABD;
}

DIV.menu {
	font-family: Times, Times New Roman;
	float: left;
	width: 120px;
}

DIV.row {
	float: left;
	width: 630px;
	margin-left: 20px;
}

DIV.leftcol {
	float: left;
	width: 300px;
}
DIV.rightcol {
	float: right;
	width: 300px;
	margin-left: 30px;
}