body {
	margin:0;
	background-color:#035;
}


h1 {
	color:#FFF;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	text-align:left;
	
}
	
/*Hier beginnen die Formular-Eintraege*/
.oben    { vertical-align:top;  
			padding-top:3px;
			text-align:right;}

fieldset {
	border-top: #700 solid 2px;
	border-bottom:#D36000 solid 2px;
	border-left:#700 solid 2px;
	border-right:#D36000 solid 2px;
}
	

.textfeld {
	width: 98%;
	background:#EEE;
	resize: auto;
	overflow:auto;
	border-top: #000 solid 3px;
	border-bottom:#9dc7ea solid 3px;
	border-left:#000 solid 3px;
	border-right:#9dc7ea solid 3px;
	padding:2px;
	font-family:sans-serif;
	font-size:11pt;
	}

#fTabelle {
	width: 100%;
	background:#296fab;
		font-family: Verdana, Geneva, sans-serif;
	/*font-size:14px;*/
	/*padding:10px 10px;*/
	}

#fTabelle tr td {
	padding: 4px;
	margin: 4px;}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:auto;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 30px;
	border-top:#FFF thin solid;
	text-align: center;
	line-height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #fff;
	background: #035;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #f59b25;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #035;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #f59b25;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #f59b25;
	text-align: center;
	padding: 10px 0;
	display: none;
	
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

#hauptinhalt{
	width:980px;
	height:187px;
	background-color:#155180;
	margin:0 auto;
	}	


#menue{
	width:100%;
	height:187px;
	margin:auto;
	}	
	
#exipic{
	width:500px;}	
	


#content
{
background:#155180;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#FFF;
max-width:940px;
height:auto;
margin:auto;
padding:20px;
text-align:justify;

}


#contentgal
{
background:#155180;
color:#FFF;
max-width:980px;
height:auto;
margin:auto;
padding:0px;

}


#linktab
{
width:100%;	
background:#296fab;
text-align:left;

}


.tdlink
{
width:50%;
padding:5px  30px 5px 5px;
text-align:right;


}

.links
{
color:#FDB;
text-decoration:none;
font-weight:bold;

}



.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin: 0 0 15px 28px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
	margin-left: 5px;
}

.fltgal { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin: 10px 30px 0 0;
	font-size:30pt;
	font-family: Arial, Helvetica, sans-serif;
}

.button a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color: #fff;
	background: #025;
	text-align: center;
	padding: 1px 10px;
	margin:10px 10px 10px 0;
	float:left;
	text-decoration:none;
	
}
.button a:hover {
	background: #f59b25;
	
	
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	

#hauptinhalt{
	width:100%;
	height:auto;
	background-color:#155180;}	
	
#headline{
	margin: 0 0 15px 100px;}	



#menue{
	width:100%;
	height:auto;
	background-color:#035;}	



#content
{
background:#155180;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#FFF;
width:auto;
height:auto;
margin:auto;
padding:20px;
text-align:center;

}



#exipic{
	width:100%;
	}	


.blocksatz
{
text-align:justify;
}


.tdlink
{
width:50%;
padding:5px  30px 5px 5px;
text-align:left;


}



