/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	border: 0 none;	
}

html {
	background-color: #000;
}

#wrapper {
	position:absolute;
  	height:600px; 
  	width:960px;
  	margin:-300px 0px 0px -480px;
  	top: 50%; 
  	left: 50%;
	background: transparent url(../img/SF3.jpg) no-repeat; 
}

/*----------------------- header -----------------------*/

/*----------------------- header Ende -----------------------*/

/*----------------------- content -----------------------*/

#contentnavi {
	float:left;
	width:920px;
	height:130px;
	margin:165px 0px 100px 40px;
}

#contentnavi ul li {
	list-style-type:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	letter-spacing:0.30em;
	margin: 0px 0px 20px 0px;

}

#name,#phone,#mail {
	float:left;
	width:920px;
	margin:0px 0px 15px 40px;
}


/*----------------------- content Ende-----------------------*/

/*----------------------- footer -----------------------*/

#smbar {
	float:left;
	width:286px;
	margin:0px 0px 0px 669px;
}	

#smbar ul li {
	float:left;	
	list-style-type:none;
	margin: 15px 3px 0 0;
}

.applelogo,.youtubelogo,.facebooklogo,.twitterlogo,.deliciouslogo,.rsslogo {
	 text-decoration: none; 
  	 border:0; 
  	 padding:0; 
  	 display: block;
  	 width:32px; 
  	 height:32px; 
  	 background: url("../img/sm/apple_sw.png") 0 0 no-repeat;
}

.applelogo:hover {
	background-position: -32px 0;		
}

.youtubelogo {
	 background: url("../img/sm/youtube_sw.png") 0 0 no-repeat;
}

.youtubelogo:hover {
	background-position: -32px 0;		
}

.facebooklogo {
  	 background: url("../img/sm/facebook_sw.png") 0 0 no-repeat;
}

.facebooklogo:hover {
	background-position: -32px 0;		
}

.twitterlogo {
  	 background: url("../img/sm/twitter_sw.png") 0 0 no-repeat;
}

.twitterlogo:hover {
	background-position: -32px 0;		
}

.deliciouslogo {
  	 background: url("../img/sm/delicious_sw.png") 0 0 no-repeat;
}

.deliciouslogo:hover {
	background-position: -32px 0;		
}

.rsslogo {
  	 background: url("../img/sm/rss_sw.png") 0 0 no-repeat;
}

.rsslogo:hover {
	background-position: -32px 0;		
}

/*----------------------- footer Ende-----------------------*/

/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/


#contentnavi {
	color:#7f7f7f;
}

h1 {
	color:#7f7f7f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:lighter;
	letter-spacing:0.30em;	
}

p {	
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:lighter;
	letter-spacing:0.04em;
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/
