/*----------------------------------------- Grunddesign -----------------------------------------*/
.all {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
.head {
	position: relative;
	float: left;
	height: 80px;
	width: 100%;
	text-align: right;
}
.bottom {
	position: relative;
	width: 100%;
	top: 30px;
}
/*----------------------------------------- Grafik (head) -----------------------------------------*/

.logo {
	margin-right: 30px;
	margin-top: 20px;
	background-image: url(/images/banner.jpg);
}
.topmenu {
	display: none;
}		
.hauptmenu {
	display: none;
}
.head_zeichnung, .head_foto, .head_verlauf {
	display: none;
}
.nurobenmenu { display: none; }
#logoholder { display: none; }
/*----------------------------------------- Content (bottom) -----------------------------------------*/

.submenu {
	display: none;	
}
.right {
	display: none;	
}
.print {
	display: none;	
}
.content, .content td {
	font-family: verdana;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;	
}
h1 {
	font-family: verdana;
	font-size: 1.5em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.2em;	
}
h2 {
	font-family: verdana;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #61B41D;
	font-weight: bold;	
}
.content a { 
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
img {	border: none; }	
div.einzellogo, div.einzellogo img { padding: 10px; }
/*----------------------------------------- Barrierenfreiheit -----------------------------------------*/

.unsichtbar { 
	display: none;
}
a.login { display: none; }

