<!--


/* 
 * CSS File - Layout und Fonts
 * TTF Flieger
 *
 *
 * By Alternate Grafix
 * W3C Valid | 17. Mai 2008
 *
 */

*{
	margin: 0px;
	padding: 0px;
}

HTML{
	background-color: #383838;
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 14px;
	overflow: auto;
}




/* ########## L a y o u t ########## */

#container{
	background-color: #016297;
	background-image: url('images/background_main.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 933px;
	height: 794px;
	margin: auto;
}

#header {
	background-color: #012639;
	width: 933px;
	height: 111px;
}

#menue {
	position: relative;
	width: 268px;
	height: 662px;
	padding-top: 40px;
	float: left;
}

#main {
	position: relative;
	width: 632px;
	height: 662px;
	padding-top: 40px;
	padding-left: 30px;
	float: left;
	text-align: center;
}

#main h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	margin-left: -10px;
	margin-bottom: -10px;
}

#main h3 {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 2px;
	clear: both;
}

#infobox {
	position: absolute;
	bottom: 30px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	background-image: url('images/background_infobox.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	width: 219px;
	height: 229px;
}

#infobox h1{
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	vertical-align: top;
}

.navigation {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	width: 203px;
	list-style-type: none;
}

.active {
	background-image: url('images/navigation_item_active.jpg');
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
	list-style-type: none;
}

.inactive {
	background-image: url('images/navigation_item_inactive.jpg');
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 5px;
	padding-left: 5px;
	list-style-type: none;
}

.navigation .subitem{
	margin-left: 30px;
	list-style-type: none;
}

.navigation .subitem ul{
	margin-left: 50px;
	list-style-type: none;
}

.img_box{
	position: relative;
	background-color: #022438;
	padding: 10px;
	padding-bottom: 6px;
	margin-left:auto;
	margin-right:auto;
}

.img_box img{
	margin-bottom: 2px;
}


/* ########## T a b e l l e n ########## */

.info_tbl{
	font-size: 10px;
	border: 1px #FFFFFF solid;
	border-collapse:collapse;	
}

.info_tbl td {
	border: 1px #FFFFFF solid;
	border-collapse:collapse;
}

.info_tbl_head td{
	height: 20px;
	background-color: #0189D3;
	font-weight: bold;
	font-size: 11px;
}

.impressum_tbl{
	font-size: 12px;
	text-align: left;
	margin-top: 50px;
}

.impressum_tbl td{
	padding: 10px 0px;
}

.kontakt_tbl{
	margin-top: 50px;
	text-align: left;
}

.kontakt_tbl td{
	height: 25px;
}

.download_tbl{
	margin-left: 20px;
	margin-top: 40px;
}

.download_tbl td{
	font-size: 12px;
	text-align: left;
}




/* ########## C o n t a c t ########## */

.input_failed{
 background-color: #dddddd;
 border: 1px #707070 inset;
}

.email{
 display: none;	
}


/* ########## F o n t s ########## */

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:active, a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
