/* www.aschoffplatz.de CSS Document 2010-01-07 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a img
{
	border: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height: 100%;
}
body {
	background-color: #333;
	color: #000000;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 1.5;
	font-size: 87%;
	}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
	float:none
}

hr { border-color: #ccc; border-style: solid; border-width: 1px 0 0; clear: both; height: 0; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 12px; }


#rahmen {
	width: 980px;
	margin: 0 auto;
	background: #fdefd9 url(images/navmenu_left.png) 0 240px no-repeat;
	height:100%;
}

#rahmen.first {
	background: #fdefd9 url(images/navmenu_left_0.png) 0 240px no-repeat;	
}

body>#rahmen
{ height:auto; min-height:100%; } /*child hack overrides height in compliant browsers and adds min-height, which they understand*/ 


#head {
	height: 87px;
	width: 980px;
	background-color: #fff;
	float: left;
}
#head img { /* logo */
	margin: 15px 20px;
	float: left;
}

#wrapper {
	width: 980px;
	margin: 0;
	clear: both;
	padding: 0px;
}

#header {
	line-height: normal;
	position: relative;
	padding:  0;
	margin: 0px;
	height: 129px;
}

#unternav {
	width: 195px;
	height: 129px;
	float: left;
	background-color: #9F0029;
}

#banner {
	width: 785px;
	height: 129px;
	float: right;
}
div#navleiste {
	background-color: #9F0029;
	height: 24px;
	border-top: 1px solid #fff;
	clear: both;
}

* html div#navleiste { /* IE 6 */
	margin-top: -3px;
}
#main-body {
	width:980px;
	float: left;
}

#navmenu_left {
	width: 200px;
	margin: 0;
	float:left;
}

#content-wrapper {
	width: 760px;
	float: right;
}
#content {
	width: 660px;
	margin-top: 30px;
	font-size: 0.9em;
	text-align: center	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0em 0;
	padding-bottom:  1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 { /* startseite */
	font-size: 3em;
	color: #9F0029;
	font-weight: bold;	
	padding-bottom: 0;
	margin-bottom: 0;
}
h4 {/* startseite */
	font-size: 1.6em;
	color: #9F0029;
	font-weight: normal;
	margin: 0; 
	padding:0;
}

h5 {
	font-size: 13px;
	font-weight: bold;	
	color: #000;
}

a {
	color: #9F0029;
	text-decoration:none;
}
a:hover {
	color: #9F0029;
	text-decoration:underline;
}

p {
	margin: 0 0 1em 0;
	padding:  0 ;
}

p.locator {
	font-size: 11px;	
}
p.locator a {
	text-decoration: none;	
}
p.locator a:hover {
	text-decoration: underline;	
}

/* ---------------------------- Navigationsmenüs --------------------- */

/* nebennavi topmenü */
#head ul {
	list-style-type: none;
	margin-left: 800px;
}

#head ul li {
	float: left;
	padding: 10px 0px 0px 0px;
	border-right: 1px solid #666;
}

#head ul li.active {
	font-weight: bold;
}

#head ul li a {
	color: #999;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 5px;
}

/* horizontale hauptnavi */

#navleiste ul {
	margin-left: 215px;
	background-color: transparent;
	list-style: none;
}
#navleiste ul li {
	float: left;
	padding: 1px 21px 0px 5px;	
	height: 24px;
}

* html #navleiste ul li { /* IE 6 */
	padding-top: 0px;
}

#navleiste ul li.sdoc,
#navleiste ul li.sdocs {
	background: transparent url(images/navigation_active.png) top left no-repeat;
	color: #fff;
	font-size: 13px;
}

#navleiste ul li a {
	color: #fff;
	text-decoration:none;
	font-size: 13px;
}


