body {
	width: 760px;
	background-color: #F1F5F7;
	font:12px Arial; color:#333;
	margin:0px;
	}
	

p {
	font:12px Arial;
	margin:0px 0px 5px 0px;
	padding:0px;
	}


a {
	
	font-family: Arial;
	margin-top: 1px;
	font-size: 12px;
	padding: 1px;
	text-decoration:underline;
	}
a:link {color:#0000FF; }
a:visited {color:#0000FF;}

a:hover {color:#CC2229; }
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	
	width: 760px;

	padding-top: 145px;
	padding-BOTTOM: 0px;
	margin-bottom: 0px;
        padding-left: 0px;
        left: 0px;
	top: 0px;
	background-color: #FFF;
	border-right: 0px solid #CC2229;
	z-index:5; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

	
#navAlpha {
	position:absolute;
	width: 120px;
	top:150px;
	left: 12px;
	border-right: 0px dotted #aaa;
	background-color: #;
	padding:0px;
	z-index:6;


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120 px;
	}
/* i ve heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width: 120px;}

#navAlpha ul{list-style: none;background-color:transparent;color:#000; margin:0px; margin-left:3px; padding:0 ; border: 0px;}  
#navAlpha li{font-size: 11px; list-style: none;background-color:transparent; color:#369; padding: 2 ; line-height: 16px; margin-left: 1px;}
#navAlpha p{font-size: 14px;  color:#900;padding: 0 ; line-height: 16px; margin-left: 1px;font-weight:bold; margin-top:6px;margin-bottom:2px;}	 
		

	
	#footer {
	position:relative;
	width: 520px;
	top:0px;
	
	left:130px;
	background-color:#;
	padding: 10px;
	z-index:2; }
	
	#freunde {
	position:relative;
	
	top:20px;
	
	left:-150px;

	background-color:#fff;
	padding: 5px;
	z-index:2; }
	

	
	#rechts {
	position:relative;
	width: 190px;
	float: right ;
	top: 0px;

	right: 5px;
	left: 5px;
	background-color:#fff;
	padding:5px;
	z-index:1; }
	
	#profil {
	position:relative;
	width: 170px;
	float: right ;
	top:0px; padding: 5px;
	border-top: 1px solid #aaa;
	border: 1px solid #aaa;
	right: 5px;
	left: 5px;
	background-color:#fff;
	
	z-index:1; }
	

	
	#content_rechts_oben {
	position:relative;
	
	float: right ;
	
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	
	
	left: 0px;
	background-color:#FFF;
	padding:0px;
	z-index:1; }
	
	
	#content_rechts {
	position:relative;
	
	float: right ;
	top: 0px;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	
	
	left: 0px;
	background-color:#FFF;
	padding:5px;
	z-index:1; }
	
	#artikel_oben {
	position:relative;
	width: 615px; left:133px;
	padding-top: 0px;
	background-color:#F1F5F7;
	border-left: 1px solid #000;
	border-right: 1px solid #AAA;
	border-bottom: 0px solid #AAA;
	padding-left: 10px;
	padding-bottom: 10px;
	z-index:10; }
	
	
		#artikel {
	position:relative;
	width: 615px; left:133px;
	
	background-color:#F1F5F7;
	border: 1px solid #000;
	border-top: 0px solid #000;
	border-right: 1px solid #AAA;
	padding-left: 10px;
	z-index:10; }
	
	
	#header {
	position:absolute;
	top: 0px;
	width: 760px;
	left: 0px;
	border:0;
	padding:0px;
	z-index:6; }
	
	#Banner {
	position:absolute;
	top: 79px;
	width: 468px;
	height: 60px;
	left: 292px;
	border:0;
	padding:0px;
	z-index:7; }
	
	#Banneroben {
	position:absolute;
	top: 0px;
	width: 468px;
	height: 60px;
	left: 630px;
	border:0;
	padding:0px;
	z-index:7; }
	
	#Werbung {
	position:absolute;
	width: 214px;
	top: 0px;
	left: 780px;
	border: 1px solid #CC2229;
	border-top: 0px solid #CC2229;
	background-color: #FFF;
	padding:2px;
	z-index:6;


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 214 px;
	}
/* i ve heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Werbung{width: 214px;}
	

	
	ul { list-style-position:outside; list-style-type:square; margin-left: 20px;  }
	
h1 {  font-family: Arial; 
	margin: 10px 10px 10px 0px;
	padding:0px;
	font-size:22px;
	
	color:#CC2229;
	}
h2    { text-decoration:none; color:#CC2229; font-family: Arial;  font-size: 16px; margin: 10px 10px 10px 0px;}  
H4   { text-decoration:none; color:#CC2229; font-family: Verdana,Arial,Helvetica; font-size: 11px; margin:0px 0px 3px 0px; font-weight:bold; } 
H3   { text-decoration:none; color:#CC2229; font-family: Verdana,Arial,Helvetica; font-size: 12px; margin: 10px 10px 0px 0px;}  
H5   { text-decoration:none; color:#ffcc00; font-family: Verdana,Arial,Helvetica; font-size: 11px; font-weight:bold; } 


ul { list-style-position:outside; list-style-type:square; margin-left: 20px;  margin-top: 5px; margin-bottom: 5px; }
hr {  height: 2px  #933;  style: dotted; margin-top: 2px; margin-bottom: 2px; }