
/* CSS Document */
html{
}

body {
	font-family:fantasy, sans-serif;
	width:674px;
	margin-right:auto;
	margin-left:auto;
	color:#000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #98CB00;
}

td,p,ul,ol,li,h1,h2,h3,h4,h5,h6,div,small,strong,pre span {
	font-family:Verdana, Geneva, sans-serif;
}
strong { color: #3C5E07;}
h1 {font-size:1.5em;margin:0; color: #065c0c}
h2 {font-size:1.2em;
	margin-left:36px; 
	color: #6ed307; 
	
}

img {
	border-style:none
}

#complete-content {
	background: url("img/body_bg.jpg") no-repeat scroll 0 0 #99CC00;
	position:absolute;
	left: 50%;
	width: 1250px;
	margin-left: -625px;
}

#header {
	text-align:center;
	height:300px;
	background: url("img/header_bg2.jpg")no-repeat;
	width:654px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 13px;
	position: relative;
	left: 50%;
	margin-left: -322px;

}

#header_text {
	padding-top: 50px;
}

#container {
	width:632px;
	
}


#inhalt {
	position: relative;
	left: 50%;
	margin-left: -322px;
	width: 674px;
	margin-top: 7px;
}

#inhalt p {
	padding-right:5px;
	color:#000;
	font-size: 12px;
	margin-left: 36px;
	width: 400px;
	font-family:fantasy;
}

#inhalt_left {
	 -moz-border-radius: 7px 7px 7px 7px;
	 -webkit-border-radius: 7px;
    background: none repeat scroll 0 0 #3399FF;
    float: left;
    width: 440px;
}

#inhalt_right{
	 -moz-border-radius: 7px 7px 7px 7px;
	 -webkit-border-radius: 7px;
    background: none repeat scroll 0 0 #3399FF;
    color: #000000;
    float: right;
    height: 350px;
    margin-right: 21px;
    width: 207px;
}

#inhalt_right p{
	width:170px;
	text-align:left;
	margin:53px 5px 5px 20px;
}

#clear{
 	clear:both;
}

a:link {color:#182f14}
a:visited {color:#182f14}
a:hover {color:#156c06;}
a:active {color:#284f21}
a:focus {color:#FA9805}

a {font-weight:600}
h4 a {font-weight:bold}



#footer {
	text-align:center;
	font-size:0.7em;
	padding-top:4em;
	height: 80px;
	width: 654px;
	margin-top: 7px;
	-moz-border-radius: 7px 7px 7px 7px;
    background: none repeat scroll 0 0 #3399FF;
	position: relative;
	left: 50%;
	margin-left:-323px;
}

