/* CSS Document */

/* reset.css */
* {margin:0; padding:0; border:0; font-weight:normal; font-style:normal; font-size:12px; font-family: Verdana, sans-serif; text-transform:none; }

html, body {
height: 100%;
width: 100%;
}


/* typography.css */
body 
	{
	background-color:#FFF;
	color:#000;
	font-size: 16px;
	letter-spacing: 1px;
}

h1	{font-size:24px; 
	font-family: Verdana, sans-serif;
	font-style:normal;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing:1px;}	
	

h2	{font-size:16px; 
	font-family: Verdana, sans-serif;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1px;}	
	
	
a		{color: #000;
		text-decoration: none;}
a:hover {color:#ff3399;
		text-decoration: none;}
a:active {color:#ff0;	
		text-decoration: none;}
		
		
/* layout.css */	


#wrapper {max-width: 840px; height:auto;
margin: 10px auto;
padding:0 5px;
background-color: #ffff; 
}


#content01 {float:left; position:relative; max-width:100%; height:auto; margin:0 5px 20px 0; } 
#content02 {float:left; position:relative; max-width:100%; height:auto; margin:0 0 20px 5px;} 

/* navibereich.css */
#navibereich { width:; height:; margin:0; float:;}
#navibereich a {}
#navibereich a:hover {}
#navibereich a:active {}
#navibereich ul {list-style-type:none;}
#navibereich ul li {margin-bottom:8px; }



/* footer.css */
#footer 			{clear:both; border-top-width:thin; border-style:solid; border-color:#000; 
						color:#000; text-align:center; font-size:16px; margin:20px auto; padding-top:10px;
					text-decoration: none;}
#footer a 			{color:#000;
					text-decoration: none;}
#footer a:hover 	{color:#ff3399;
					text-decoration: none;}
					
			
