/* Comvation CSS Stylesheet */
body, html {
	margin:0;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#1f1f1f;
	font-size:0.75em;
	height: 100%;
	line-height: 145%;
}

#line {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	background-image: url("images/bg_line.gif");
	background-repeat: repeat-x;
}

img, img a {
	border:0;
}

a {
	color:#86BA0D;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
        color: #F6A800;
}

.out {padding-right:17px; background:url("images/out.gif") 100% 30% no-repeat;}

h1, h2, h3, h4, h5 { padding:0; border:0;}
h1 {font:normal 1.6em Arial, Verdana, sans-serif; color:#86BA0D; 

	background-image: url("images/bg_line.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 12px 0px 9px 0px;
	margin: 0px 0px 12px 0px;
}

h1.start {margin-top:0px; margin-bottom:15px;font:normal 1.6em Arial, Verdana, sans-serif; color:#86BA0D; }

h2 {margin-top:20px; margin-bottom:15px; font: bold 1.2em Arial, Verdana, sans-serif; color:#86BA0D; }
h3 {margin-top:15px; margin-bottom:10px; font: bold 1.1em Arial, Verdana, sans-serif; color:#F6A900;  }



form {margin:0; padding:0; border:0;}
fieldset {margin:15px 0; padding:0 10px 0 10px; border:1px solid #DDD;}
legend {margin-left:5px; font-size:110%; font-weight:bold; color:#777;}

hr {
    background-color:#CCCCCC; /* Mozilla 1.4 */
    color:#CCCCCC; /* IE 6 */
    border: #CCCCCC; /* Opera 7.11 */
    height: 1px; /* in Opera fuer die Anzeige noetig, in Mozilla fuer die einheitliche Hoehe */
}

ul.arrow {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
        width: 100%;
}

ul.arrow li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 15px;
	list-style-image:url(images/li.gif);
        border-bottom: 1px solid #D7D7D7;
        list-style-position:outside;
}

ul.arrow li h2{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.ok {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
        width: 100%;
}

ul.ok li {
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 15px;
	list-style-image:url(images/liok.gif);
        list-style-position:outside;
}

ul.no {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
        width: 100%;
}

ul.no li {
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 15px;
	list-style-image:url(images/lino.gif);
        list-style-position:outside;
}


.clear {
	clear:both;
}


.head {
	width:975px;
	margin:0 auto;
	padding: 0px 0px 20px 0px;
	
	overflow:hidden;
}

.wrapper {
	width:975px;
	margin:0 auto;
	padding: 0px 0px 20px 0px;
	
	overflow:hidden;
}


.inhaltsseite {
	height: auto !important;
	min-height: 450px;
	height: 600px;
	/*background:#FFFFFF url(images/bottomdots.jpg) no-repeat bottom;*/
	padding: 0px 0px 0px 0px;
}

* html .inhaltsseite {
	position: relative;
	top: -80px;
}

.ganzerinhalt {
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 975px;
	height: auto !important;
	min-height: 300px;
	height: 600px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
}

/* The Header */
.head {
	height:85px;

}


.head h1 {
	margin:0 0 0 0px;
	font-size:2.2em;
	color:#a0b04a;
	text-transform:uppercase;
	padding-top:40px;
}

.head .wrapper {
	position:relative;
	height:120px;
}

.head ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:0;
	left:63px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
}

.logo {
	float:left;
	padding-top: 20px;
	width: 300px;
	
}

.topnavigation {
	font: normal 0.82em  Arial, Verdana, sans-serif;
	color: #999999;
	float:left;
	width: 675px;
	padding-top: 20px;
	border: solid 0px #000000;
	text-transform:uppercase;
	text-align:right;
}


.topnavigation a:link, .topnavigation a:visited {
	color: #727272;
	text-decoration: none;
}

.topnavigation a:hover {
	color: #b5b5b5;
	text-decoration: none;
}


.sprache {
	text-align: right;

}

* html .sprache {
	position: relative;
	left: -15px;
}

/* The Info Bar */
.infobar {
	background:#FFFFFF url(images/navbg.gif) top repeat-x;
	color:#000000;
	margin-bottom:10px;
	height: 31px;
}

* html .infobar {
	position: relative;
	top: -60px;

}

.infobar .column {
	float:left;
	width:440px;
	padding:0 30px;
	border: solid 1px #000000;
}

.infobar h2 {
	margin:15px 0 15px 0;
	font-size:0.72em;
	text-transform:uppercase;
}

.infobar p {
	padding:0;
	margin:0 0 15px 0;
}

/* The Left Sidebar */
.leftsidebar {
	float:left;
	position: relative;
	left: 0px;
	width:170px;
	height: auto !important;
	min-height: 350px;
	height: 350px;
	padding: 0px 0px 20px 10px;
	color:#333;
	border: solid 0px #000000;
}

* html .leftsidebar { position: relative; left: 0px; width: 120px;}

.leftsidebar h2 {
	font-size:0.75em;
	margin:0;
	background:url(images/lefth2.gif) left center no-repeat;
	padding-left:20px;
	height:16px;
	text-transform:uppercase;
}

.kontakt {
	font: normal 0.9em Arial, Verdana, sans-serif;
	float: left;
	position: relative;
	left: -10px;
	top: -15px;
	width: 180px;
	height: auto !important;
	min-height: 50px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	border: solid 0px #000000;
        color: #666666;
}

/* The Content */
.content {
	float:left;
	position:relative;
	left: 30px;
	right: 10px;
	height: auto !important;
	min-height:350px;
	height: 350px;
	width:540px;
	padding:  0px 0px 20px 0px;
	border: solid 0px #000000;
	color: #666666;
}

* html .content { left: 10px; width: 500px;}

.content_header{
	height: 31px;
	width: 540px;
	margin:0 0 0px 0;
	padding:0px 0 0px 0;
border: 0px solid #00ff00;
}

.navtree {
	float: left;
	font: normal 0.835em Arial, Verdana, sans-serif;
	height: auto !important;
	min-height: 15px;
	height: 15px;
	margin:0 0 0px 0;
	padding:0px 0 5px 0;
	background-image:url("images/dot2.gif");
background-position:bottom;
background-repeat: repeat-x;
	color:#aaaaaa;
	width: 540px;
border: 0px solid #ff0000;
position:relative;
}

.navtree a:link, .navtree a:visited {
	color:#aaaaaa;
	text-decoration: none;
}

.navtree a:hover {
	color:#85ba0d;
	text-decoration: none;
}

.print {
top: 0px;
right: 0px;
position:absolute;
	margin:0 0 0px 0;
	padding:0px 0 0px 0;
	width: 40px;
	text-align:right;
}

.printhome {
	font: normal 0.835em Arial, Verdana, sans-serif;
	width:auto !important;
	height: 15px;
	margin:0px 0 10px 0;
	padding:0px 0 0px 0;
	color:#606060;
}

.inhaltcontent {
	float:left;
	position:relative;
	left: -9px;
	height: auto !important;
	min-height:350px;
	height: 350px;
	width:500px;
	padding-bottom:20px;
	border: solid 0px #000000;
}

h1.title {
	font-size:1.25em;
	color:#364f0f;
	margin:0 0 5px 0;
	}
h1.title a {
	color:#364f0f;
	text-decoration:none;
}

h1.title a:hover {
	text-decoration:underline;
}

.contentfooter {
	font: normal 0.835em Arial, Verdana, sans-serif;
        width: 100%;
	height: 15px;
	margin:30px 0 10px 0;
	padding:5px 0 0px 0;
	background:url("images/dot2.gif") repeat-x;
	color:#aaaaaa;
        float: left;
}

.contentfooter a:link, .contentfooter a:visited {
	color:#aaaaaa;
	text-decoration: none;
}

.contentfooter a:hover {
	color:#85ba0d;
	text-decoration: none;
}

/* The Sidebar */
.rightsidebar {
	float:left;
	position:relative;
	left: 60px;
	width:200px;
	height: auto !important;
	min-height: 100px;
	height: 350px;
	padding: 0px 0px 20px 0px;
	color:#333;
	border: solid 0px #000000;
}



* html .rightbottom { margin: 0px 0px 0px 0px; top: 40px;}


/* HEADLINE TITEL */
.headlinesinhalt {
	float: left;
	position: relative;
	top: 0px;
	width: 100%;
}

.headlines a:link {
	font: bold 1.2em Arial, Verdana, sans-serif;
	color: #7aa347;
	text-decoration: none;
}

.headlines a:visited {
	font: bold 1.2em Arial, Verdana, sans-serif;
	color: #7aa347;
	text-decoration: none;
}

.headlines a:hover {
	font: bold 1.2em Arial, Verdana, sans-serif;
	color: #668a3a;
	text-decoration: none;
}

/* The Page Links */
.pagelinks {
	font-size:0.875em;
	font-weight:bold;
	padding-bottom:20px;
	padding-left:20px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/* The Attachment */
.contentCenter {
	text-align:center;
	}

/* The Page Title */
h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:1.125em;
	text-align:center;
}

/* The Bottom Bar */
.bottombar {
	height:40px;
	position: relative;
	bottom: 0px;
	background:transparent bottom;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0px 0px 0px 0px;
}


.bottombar .wrapper {
	text-align:right;
}


/* The Footer */
.footer {
margin:0px auto;
padding-top:22px;
bottom: 0px;
background: #F9F9F9 url(images/footer3.jpg) bottom;
text-transform:uppercase;
color:#000000;
font: normal 0.75em Arial, Verdana, sans-serif;
overflow:hidden;
}


.footerContent {
width:975px;
margin:0px auto;
}

.footerLeft {
float:left;
width:780px;
}

.footerRight {
float:left;
width:175px;
}

.footer a:link, .footer a:visited {
	color: #727272;
	text-decoration: none;
}

.footer a:hover {
	color: #b5b5b5;
	text-decoration: none;
}


/* p[id]  CSS Befehl um Browser wie

	* Netscape 4.x
    * Mac IE 4.01
    * Mac IE 5
    * Win IE 6 and lower
    * Mac iCab 2.51
    * Win Opera 3.60
    * Win Amaya 5.1

	auszuschliessen
*/

.printicon {
	float: right;
	width: 30px;
	height: 20px;
	position: relative;
	top: 30px;
}


.printiconhome {
	float: right;
	width: 30px;
	height: 20px;
	position: relative;
	top: 40px;
}

.feedicon {
	position: relative;
	left: -7px;
}

#newspic {
        float: left;
}

#newspic img {
padding: 0px 20px 20px 0px;
}

caption{
	display:none;


}

.access_key {
	display:none;


}