/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* CSS File für Projekt Negroni                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Styles fuer template                               */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#Negroni_main {
	position:relative;
	left:0px;
	top:0px;
	width:810px;
	margin: 0px auto 0px auto;
	background-color: #000000;
}

#Negroni_header {
	position:absolute;
	left:0px;
	top:20px;
	width:800px;
	height:93px;
	background-image: url(./images/head.jpg);
}


#Negroni_center	{
	position:absolute;
	left:0px;
	top:113px;
	width:800px;
	height: 411px;
	background-image: url(./images/middle.jpg);
}

#Negroni_foot {
	position:absolute;
	width: 800px;
	height: 93px;
	left: 0px;
	top: 524px;
	background-image:url(./images/foot.jpg);
}

#foot_left {
	position:absolute;
	width: 170px;
	height: 75px;
	left: 0px;
	top: 15px;
	background-image:url(./images/logo_klein.jpg);
}

#foot_right {
	position:absolute;
	width: 585px;
	height: 75px;
	left: 200px;
	top: 15px;
}

#Negroni_content {
	position: absolute;
	top: 10px;
	left: 11px;
	height: 390px;
	width: 776px;
	background-image:url(./images/bg_right.gif);
	}
	


