/* -----------------------------------------------------------------------------------------
   allgemeine Stile
----------------------------------------------------------------------------------------- */

.b { font-weight: bold; }

.smalltxt { font-size: 0.8em; }

.hline { 
	display: block; 
	width: 100%; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	height: 1px; 
	line-height: 1px;
	font-size: 1px; 
	background: url('/_img_allgemein/linie.gif') repeat-x; 
}


/* -----------------------------------------------------------------------------------------
   HTML-Elemente
----------------------------------------------------------------------------------------- */

body { 
	background: none;
	margin: 10px 45px 0 45px; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 0.9em; 
	line-height: 1.3em;
	width: 819px; 
}

a { 
	text-decoration: none; 
	color: #000; 
}

a img { 
	border: none; 
}


p { 
	margin: 0; 
	padding: 0; 
}

p+p { 
	padding-top: 20px; 
}

* html p {
	margin-bottom: 20px;
}


/* -----------------------------------------------------------------------------------------
   Kopfbereich
----------------------------------------------------------------------------------------- */

.languagebutton {
	display: none;
}

#banner { 
	width: 100%;
	text-align: center;
	padding-top: 40px;
	height: 165px;
}

#banner img { 
	width: 819px;
	height: 145px;
}


#pageheadline {
	height: auto; 
	background: none;
	padding-left: 0;
	margin-left: 0;
}

#pageheadline h1 { 
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.6em; 
	color: #000; 
	line-height: 52px;
}


/* -----------------------------------------------------------------------------------------
   Contentbereich
----------------------------------------------------------------------------------------- */

ul#navi {
	display: none;
}


/* -----------------------------------------------------------------------------------------
   Contentbereich
----------------------------------------------------------------------------------------- */

#content {
	background: #fff; 
	padding: 0 0 20px 0;
	margin: 0;
}

#content div#content_width { 
	width: auto; 
}

#content h2 { 
	text-transform: uppercase;
	font-size: 1em; 
}

#content h3 { 
	font-size: 1em; 
	line-height: 1em; 
	margin-bottom: 0; 
	padding: 0; 
}

#content ul { 
	margin: 0; 
	padding-left: 1.2em; 
}

#content ul+ul { 
	margin-top: 10px; 
}

#content ul ul+ul { 
	margin-top: 0; 
}

* html #content ul {
	margin-bottom: 10px;
}

* html #content ul ul {
	margin-bottom: 0;
}

#content .imgright { 
	float: right; 
	margin: 0; 
	border-bottom: 25px solid #fff;
	border-left: 25px solid #fff; 
	background: #fff; 
}


/* -----------------------------------------------------------------------------------------
   Fusszeile
----------------------------------------------------------------------------------------- */

#printversion {
	display: none;
}

#footer {
	margin-top: 40px;
	padding-top: 12px;
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer #printfooter {
	display: block;
}

