html, body
{
	margin: 0;
	padding: 0;
}
body
{
	text-align: center;
	font-family: Arial;
	font-size: 17px;
	font-weight:normal;
	color: black;
}

div.balken1
{
	position:absolute; 
	top:0px; 
	left:0px; 
	background-color:#000000; 
	width:100%; 
	height:25px;
}
div.balken2
{
	position:absolute; 
	top:25px;
	left:0px; 
	background-color:#18185A; 
	width:100%; 
	height:25px;
}
div.balken3
{
	position:absolute; 
	top:55px;
	left:0px; 
	background-color:#212484; 
	width:100%; 
	height:75px;
}
div.balken4
{
	position:absolute; 
	top:135px;
	left:0px; 
	background-color:#3130B5; 
	width:100%; 
	height:15px;
}

div.wrapper
{
	padding: 0;
	margin:auto;
	margin-top: 150px;
	width:1000px;
	height:800px;
	background-color: white;
}

div.navigation_entry
{
	width: 157px;
	height: 23px;
	border: 0;
	float: left;
}
div.navigation_entry:hover
{
	width: 157px;
	height: 25px;
	border: 0;
	float: left;

	border-bottom:5px solid black;

	cursor: pointer;
}
div.navigation_entry_auswahl
{
	width: 155px;
	height: 25px;
	border: 0;
	float: left;

	border-bottom:5px solid yellow;

	cursor: pointer;
}

a{
	text-decoration: none;
}

a.navigation_entry
{
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 16;
	display:block;
	height: 100%;
	width: 100%;
	padding: 0;
	maring: 0;
	background-color: #18185A;
}
a.navigation_entry:hover
{
	color: #18185A;
	text-decoration: none;
	font-family: Arial;
	font-size: 16;
	display:block;
	width: 100%;
	height: 100%;
	padding: 0;
	maring: 0;
	background-color: white;
}
a.navigation_entry_auswahl
{
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 16;
	display:block;
	height: 100%;
	width: 100%;
	padding: 0;
	maring: 0;
	background-color: gray;	
}
a.navigation_entry_auswahl:hover
{
	color: #18185A;
	text-decoration: none;
	font-family: Arial;
	font-size: 16;
	display:block;
	width: 100%;
	height: 100%;
	padding: 0;
	maring: 0;
	background-color: white;	
}

/*Menu links*/
div.menu
{
	width: 200px;
	height: 100%;
	background-color: #3130B5;
	border-left:1px solid white;
	border-right:1px solid white;
	float: left;
}

div.menu_kontext
{
	border: 1px solid #3130B5;
	border-left:8px solid #3130B5;

	padding:0px;
	margin: 0px;
	margin-left:0px;
	margin-right:5px;

	vertical-align: middle;
	text-align: left;

	height: 30px;
	line-height: 30px;
	color:white;
}
a.menu
{
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	display:block;
	width: 180px;

	background-color: #3130B5;

	border:1px solid #3130B5;
	border-left:8px solid white;

}
a.menu:hover
{
	color: #18185A;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	display:block;
	height: 30px;

	width: 180px;
	padding: 2;
	maring: 2;
	background-color: white;

	border:1px solid #3130B5;
	border-left:8px solid black;
}
a.menu_auswahl
{
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	display:block;
	height: 30px;
	width: 180px;
	padding: 2;
	maring: 2;

	background-color: gray;
	color: white;

	border:1px solid #3130B5;
	border-left:8px solid yellow;
}
a.menu_auswahl:hover
{
	color: #18185A;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	display:block;
	height: 30px;

	padding: 2;
	maring: 2;

	border:1px solid #3130B5;
	border-left:8px solid black;
	background-color: white;
}


div.content
{
	padding: 5px;
	padding-left:10px;
	border: 0px solid black;
	height: 100%;
	width: 780px;
	float: left;
	overflow: auto;

	font-family: Arial;
	font-size: 13px;
	color: black;

	text-align: left;
}


font.kontakt
{
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div.kontakt
{
	position: absolute; 
	bottom:25px; 
	margin:10px; 
	border:1px solid white; 
	width:180px; 
	height:54px;
	padding-top: 5px;
}

h1
{
	font-family: Helvetica;
	font-size: 16px;
	color: #3130B5;
	font-weight: bold;
	text-decoration: none;
}

h2
{
	font-family: Helvetica;
	font-size: 14px;
	color: #3130B5;
	font-weight: normal;
	text-decoration: underline;
}

font.topic
{
	font-family: Arial;
	font-size: 14px;
	color: #3130B5;
	font-weight: bold;
	text-decoration: none;
}

font.small
{
	font-family: Arial;
	font-size: 12px;
	color: black;
}

img.kanzlei
{
	width: 200px;
	height: 170px;	
	border: 1px solid #3130B5;
}

td.head
{
	text-align: center;
	background-color: blue;
	
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
}


img.list{
	border: 0;
}
