/********************************************
*		CSS created by Luca Solimine		*
*					07.2008					*
********************************************/

/****************************
*			global			*
****************************/

body {
	font-family:Tahoma, Verdana, arial, sans-serif;
	//font-size:11pt;
	font-size:14px; 
	line-height: 122%;
}

a {
	text-decoration:none;
	color:#000;
}

a img{
	border:0px;
}

#container {


	background-image: url(pics/bild.jpg);
	background-position: center center;
	background-repeat: no-repeat;

	position:absolute;
	left:50%;
	top:48%;
	width:900px;
	height:600px;
	border:1px solid black;
	margin-left:-425px;
	margin-top:-275px;
}

/****************************
*			title			*
****************************/



/****************************
*			navi			*
****************************/

#navi a:hover {
	///text-decoration:underline;
	color:#fc6912;
}

#navi {
	position:absolute;
	left:50px;
	top:155;
	width:180px;
	height:380px;
	border:0px solid black;
}

/****************************
*			content			*
****************************/
#content a:hover {
	///text-decoration:underline;
	color:#fc6912;
}

#content {
	background-position:right top;
	background-repeat:no-repeat;
	position:absolute;
	left:310px;
	top:0px;
	width:560;
	height:590px;
	border:0px solid black;
}

/****************************
*			logo			*
****************************/

#logo {
	position:absolute;
	left:22px;
	top:017px;
	width:200px;
	height:100px;
	border:0px solid black;
}

/****************************
*			welcome			*
****************************/

#welcome {
	position:absolute;
	left:50%;
	top:50%;
	width:450px;
	height:200px;
	margin-top:-100px;
	margin-left:-225px;
}


