/* Generelle Settings
====================================================================== */

/* IE PNG FIX */

img, div, a { behavior: url(iepngfix.htc) }

body {
	background-color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

/* Layout
====================================================================== */

#wrapper {
	background-color: #525252;
}


#header {
	overflow:hidden;
	position:relative;
	padding-bottom: 40px;
}


#textinhalt{
	padding-left: 40px;
	color:#FFF;
	font-weight: normal;
	font-size: 90%;
}

#textinhalt ul {
	padding-top: 8px;	
	padding-left: 15px;
}

#textinhalt li {
	padding-bottom: 8px;
	list-style-type: square;
	color:#c00b0c;
	}
	
#textinhalt li span{
	color:#fff;
	}

a.show_hover {
	color:#fff;
}

a.show_hover:hover {
	background:#fff;
	color:#525252;
}


strong {
	font-weight: bold;		
}

#slogan h2 {
	color:#FFF;
	text-align: center;
	font-size: 150%;
	line-height: 2em;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

#textinhalt h2 {
	padding-top: 140px;
	font-size:150%;
	text-align:center;
	line-height: 2em;
}

#textinhalt h1 {
	font-size:90%;
	line-height: 1.35em;
	padding-bottom: 10px;
	font-weight: bold;
	padding-top: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	padding-left: 5px;
	padding-right: 5px;
}


#textinhalt h1 span {
	background-image: url(../images/separator.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
	padding-left: 13px;
}

