/* weyermann */



body {
	margin:0px;
	background-color: #F3F4C9;
}
p {
	padding:0px;
	margin:0px;
}





#main {  
	width: 700px; 
	margin: auto;
}


#news {
	position:absolute;
	height:200px;
	width:400px;
	margin:459px 0px 0px 150px;
}




#nav {
	top:0px;
	left:0px;
	width:660px;
	height:100px;
	margin:0px;
	padding:16px 20px 0px 20px;
	background-image: url("../pics/bg_nav.jpg"); 
	background-repeat:no-repeat;
	font-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:left;
}
#nav a{
	font-size: 14px;
	line-height:25px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:left;
	text-decoration:none;
}
#nav a:hover{
	font-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:left;
	text-decoration:underline;
}

#nav2 {
	position:relative;
	top:0px;
	left:0px;
	float:right;
	width:300px;
	height:100px;
	margin:0px;
	padding:0px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:right;
}
#nav2 a{
	font-size: 14px;
	line-height:25px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:right;
	text-decoration:none;
}
#nav2 a:hover{
	font-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:right;
	text-decoration:underline;
}


#nav3 {
	top:0px;
	left:0px;
	width:660px;
	height:100px;
	margin:0px;
	padding:16px 20px 0px 20px;
	background-image: url("../pics/bg_nav2.jpg"); 
	background-repeat:no-repeat;
	font-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:left;
}
#nav3 a{
	font-size: 14px;
	line-height:25px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:left;
	text-decoration:none;
}
#nav3 a:hover{
	font-size: 14px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:left;
	text-decoration:underline;
}


#entry {
	top:0px;
	left:0px;
	width:700px;
	height:448px;
	margin:0px;
	padding:0px;
	background-image: url("../pics/bg_entry.jpg"); 
	background-repeat:no-repeat;
}


#content {
	top:0px;
	left:0px;
	width:660px;

	margin:0px;
	padding:20px;
	background-color:#9B9B43;
	background-image: url("../pics/bg_content.jpg"); 
	background-repeat:no-repeat;
	
	font-size: 11px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:justify;
	line-height:20px;
}
#content a{	
	font-size: 11px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-decoration:underline;
	line-height:20px;
}
#content a:hover{	
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration:none;
	line-height:20px;
}

#content h1 {

	margin:0px;
	padding:40px 0px 20px 0px;
	text-align:left;
	font-size: 26px;
	font-weight:normal;
	color: #ffffff;
	font-family: Arial, sans-serif;
}

#content h2 {

	margin:0px;
	padding:20px 0px 20px 0px;
	text-align:left;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	font-family: Arial, sans-serif;
}





#content2 {
	top:0px;
	left:0px;
	width:660px;

	margin:0px;
	padding:20px;
	background-color:#9B9B43;
	background-image: url("../pics/bg_content2.jpg"); 
	background-repeat:no-repeat;
	
	font-size: 11px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-align:justify;
	line-height:20px;
}
#content2 a{	
	font-size: 11px;
	color: #000000;
	font-family: Arial, sans-serif;
	text-decoration:underline;
	line-height:20px;
}
#content2 a:hover{	
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration:none;
	line-height:20px;
}

#content2 h1 {

	margin:0px;
	padding:40px 0px 20px 0px;
	text-align:left;
	font-size: 26px;
	font-weight:normal;
	color: #ffffff;
	font-family: Arial, sans-serif;
}

#content2 h2 {

	margin:0px;
	padding:20px 0px 20px 0px;
	text-align:left;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	font-family: Arial, sans-serif;
}








#footer {
	top:0px;
	left:0px;
	width:700px;
	height:47px;
	margin:0px;
	padding:13px 0px 0px 0px;
	background-image: url("../pics/bg_footer.jpg"); 
	background-repeat:no-repeat;
	text-align:center;
	font-size: 12px;
	color: #F3F4C9;
	font-family: Arial, sans-serif;
}





