@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers container in IE 5* browsers. Text is then set to left aligned default in the container selector */
	color: #000000;
	background-color: #ffffff;
	background-position: center top;/*	background-image: url(../_img/_kontakt_temp_gegen_weiss.jpg);
	background-repeat: no-repeat; */
	background-repeat: no-repeat;
}


img {	/* bilder in printversion usichtbar */
    display: none;
}

.DS #no_print {
	display: none;
}

.DS #wrapper {
	width: 891px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.DS #left_column {
	float: left;
	width: 177px;
}

.DS #menu_leerraum {
	height: 109px;
}
.DS #inhalt_font {
	color: #000000;
	font-size: 11pt;
}
.DS #inhalt_font h1{
	font-weight: normal;
	font-size: 17pt;
}


.DS #inhalt_font a{
	font-weight: bold;
	color: #000000;
}
.DS #inhalt_font a:link {text-decoration: none}
.DS #inhalt_font a:visited {text-decoration: none}
.DS #inhalt_font a:active {text-decoration: none}
.DS #inhalt_font a:hover {text-decoration: none}
.DS #b{ font-weight: bold;}
.DS #titel_font {
	font-size: 49px;
	font-weight: lighter;
	line-height: 59px;}

.DS #titel_font sss{
	word-spacing: -1px;
	letter-spacing: -1px;
}
.DS #right_column {
	float: right;
	width: 76%;
}
.DS #topline {
	display: none;
}
.DS #schaufenster, .DS #schaufenster_fade_to, .DS #schaufenster_baseimage {
	display: none;
}

.DS #brotkruemel {
	display: none;
}
.DS #Inhalt_wrapper {
}
.DS #Inhalt_wrapper_ohne_sidebox {
	float: left;
	margin: 0px;
	padding: 0px;
}
.DS #Titel {		/*großer Slogan*/
	margin-bottom: 2.5em;
}
.DS #Titel_center {		/*großer Slogan*/
	margin-bottom: 2.5em;
	text-align: center;
}
.DS #inhalt_abstand {
	width: 412px;
	height: 612px;
}

.DS #inhalt {
	margin-top: 20px;
	width: 100%;
}

.DS #inhalt_center {
	width: 100%;
	text-align: center;
}

.DS #ndlvlmenu, .DS #ndlvlmenu a, .DS #ndlvlmenu grau, .DS #ndlvlmenu grau a, .DS grau, .DS grau a { 
	font-size: 10px;
	color: #000000	;
	line-height: 13px;
	text-align: left;
	width: 412px;
}

.DS #inhalt_center gb, .DS #inhalt_center a{
	font-weight: bold;
}


.DS #inhalt_ohne_sidebox {
	float: left;
	width: 472px;
	margin-top: 20px;
	text-align: justify;
}

.DS #inhalt p {
	margin-top: 1em;
	margin-bottom: 1.25em;
}

.DS #seitenboxen {

}
.DS #seitenboxen p{	
	margin-top: 0em;
	margin-bottom: 2em;
}
.DS #footer { 
	background:#DDDDDD;
} 
.DS #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 7.5em;   /* horiz size of grey box */
	font-size: 12px;
	}

#nav li ul{
	background-color: #ffffff; /* color of grey box */
	}
	
	#nav li { /* all list items */
	position : relative;
	line-height : 1em;
	width: 6.1em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 6.10em; /* abstand second-level list von menu */
		margin-top : -2.7em;
	}
	
	
	#nav li ul li { /* second-level base */
	letter-spacing: -1px;
	line-height : 1.5em;
	font-size:11px;
	width: 7.2em;
	margin: 0px;
	padding: 0px;
	}	
		
	#nav li ul li a:hover { /* second-level hover */
		font-size:11px;
		font-weight : bold;
		width: 7.2em;
	}	

	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 5.75em;
		w\idth : 5em;
		display : block;
		color : #000000;
		font-weight : normal;
		text-decoration : none;
		padding : 0 0.25em;
	}
	
	#nav li a:hover {
/*		font-weight : bold; */
	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	#content {
		margin-left : 6em;
	}

.einrueck {
	text-indent: 55px;
}
p {
	word-spacing: 1px;
}
	
