@charset "utf-8";
body  {
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	background: #fff url(../images/background.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.invisible { 
	width:0px; 
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

.body #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.body #header { 
	background: #000 url(../images/header_img1.jpg) no-repeat top left; 
	color:#fff;
	height:190px;
	padding: 0; 	
} 

#languageNavi ul {
	list-style-type:none;
	display:inline;
	font-size:90%;
}

#languageNavi ul li {
	float:left;
	padding:0 2px;
}

#languageNavi ul li.activeNavi {
	color:#97bf0d;
}


#languageNavi ul li a {
	color:#fff;
	text-decoration:none;
}

#mainNavi {
	background: #8fbb13;
	color:#fff;
	height:30px;
	position:absolute;
	top:170px;
	width:980px;
}

#mainNavi a {
	text-decoration:none;
	color:#fff;
}

#mainNavi span {
	display:block;
}

#mainNavi ul {
	list-style-type:none;
	display:inline;
}

#mainNavi ul li {
	height:30px;
}

#mainNavi ul ul {
	height:auto;
	margin-left:-10px;
	position: absolute;
	top:30px;
	visibility:hidden;
}

/* make the second level visible when hover on first level list OR link */
#mainNavi ul li:hover ul, 
#mainNavi ul a:hover ul  {
	visibility:visible;
	position:absolute;
}

li.parent {
	float:left;
	font-size:120%;
	margin-left:82px;
	margin-top:6px;
	text-transform:uppercase;
}

.level_1 li.first {
	margin-left:20px;
}

.level_1 li.last {
	margin-left:65px;
}

ul.level_2,
#mainNavi .level_2 a,
#mainNavi .level_2 span.active {
	background:#4e0e23;
}

#mainNavi .level_2 li {
	float:none;
	font-size:100%;
	margin: 4px 10px -10px -30px;
	text-transform:none;
}

.level_2 a:hover {
	color:#8bc540 !important;
}

#mainNavi .level_2 li.last {
	margin-bottom:-5px;
}

#mainNavi .level_2 span.active {
	color:#97bf0d;
}

h1.articleHeader,
#newsliste h1 {
	background: #000;
	color:#fff;
	display:block;
	font-size:150%;
	font-weight:normal;
	margin-top:0;
	padding:3px 20px;
	text-transform:uppercase;
}

#newsliste .layout_full h1 {
	background: #fff;
	color:#000;
	display:block;
	font-size:150%;
	font-weight:bold;
	margin-top:0;
	padding:3px 20px;
	text-transform:none;
}

#video h1 {
	display:none;
}


#mainContent .ce_text {
	background:#fff;
	margin: -12px 0;
	padding: 0 20px 40px 20px;
	width:680px;
}

#newsliste p.info {
	font-size:80%;
	margin-left:20px;
	margin-top:-15px;
	margin-bottom:15px;
}



.body #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	min-height:800px;
	padding: 0;
} 
.body #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
	color:#fff;
	height:30px;
	text-align:center;
} 
.body #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.body #footer a,
.body #footer a:visited {
	color: #fff;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mod_article,
#newsliste {
	background:#fff;
	width:720px;
}

img {
	border:none;
}

#zweizeilig {
	overflow:hidden;
}

#zweizeilig .ce_text {
	width:320px;
	float:left;
}

#video {
	background:transparent;
	margin-bottom:20px;
}

.clr {
	clear:both
}

.body #sidebar1 {
	background: transparent; 
	float: right; 
	padding: 0;
	width: 250px; 
}

#newsbox {
	background: #fff; 
}

#newsbox .layout_short {
	padding: 0 20px 10px 30px;
	overflow: hidden;
}

#newsbox p.more {
	float:right;
}

#newsbox h1 {
	background: #000;
	color:#97bf0d;
	display:block;
	font-size:130%;
	font-weight:normal;
	margin-top:0;
	padding:4px 30px;
	text-transform:uppercase;
}

#newsbox h2 a,
#newsbox h2 a:visited {
	font-size: 13px;
	text-decoration: none;
}

#newsbox h2 a:hover {
	text-decoration: underline;
}

#bannerrotation,
#downloadBox,
#socialnetworks {
	background: #fff; 
	margin-top: 10px;
	padding: 20px;
}

#kontaktbox {
	background: #fff; 
	padding: 20px;
}

#kontaktbox p.zudenTeams {
	margin-left:100px;
	margin-bottom:-5px;;
}

#downloadBox a,
#kontaktbox a {
 	text-decoration:none;
 }

#bannerrotation h1,
#downloadBox h1,
#kontaktbox h1 {
	font-size:15px;
	margin: 0;
}

.downloadarchivItem {
	margin-top: 10px;
}

#bannerrotation .image_container {
	padding: 10px;
}

#landderideenbanner {
	background: #fff; 
	margin-top: 0px;
	padding:0;
}

#landderideenbanner img {
	max-width:250px;
}

a,
a:visited {
	color:#4e0e23;
}

.mod_changelanguage {
	position:absolute;
}

.mod_changelanguage ul {
	padding-left:20px;
}
.mod_changelanguage ul li {
	display:inline;
	list-style-type:none;
}

.mod_changelanguage ul li p {
	display:inline;
}

.mod_changelanguage ul li a,
.mod_changelanguage ul li a:visited {
	color:#97bf0d;
	text-decoration:none;
	margin:0;
	padding:0;
}

.grey {
	color: #87888a;
	text-transform: uppercase;
}

#headerLogo {
	float: right;
	height: 116px;
	width: 436px;
}
