/*+++++++++++++++++++++styles für die startseite anfang+++++++++++++++++++++*/

body {
   background-color: #333333;
   height: 100%;
}

#horizon        
	{
	/* color: white; */
/*	background-color: #0ff;*/
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
/*	font-family: Verdana, Geneva, Arial, sans-serif;*/
/*	background-color: #f00; */
	margin-left: -350px;
	position: absolute;
	top: -112px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible
	}

#home_atelier a {
	display:block;
                background: url(../logos/logo_oben_gross.gif) no-repeat 0 0;
	text-decoration: none;
	width : 700px;
	height: 113px;
}

#home_atelier a:hover {
                background-position: -700px 0px;
}

#home_project a {
	display:block;
	background: url(../logos/logo_unten_gross.gif) no-repeat 0 0;
	text-decoration: none;
	height : 100px;
	width : 700px;
}

#home_project a:hover {
                background-position: -700px 0px;
}

/*+++++++++++++++++++++styles für die startseite ende+++++++++++++++++++++*/

