/* --- Basics --- */
body {
	background-color:#efefef;
	background-image:url(../images/hintergrund-2014.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	margin:21px 0px 0px 0px;
}
	
a:link, a:visited {
	color : #BB3520;
	text-decoration : underline;
}

a:active, a:focus, a:hover {
	color : #BB3520;
	text-decoration : underline;
}

p, li {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
color : #000;
margin-bottom:12px;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #5795B4;
	margin:0px;
}
	
/* --- Container --- */

#container {
	margin:auto;
	width: 800px;
/*	border: 1px;
	border-style: solid;
	border-color: #578200;*/
	margin-bottom:10px;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.75);
	} 
	
/* --- Header --- */

#header {
	background: #669900;
	height: 150px;
	}

#header-main {
	padding: 48px 48px 0 48px;
	}

#header-title h1 {
	color: #A0C3D0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

#header-title h1 a {
	color: #A0C3D0;
	text-decoration: none;
}

#header-title h1 a:hover {
	color: #DDD;
	}
	
#header-title h2 {
	color: #999;
	font-size: 9px;
}

/* --- Navigation --- */

#navigation {
	background: #E5E4DB;
	margin-bottom: 0px;
	padding-top: 0px;
	height:35px;
}

#navigation a {
	color: #626161;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	color: #BB3520;
}

/* Navigations-Layout */

#nav li {
	border-right: 1px solid #fff;
	}
	
#nav a {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 16px;
	}

#nav a:hover {
	background-color: #E5E4DB;
	}
	
#nav li.navigation-aktiv a {
	background-color: #BB3520;
	color: #fff;
}

ul.navigation-stlye {
	display: inline;
	margin: 0;
}
ul.navigation-stlye li {
	float: left;
	list-style: none;
	margin: 0;
}

/* --- Main --- */

#main {
	background: #fff;
	padding: 10px;
	min-height:320px;
}

.teaser1 {
	padding-right:10px;
	float:left;
}

.teaser2 {
	float:left;
}

.clear-both {
	clear:both;
}


/* --- Footer --- */

.footer {
	font-family:Arial, Helvetica, sans-serif;
	background: #E5E4DB;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 10px;
	padding: 5px 8px;
	text-align:center;
}

.footer a {
	color: #626161; 
	}

.footer a:hover {
	color: #626161;
	text-decoration:none;
	}


/* --- SEO --- */

.info {
	font-family:Arial, Helvetica, sans-serif;
	background: #04427E;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 10px;
	padding: 5px 8px;
	text-align:center;
}

.seo {
	font-family:Arial, Helvetica, sans-serif;
	background: #5795B4;
	border-top: 1px solid #fff;
	color: #666;
	font-size: 10px;
	padding: 5px 8px;
	text-align:center;
}
.seo a {color: #fff; }
.seo {color: #fff;}


/* --- Clear Both --- */

#clear {
	clear:both;
	}
