/*----------------------------------------- Grunddesign -----------------------------------------*/
.all {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
.head {
	display:none;
}
.bottom {
	position: relative;
	width: 100%;
	top: 30px;
}

body,
body td {
	font-family: Verdana;
	font-size: 11px;
}

/*----------------------------------------- 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: 11px;
	line-height: 1.4em;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
	width:460px;
}

.print_header {
	width:460px;
	margin:10px 20px;
}

h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.2em;	
	font-weight:bold;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	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; }

