/* walodesign Stylesheet -- März 2006 */

body 	{
		background-color:#666666; 
		margin:0; padding:0;
		font-family: verdana, arial, sans-serif;  
		font-size:11px;
/*		text-align:center; */
		}

/*paragraph classes*/
P		{
		font-size:12px;
		}

P.small	{
		font-size:10px;
		}
		
TD		{
		font-size:12px;
		}

TD.small	{
		font-size:9px;
		}

UL		{
		font-size:12px;
		}
OL		{
		font-size:12px;
		}
LI		{
		font-size:12px;
		}

LI.small	{
		font-size:10px;
		}
		
/*header classes*/
h1 		{
		font-size: 24px; 
		}
		
h2 		{ 
		font-size: 20px;
		}
		
h3		{
		font-size: 16px;
		}
		
h4 		{
		font-size: 14px; 
		}
		
/*link classes*/
A 		{
		text-decoration:none;
		}
A:hover 	{
		text-decoration: underline;
		}

/* ======================================================================================== */
/* ID areas -- ID-Bereiche */
/* Container for everything -- should be centered, provided background in gaps */
#container {
		width:980px;
		background-color:#CCCCCC;
		/* background-image:url(images/bg-04c.jpg); 
		background-repeat:repeat; */
		margin:0 auto;
       }

/* Container for everything, homepage -- should be centered, provided background in gaps */
#container-mitte {
		width:980px;
		background-color:#666666;
		margin:0 auto;
       }
	   
/* center area of homepage */
#home-mitte {
		background-color:#999999;
		background-image:url(images/kraichgau2_bg.jpg);
		background-repeat:no-repeat;
		background-position:top;
		padding:0; margin:0;
       }

#home-mitte a {
		color:#00FFCC;
		}


#home-mitte a:visited {
		color:#00FFCC;
		}

/* banner area at the top */
#banner {
         text-align:center;
         vertical-align:baseline;
         height:100px;
         background-image:url(images/gerdbg2-1a.jpg);	 
         }
		 
#banner h1 {
         margin-top:0px;
		 padding-top:20px;
         }

/* navigation area, is floated by content */        
#navigation {
        vertical-align:top;
        padding:10px;
		width:200px;
		position:relative;
		float:left;
 		text-align:left;
        }
		  
#navigation a {
          font-weight:bold;
		  color:black;
		  }
		  
#navigation .red {
		  color:red;
		  }

#navigation .blue {
		  color:blue;
		  }

/* content area -- is moved to the right to make room for navigation */
#inhalt { vertical-align:top;
		  background-color:#FFFFFF;
		  margin-left:220px;
          padding:10px 20px 10px 20px;
		  position:relative;
		  text-align:left;
		  }

/* footer area */
#fuss   {
		 clear:both;
         vertical-align:top;
         height:100px;
         background-image:url(images/gerdbg2-2a.jpg);
         }
