/*--------------------------------------*/
/*-- copyright www.webmaster-elite.de --*/
/*--			 bei fragen 		  --*/
/*-- http://forum.webmaster-elite.de  --*/
/*--------------------------------------*/




/*--------------------------------------*/
/*-- 			 details 			  --*/

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #fff url(img/head_bg_fluss.gif) top left repeat-x;
}
* {
	padding: 0;
	margin: 0;
}
.breaker {
	clear: both;
}
/*------------ ende -------------*/


/*--------------------------------------*/
/*--       allgemeine linkfarben      --*/
a:link, a:active,a:visited{
	text-decoration: underlined;
	color:#636d73;
	font-family: Verdana,Arial;
	font-size: 11px;
}
a:hover{
	text-decoration: none;
	color:#ff8a00;
	font-family: Verdana,Arial;
	font-size: 11px;
}
/*------------ ende -------------*/


/*--------------------------------------*/
/*--        text formatierungen       --*/

h1 {
	font-size: 45px;
	font-weight: normal;
	color: #5c6468;
	padding: 60px 0 0 40px;
}
.andere_farbe {
	color: #ff8a00;
}
h2 {
	font-size: 14px;
	color: #636d73;
	padding: 3px 0 3px 0;
}
h3 {
	font-size: 13px;
	color: #ff8a00;
	padding: 3px 0 3px 0;
}
p {
	font-size: 11px;
	color: #3f474c;
	padding-bottom: 10px;
}
p.artikel {
	font-size: 9px;
	color: #8C909A;
}
/*------------ ende -------------*/




/*--------------------------------------*/
/*--    seite mittich positionieren   --*/
#container {
	margin: 0 auto;
	width: 600px;
}
/*------------ ende -------------*/




/*--------------------------------------*/
/*--            navigations           --*/
#navigation {
	width: 600px;
	color: #000000;
	height: 52px;
}

ul {
	color: #000000;
	list-style-type: none;
	text-align: left;
	margin: 0 20px 0 20px;
}

ul li {
	color: #000000;
	float: left;
	padding: 27px 20px 0 20px;
	}

		
ul li a:visited,a:link {
	text-decoration: none;
	color: #000000;
	font-family: Verdana,Arial;
	font-size: 12px;
	display: block;
	letter-spacing: 1px;
	}

ul li a:hover, .active {
	color: #ff8a00;
}
/*------------ ende -------------*/




/*--------------------------------------*/
/*--          header bereich          --*/
#header {
	width: 600px;
	height: 143px;
	background: url(img/header_bg.gif) top left no-repeat;
	margin-top: 10px;
}
/*------------ ende -------------*/




/*--------------------------------------*/
/*--     hier ist der ganze inhalt    --*/
#content_head {
	width: 600px;
	height: 5px;
	background: url(img/content_bg_oben.gif) top left no-repeat;
	margin-top: 10px;
}
#content {
	width: 580px;
	height: auto;
	background: url(img/content_bg.gif) top left repeat-y;
	padding: 10px;
}
#linker_bereich {
	float: left;
	width: 390px;
	padding-right: 10px;
}
#rechter_berecih{
	float: right;
	width: 180px;
}
/*------------ ende -------------*/




/*--------------------------------------*/
/*--          footer bereich          --*/
#footer {
	width: 600px;
	height: 40px;
	background: url(img/footer_bg.gif) top left no-repeat;
}
#footer_rechts {
	float: right;
	width: 440px;
	height: 40px;
}
#footer_rechts a {
	font-size: 9px;
	float: right;
	text-decoration: none;
	color: #fff;
	padding: 8px 10px 0 0;
}
	#footer_rechts a:hover {
		color: #ff8a00;
	}
#footer_links {
	float: left;
	width: 160px;
	height: 40px;
}
#footer_links a {
	text-decoration: none;
}
/*------------ ende -------------*/
