 /* CSS Document */
*, html, body, table, td, div, p, h1, h2, h2, h4, h5, ul, ol, 
table, td, tr, form, img, li, map, area, object, map,navi {
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #333; 
	text-decoration: none;
	line-height: 21px;

	background-image: url(images/index/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#fff;
}


/* ---------------------------------------------------- body / html------------------------------------------------- */

html {
	overflow-x:hidden;
	overflow-y:auto; 
}


/* ----------------------------------------------------- wrapper ----------------------------------------------------- */
#wrapper {
	width:820px;
	height:auto;
	margin:0 auto;
	position:relative;
}

#header{
	width:820px;
	height:221px;
	background-image: url(images/index/header.jpg);
	background-repeat: no-repeat;
	background-position:0 0;

}
#navi{
	width:820px;
	height:196px;
	background-image: url(images/index/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	position:relative;
}
#headline{
	width:440px;
	height:75px;
	position:absolute;
	top:103px;
	left:42px;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #dd0606; 
	text-decoration: none;
	line-height: 26px;
}
#undernavi{
	width:329px;
	height:45px;
	position:absolute;
	top:274px;
	left:174px;
	z-index:7;
}
#main{
	width:820px;
		background-image: url(images/index/main_bg.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}

#content{
	width:464px;	
	padding:0px 60px 20px 42px;


	min-height:350px;
	float:left;
}
*html #content{
	height:350px;
}
#right{
    width:235px;
	float:left;
	}
#addi{
	width:213px;	
	padding:0px 0px 0px 22px;
	height:145px;
	
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #694807; 
	text-decoration: none;
	line-height: 21px;
}
#subnavi{
	width:235px;
}
#footer{
	width:820px;
	height:136px;
	background-image: url(images/index/footer.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	margin: 0 auto;
	color:#000066;
}

.spalte1{
	width:250px;
	float:left; 
} 
.spalte2{
	width:200px;
	padding-left:10px;
	float:left;
}

/* ----------------------------------------------------- footer ----------------------------------------------------- */

a:link,a:active,a:visited {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #dd0606;
	text-decoration: underline;
	line-height: 21px;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	line-height: 21px;
}
#content ol {
	margin-left:10px;
	line-height:21px;
	color: #694807;	
}
#content ul {
	margin-left:10px;
	line-height:21px;
	list-style-type: square;
	color:#694807;	
	list-style-position: outside;
}
#content li {
	font-family:Verdana,Arial,  Helvetica, sans-serif;
	font-size:11px;
	color: #694807;
	line-height:21px;
	font-weight:normal;
	margin-left:10px;
	margin-top:3px;

}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 14px;
		color: #513e18; 
	text-decoration: none;
	line-height: 21px;
	font-weight:normal;
}
h2 {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #333; 
	text-decoration: none;
	line-height: 21px;
	font-weight:normal;
}
h3 {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #3e5315; 
	text-decoration: none;
	line-height: 21px;
	font-weight:normal;
}
h4 {
	font-family:Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0981b8; 
	text-decoration: none;
	line-height: 21px;
	font-weight:normal;
}
	
.line{
	width:100%;
	height:5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dd0606;
	clear:both;
	margin-top:10px;
	word-spacing: 2px;
}

img {
border:0;
}
.img_re{
float:right;
margin-left:10px;
border:2px solid #fff;
}
.img {
border:1px solid #dedede;
}
.imgbox {
width:125px;
height:95px;
margin-right:10px;
float:left;
}
a, area, map. img{
outline:none;
}

.floatstop{
clear:both;
} 
.float_re{

float: right;
padding-left:15px;

}
.float_le{
	float: left;
	padding-right:15px;
}
.bigfont{
font-size:13px;
}
.sp1{
	width:200px;
	float:left;
}
.sp2{
	width:80px;
	float:left;
}