﻿@charset "utf-8";

body {
	background-color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #029d02;
	margin:0 auto;
	margin-top: 25px;
	
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:18px;
	color:#e15a00;
}



/*--klassen--*/

.weiß {
	color:#ffffff;
}

.blau {
	color:#0458ae;
}

.gelb {
	color:#e15a00;
}

.hellgrau {
	color:#ffffff;
}

.dunkelgrau {
	color:#01750f;
}

/*--container--*/

#distanz {
	height:8px;
	margin:0 auto;
}

#distanz2 {
	height:10px;
	margin:0 auto;
}

#navi {
	width:783px;
	height:22px;
	position:relative;
	margin:0 auto;
	clear:both;
	
}

	#reiter {
		width:relative;
		height:19px;
		position:relative;
		padding-top:3px;
		padding-left:5px;
		padding-right:5px;
		text-align:center;
		float:right;
	}
	
	#reiter_aktiv {
		width:relative;
		height:19px;
		position:relative;
		padding-top:3px;
		padding-left:5px;
		padding-right:5px;
		text-align:center;
		float:right;
	}
	
#balken_top {
	width:787px;
	height:18px;
	position:relative;
	background-image:url(file:///C|/img/balken_top.jpg);
	margin:0 auto;
	clear:both;
	border-bottom:2px solid #ffffff;
}

#banner {
	height:850px;
	position:center;
	margin:0 auto;
	background:transparent repeat-x scroll left top;
	background-image:url(file:///C|/img/inter.jpg);
	text-align:center;
	clear:both;

}

#banner_bottom {
	height:0px;
	position:relative;
	margin:0 auto;
	background:transparent repeat-x scroll left top;
	text-align:center;
	clear:both;

}

#balken_bottom {
	width:783px;
	height:30px;
	position:relative;
	background-color:#882788;
	margin:0 auto;
	border-top:2px solid #ffffff;
}

#inhalt {
	width:783px;
	height:405px;
	position:relative;
	margin:0 auto;
	
}

	#headline {
		width:271px;
		height:400px;
		margin-top:5px;
		position:relative;
		float:right;
		margin-right:0px;
	}
	
	#text {
		font-size:15px;
		margin-top:20px;
		margin-right:280px;
		color:#82807f;
		border-left:15px solid #ffffff;
	}
	
	
#footer {
	width:783px;
	height:30px;
	position:relative;
	padding-top:3px;
	text-align:right;
	border-right:15px solid #ffffff;
	margin:0 auto;
}


	
	
	
	
	
	
