BODY
{
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000029;
font-size:14px;
overflow:scroll;
background:url(pics/background.png);

}

#h1
{
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#00029;
font-size:24px;
}

#h2
{
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000029;
font-size:20px;
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:focus { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
}

#top
	{
		background:#d3d3d9 url(pics/oben.png);
		background-repeat:no-repeat;	
		vertical-align:top;
	}

#navigation
	{
		background:#d3d3d9 url(pics/navi_l.png);
		background-repeat:no-repeat;	
		vertical-align:top;
	}
	
#rechts
	{
		background:#d3d3d9 url(pics/navi_r.png);
		background-repeat:no-repeat;
		vertical-align:top;	
	}
	
#main
	{
		color:#000029;
		vertical-align:top;	
	}
	
/*This is how the text will look before mouse over*/
#colc{
font-family:Verdana,Arial,Helvetica,sans-serif;
color: #000029;
text-decoration:none;
}

/*This is how the text will look on mouse over. Note "hover" is the most important change here*/
#colc:hover
{
font-family:Verdana,Arial,Helvetica,sans-serif;
color: #d2def1;
text-decoration:none;
}

