@import url("reset.css");





body{
	background-color: #d2dc95;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	}
	
h1{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #5f81a4;
	margin-top:30px;
	padding-right: 100px;
	margin-bottom: 30px;
}

h2{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-top: 25px;
	color: #5f81a4;
	padding-right: 100px;
	margin-bottom:15px;
}

h3{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #5f81a4;
	padding-right: 100px;
	margin-top: 20px;	
}


p{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	padding-right:100px;
	color: #808080;
}

a{
	color: #879258;
	text-decoration: none;

}

a:active{
	color: #879258;
	text-decoration: underline;
}

a:hover{
	color: #879258;
	text-decoration: underline;

}


#pageboy{
		margin: 0 auto;
		margin-top:15px;
		width: 1024px;
		background: url(../img/boy.jpg);
		background-position: bottom right;
		background-color: #FFF;
		background-repeat: no-repeat;
}

#header{
	/* BARRIEREFREI */
	display: none;
}

#pageheader{
		background-image: url(../img/header.jpg);
		background-repeat:no-repeat;
		border: 1px solid #879258;
}


#main{
		width: 650px;
		float: right;
		margin-right: 0px;
		}

#languages{
	margin-bottom: 20px;
	margin-right: 5px;
	margin-top: 140px;
	text-align: right;
	width: 645px;
}
#menu{
		margin-top: 30px;
		width: 645px;
}

#content{
		margin-top: 50px;
		margin-left:5px;
		width: 645px;
}
		
#ads{
	width: 330px;
}

#imageblock{
margin-left: 50px;
margin-top: 100px;

width:270px;
}

#imageblock img{
	margin: 0;
	border: 0;
}
#adsblock{
margin-top: 70px;
margin-bottom: 50px;
text-align: center;
width:270px;
}

#adsblock img{
	border: 0;
	margin: 0 auto;
}


#footer{
	text-align: center;
	font-size: 12px;
	padding-top: 100px;
	padding-bottom: 10px;
	background: url(../img/linie.gif) 40% 60%;
	background-repeat: no-repeat;
	clear: both;
}

.lang li {
	float: right;
	list-style-type: none;
	margin-right:5px;
}
/* ----- MENUEINSTELLUNGEN ----- */
.level_1 li{
	list-style: none;
	display: inline;
    	float: left;
	margin-right:5px;
  }

.level_1 a{
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px; 

}

#menu_1 a,a:link,a_vistited{
	color: #000;
}

#menu_2 a,a:link,a:visited{
	color: #5f81a6;
}
#menu_3 a,a:link,a:visited{
	color: #abbe27;
}

#menu_1 a:hover,a:active{
	color: #FF9900;
}

#menu_2 a:hover,a:active{
	color: #FF9900;
}

#menu_3 a:hover,a:active{
	color: #FF9900;
}

.active {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}



#endline{
	clear: both;
}


/*
.level_1 a:visited{
text-decoration: none;
font-size: 12px;
color: #000;
}


.level_1 a:hover{
text-decoration: underline;

}

.level_1 a:active{
text-decoration: underline;
}

.level_1{
}
*/


.mod_article{	
	padding: 0px;
	margin: 0px;
}
.block{
	padding: 0px;
	margin: 0px;
}

input{
	margin-top:5px;
	margin-bottom: 5px;
	border: 1px solid #707070
}
form{
	 margin-top: 5px;
}

.trail a,a:link{
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	
}