/**
    *@author: Alexander Fischer
**/
html, body {
	background:#f0670b;
	color:#000088;
}
.text {/*Allgemeine Einstellung für Text mit der Klasse text*/
	text-align:center;
	color:#ffffff;
}
#top {
	padding:0px;
	margin:0px auto;
	width:980px;
	height:6px;
	background-image:url(images/all_top.gif);
	background-repeat:no-repeat;
}
#all {
	padding:0px;
	margin:0px auto;
	width:980px;
	background-image:url(images/all_middle.gif);
	background-repeat:repeat-y;
	background-position:top;
}
	#head {
		background-image:url(images/blue_verlauf_b.gif);
		background-repeat:no-repeat;
		width:970px;
		height:147px;
		padding-bottom:5px;
		margin:auto;
		color:#f0670b;
	}
	#head h1 {
		text-align:center;
	}
#middle {
	width:970px;
	margin:auto;
}
	#navcontainer {
		background:transparent;
		height:auto;
		width:180px;
		float:left;
	}
		#navi {
			width:180px;	
			list-style-type:none;
			padding-left:0px;
			margin-left:0px;
			margin-top:0px;
			margin-bottom:0px;
			float:left;
		}
		#navhead {
			background-image:url(images/navhead.png);
			background-repeat:no-repeat;
		}
		#navi a{
			padding-left:0px;
			text-decoration:none;
			display:block;
			background-image:url(images/orange_button.png);
			padding-left:5px;
		}
		#navi a:hover{
			background-image:url(images/blue_button.gif);
			color:#ffffff;			
			font-weight:bold;
			text-decoration:underline;		
		}
		#navi a.active {
			background-image:url(images/blue_button.gif);
			color:#ffffff;			
			font-weight:bold;		
			text-decoration:none;
		}
		
			#subnavi a{
				display:block;
				padding-left:40px;
			}
			#subnavi a:hover {
				padding-left:40px;
			}		
		#navbottom {
			background-image:url(images/navbottom_a.png);
			background-repeat:no-repeat;
		}
	#newscontainer {
		width:180px;
		height:inherit;
		background:transparent;
		float:right;
	}
	#news {
		width:180px;/*IE verstehts sonst nicht: 180 px*/
		height:163px;/*Exakte Bildhöhe zur kompletten Darstellung, sonst nur Darstellung, solang der Text halt ist*/
		background-image:url(images/orange_verlauf_a.png);
		float:left;
		margin-top:0px;
		margin-bottom:0px;
	}#news2 {
		width:180px;/*IE verstehts sonst nicht: 180 px*/
		height:163px;/*Exakte Bildhöhe zur kompletten Darstellung, sonst nur Darstellung, solang der Text halt ist*/
		background-image:url(images/orange_verlauf_a.png);
		float:left;
		margin-top:0px;
		margin-bottom:0px;
	}
	#content {
		width:590px;
		height:auto;
		min-height:250px;
		/*background-image:url(bg-wrapper.gif);*/
		float:left;
		padding:5px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:60px;
		background:#ffffff;
	}
#footer {
	width:970px;
	height:56px;
	color:#ff0000;
		background-image:url(images/blue_verlauf_small.png);
		background-repeat:no-repeat;
	padding-top:5px;
	margin-left:5px;
	clear:both;
}
#bottom {
	background-image:url(images/all_bottom.gif);
	background-repeat:no-repeat;
	width:980px;
	height:6px;
}

input {
	border-width:4px;
	border-color:#f0670b;
	background-color:#f0670b;
	color:#0088ff;
}
input:focus {
	border-width:4px;
	border-color:#0088ff;
}
