/************* allgemeine Formate  **********/
body {
	background-color: #FFFFF0; 
	/*background-color: #FFFEEE;*/
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, table, td, th, div, span, ul, ol, a
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000173;
}

input, textarea {
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #9F211B;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #9F211B;
	text-decoration: underline;
}

hr {
	background-color: #9F211B; 
	height: 1px;
	border: none;
}

ul {
	list-style-image: url(../img_dsg/lotos.gif);
}



/* allgemeine Tabelle */
table, table td, table th {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}



/* Datentabelle */
table.tb_data {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	border-collapse:collapse;
}

table.tb_data th, table.tb_data td {
	border: 1px;
	border-style: solid;
	border-color: #9F211B;
	padding:5px;
	vertical-align: top;
	text-align: left;

	}

table.tb_data th {
	background-color: #FFE7AD;
	font-weight: bold;
}

table.tb_data td {
	background-color: #FFFEEE;
}



/* Layout-Tabelle */
table.la_blank, table.la_blank td, table.la_blank th {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

/* Kontakt-Formular */
div.contact {
	width: 280px;
	margin: 0px;
	padding: 0px;
}

div.inp input, div.contact textarea {
	width: 100%;
	font-size: 12px;
	color: #000173;
	border-style: solid;
	border-width: 1px;
	border-color: #9F211B;
}

div.contact p {
	margin-top: 7px;
	margin-bottom: 0px;
}

div.form {
	display: inline;
}

div.contact textarea {
	height: 100px;
}



/***************** Design / Layout-Formate ************************/
table.content {
	background-color: transparent;
	width: 480px;
	float: left;
	margin-left: 15px;
	margin-right :15px;
}

table.content td {
	background-color: transparent;
}

table.navi {
	width: 142px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	float: left;
	table-layout:fixed;
}

table.navi td, table.eso td {
	margin: 0px;
	padding: 0px;
}

table.navi td.navi {
	background-color: #ADC7FF;
}

table.eso {
	background-color: transparent;
	width: 142px;
	margin: 0px;
	padding: 0px;
	border: none;
	table-layout:fixed;
}

table.eso td.middle {
	font-size: 12px;
	padding-left: 14px;
	padding-right: 10px;
	font-weight: normal;
	background-color: #ADC7FF;
}

div.head {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
	width: 780px;
	height: 105px;
	border-style: solid;
	border: solid transparent;
	text-align: center;
	background-color: transparent;
}




/** Navigation  **********************/


ul.navi_li {
	margin-left: 20px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

ul.navi_li li {
	margin-top: 4px;
}

ul.navi_li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #002e56;
	text-decoration: none;
}

ul.navi_li a.on, ul.navi_li a.on:hover {
	color: white;
	text-decoration: none;
}

ul.navi_li a:hover {
	color: #002E56;
	text-decoration: underline;
}

