@charset "utf-8";

html {
	border-top: 5px solid #DA251B;
	background: #F5F7EE;
	text-rendering: optimizelegibility;
}

body {
	font: 14px/1.45 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}




/* ------------- Headings ---------------- */

h1 {
	font: 2.2em/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8EA63C;
	margin: 0px 0px 10px 0px;
}


h2 {
	font: 1.4em/150% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #769315;
	margin: 15px 0px 10px 0px;
}

h3 {
	font: bold 1.1em/150% Arial, Helvetica, sans-serif;
	color: #555555;
	margin: 5px 0px 5px 0px;
}


/* ------------ Listen -------------- */


.content li {
	background: url(../layout-image/li.gif) no-repeat left 0.35em;
	padding-left: 17px;
}


/* ------------ Links -------------- */

a img { 
	border: none;
}


a {
	color: #CC3300;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}

h3 a {
	color: #555555;
	text-decoration: none;
	border-bottom: 2px dotted #CB241A;
}

h3 a:hover  {
	color: #CB241A;
	border-bottom: 2px dotted #000;
}




/* ------------ Layout -------------- */


#top_txt {
	background: #DA251B;
	border-radius: 0 0 0 30px;
	margin: 0 0 140px 440px;
	font: 18px/100% Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 2px 0px 7px 22px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 120px;
	width: 350px;
	z-index: 99;
}


.container {
	min-width: 850px;
	max-width: 1250px;
	padding-right: 15px;
}


.sidebar1 {
	float: left;
	width: 220px;
	padding-top: 5px;
	overflow: hidden;
}

.content {
	padding: 8px;
	width: 70%;
	float: left;
	overflow: hidden;
}

.content_inner {
	padding: 7px 25px 20px 25px;
	background: #fff;
	border-radius: 12px;
	moz-border-radius: 12px;
	webkit-border-radius: 12px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
}



.footer {
	padding: 20px 0 30px 10px;
}

.footer p {
	font: 14px Verdana, Geneva, sans-serif;
	color: #929E4B;
}


img.floatLeft {
	margin: 3px 12px 0px 0px;
	float: left;
	display: block;
	border-radius: 7px;
	moz-border-radius: 7px;
	webkit-border-radius: 7px;
}



.content ul, .content ol { 
	padding: 0 0 10px 0px; 
}


/* ------------ Nav left -------------- */


ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	width: 180px;
}
ul.nav li {
	padding: 3px 0 3px 0;
}

ul.nav a { 
	color: #555;
	padding: 3px 5px 3px 15px;
	display: block;
	text-decoration: none;
	background: #E6EBCD;
	border-radius: 0 15px 15px 0;
	border-right: 1px solid #DCE4C0;
	border-bottom: 1px solid #DCE4C0;
}

ul.nav a:hover, ul.nav a.active { 
	background: #DA251B;
	color: #FFF;
}

/* ----  Ebene 2 ----- */

ul.nav ul {
	padding: 4px 0 4px 0;
	margin: 0px 0 0 0;
}

ul.nav ul a {
	margin: 0;
	padding: 0 0 0 40px;
	line-height: 1.3em;
	color: #000000;
	background: transparent;
	border: none;
}
ul.nav ul a:hover,  ul.nav ul a.active {
	background: transparent;
	font-weight: bold;
	color: #000;
}


/* ----  Subnav an / aus ----- */


ul.subnav-2 {
	display: none;
}

#sn2 ul.subnav-2 {
	display: block;
}






/* ~~ Verschiedene float/clear-Klassen ~~ */


.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clear { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}