/* grundbefehle */

body, html {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;	
	font-size: 13px;
	line-height: 18px;
	/*overflow: hidden;*/
}

a {
	font-family: Times New Roman, Times, serif;	
	font-size: 13px;
	line-height: 18px;
	color: #07337A;
	text-decoration: none;
}

a:hover {
	font-family: Times New Roman, Times, serif;	
	font-size: 13px;
	line-height: 18px;
	color: #8399BE;
	text-decoration: underline;
}

input, select, textarea {
	font-family: Times New Roman, Times, serif;
	border: 1px solid #07337A;
	background-color: #ffffff;
	font-size: 13px;
}

input.blank {
	border: 0px;
}

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	height:150px;
	width: 100%;
	background-image: url('/images/header_back.gif');
	repeat-y: no-repeat;
}

#nav {
	position: absolute;
	top: 120px;
	height: 20px;
	width: 100%;
	border-bottom: 4px solid #07337A;
	padding-top: 5px;
}

#main_container {
	position: relative;
	left: 0px;
	top: 150px;
	/*width: 98%;
	height: 500px;*/
	padding: 0px;
}

#content_inner {
	position: absolute;
	top: 0px;
	height: 390px;
	width: 100%;
	background-color: #ffffff;
	overflow: auto;
}

img.border_bild {
	border: 2px solid #07337A;
	/*margin-top: 10px;*/
}

table.content_content {
	width:800px;
	font-family: Times New Roman, Times, serif;	
	font-size: 13px;
	line-height: 18px;
}

table.content_content td {
	padding: 10px;
}

table.content_content_formular td {
	font-size: 13px;
	padding: 2px;
}

#bottom {
	position: absolute;
	margin-left: 0px;
	padding-top: 0px;
	height: 80px;
	width: 100%;
	/*top: 520px;*/
	bottom: 5px;
	right: 0px;
	left: 0px;
	background-image: url('/images/bottom.gif');
	repeat: no-repeat;
	background-color: #ffffff;
}

/* Tabellen */
table.navigation {
	margin-left: 10px;
}

table.navigation td{
	padding-left: 3px;
	padding-right: 8px;
	height: 20px;
}

table.navigation td.marker {
	padding: 0px;
	text-align: right;
	width: 10px;
}

#table_bottom {
	font-family: Times New Roman, Times, serif;	
	font-size: 13px;
	line-height: 12px;
	color: #07337A;
}


/* text */

.txt_fett   { color: #07337a; font-size: 13px; font-family: "Times New Roman", Times, serif; font-weight: bold; line-height: 18px; text-decoration: none }
.blau {
	color:#07337A;
	font-size: 10px;
}



