/***************************************************************************
 Evermann Unternehmensberatung Website *************************************/

html
{
margin:0px;
}
body
{
background-color:#CCCCCC;
margin:0px;
}

/***************************************************************************
 Designelemente und Textformatierungen im Topbereich ***********************/
 
#top
{
background-image: url(../images/Topleiste.jpg);
background-repeat:no-repeat;
width:850px;height:120px;
margin-left:50px;
z-index:1;
}
#links
{
width:170px;height:420px;
background-color:#333366;
margin-left:50px;
z-index:1;
}
#links_kontakt
{
width:170px;height:570px;
background-color:#333366;
margin-left:50px;
z-index:1;
}
#mitte
{
width:510px;height:420px;
background-color:#E8ECEB;
z-index:1;
}
#mitte_kontakt
{
width:510px;height:570px;
background-color:#E8ECEB;
z-index:1;
}
#mittebreit
{
width:680px;height:420px;
background-color:#E8ECEB;
z-index:1;
}
#rechts
{
width:170px;height:420px;
background-color:#E8ECEB;
z-index:1;
}
#rechts_kontakt
{
width:170px;height:570px;
background-color:#E8ECEB;
z-index:1;
}
#bottom
{
	background-image: url(../images/Bottomleiste.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:20px;
	margin-left:50px;
	z-index:1;
}
