 /* 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/layout/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#f8f0d1;
}


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

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


/* ----------------------------------------------------- wrapper ----------------------------------------------------- */

#wrapper {
	width:958px;
	height:auto;
	margin: 0 auto;
	background-image: url(images/layout/content_bg.gif);
	background-repeat: repeat-y;
	background-position:0 0;
}
#idx{
	width:475px;
	height:125px;
	top:100px;
	left:0px;
	position:absolute;
	z-index:99;
}
#header {
	width:927px;
	height:225px;
	padding:45px 15px 7px 16px;
	position:relative;
	background-image: url(images/layout/header.gif);
	background-repeat: no-repeat;
	background-position:0 0;
}
#img{
	width:927px;
	height:225px;
	background-image: url(images/layout/img.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
}
#navi{
	width:958px;
	height:63px;

	
	background-image: url(images/layout/navi.gif);
	background-repeat: no-repeat;
	background-position:0 0;

}

#content{
	width:897px;
 background-image: url(images/layout/content_bg2.gif);
	background-repeat: no-repeat;
	background-position:0 0px;
	padding:50px 30px 50px 31px;

}

#spalte1{
	width:222px;
	float:left;
	font-size:11px;
	margin-left:-10px;
}
#spalte2{
	width:214px;
	float:left;
	padding-left:17px;
		font-size:11px;
}
#spalte3{
	width:212px;
	float:left;
	padding-left:18px;
		font-size:11px;
}
#spalte4{
	width:212px;
	float:left;
	padding-left:20px;
		font-size:11px;
}
#spalte2_1{
	width:420px;
	float:left;

}
#spalte2_2{
	width:400px;
	float:left;
	padding-left:60px;
}

#footer{
	clear:both;
	width:958px;
	height:60px;
	padding-top:20px;
	background-image: url(images/layout/bottom.gif);
	background-repeat: no-repeat;
	background-position:0 0;
	margin:0 auto;
	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 21px;
	
}
.fot1{
	width:244px;
	padding-left:30px;
	float:left;
}
.fot2{
	width:233px;
	float:left;
}
.fot3{
	width:230px;
	float:left;
}
.fot4{
	width:200px;
	float:left;
}

#footer a:link,#footer a:active,#footer a:visited {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	line-height: 21px;
}
#footer a:hover {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 21px;
}
/* ----------------------------------------------------- footer ----------------------------------------------------- */

a:link,a:active,a:visited {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #900f3e;
	text-decoration: none;
	line-height: 21px;
}
a:hover {
	font-family:Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #900f3e;
	text-decoration:underline ;
	line-height: 21px;
}
#content ol {
	margin-left:20px;
	line-height:24px;

	color: #333;	
}
#content ul {
	margin-left:20px;
	line-height:24px;
	list-style-type: square;
	color: #900f3e;	
	list-style-position: outside;
	list-style-image: url(images/layout/arrrow.gif);
}
#content li {
	font-family:Arial,Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color: #900f3e;
	line-height:24px;
	font-weight:normal;
		margin-left:10px;

}
h1 {
	font-family: "Times New Roman", Times, serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #900f3e;
	text-decoration: none;
	line-height: 21px;
	font-weight:bold;
	font-style:italic;

}
h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #327a00;
	text-decoration: none;
	line-height: 21px;
	font-weight:normal;
}
h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333; 
	text-decoration: none;
	line-height: 21px;
		font-weight:normal;

}
h4 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333; 
	text-decoration: none;
	line-height: 21px;
	font-weight:normal;
}
h5 {
	font-family:Arial, Verdana,   Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	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: #CCCCCC;
	clear:both;
	margin-top:10px;
	word-spacing: 2px;
}
.line2{
	width:100%;
	height:5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #327a00;
	clear:both;
	margin-top:10px;
	word-spacing: 2px;
}
.line2 a {
font-size:10px;
}

img {
border:0;
}
.img_re{
border:1px solid  #900f3e;
	float: right;
	padding:2px;
	margin-left:10px;
}
.img_li{
border:1px solid  #900f3e;
	float: left;
	padding:2px;
	margin:10px 10px 0px 0px;
}
.img_nofloat{
border:1px solid  #900f3e;
	padding:2px;
	margin:10px 10px 0px 0px;
}
a, area, map. img{
outline:none;
}

.floatstop{
clear:both;

}
.float_re{
	float: right;
	padding-left:15px;

}
.float_le{
	float: left;
	padding-right:15px;
}
.bold {
font-weight:bold;
}
.grau{
color:#666666;
}
.grau_bg{
background-color:#ccc;
}

