
body {
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;

}

.main {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color:#000000;
	height:auto;
}


.logo {
	background-image:url(bilder/logo.png);
	height:68px;
	width:200px;
	float:left;
}

.head  {
	height:80px;
}


.text {
	float:right;
	text-align:left;
	padding-right:50px;
	padding-top:90px;
	width:400px;
}

.text2 {
	float:left;
	text-align:left;
	padding-right:50px;
	padding-top:60px;
	width:400px;
}

.text3 {
	float:left;
	text-align:left;
	padding-right:50px;
	padding-top:30px;
	width:400px;
}

.text4 {
	float:left;
	text-align:left;
	padding-top:30px;
	width:800px;
}

.text_impressum {
	float:left;
	text-align:left;
	padding-right:50px;
	padding-top:40px;
	width:750px;
}

.content {
	width:800px;
	height:420px;
	background-image:url(bilder/content.png);
}

.content_referenzen {
	width:800px;
	height:420px;
	background-image:url(bilder/referenzen.png);
	background-repeat:no-repeat;
}

.content_portfolio {
	width:800px;
	height:auto;
	background-image:url(bilder/portfolio.png);
	background-repeat:no-repeat;
	background-color:black;
}

.content_kontakt {
	width:800px;
	height:480px;
	background-image:url(bilder/kontakt.png);
	background-repeat:no-repeat;
}

.content_impressum {
	width:800px;
	height:350px;
	background-image:url(bilder/impressum.png);
	background-repeat:no-repeat;
}

.list li {

  text-decoration: none;
  background-image: url(bilder/punkt.png);
  background-repeat: no-repeat;
  list-style-type: none;
  float: left;
  width: 180px;
  padding-left: 20px;
  margin-top: 10px;
  background-position: left center;
  margin-left:-40px;
}

.footer {
	width:800px;
	height:200px;
}

.footer1 {
	float:left;
	width:400px;
}

.footer2 {
	float:right;
	width:400px;
}

.copyright {
	width:800px;
	height:auto;
	text-align:center;
	font-size:8pt;
	bottom:20px;
}


#nav {
	float: right;
	width: 600px;
	height:60px;
	margin-top:15px;
}


a {
	color: #ff0064;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

