@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

#wrapper {width:850px;
		  position:relative;
		  margin:auto}
		  
#menue {
	text-align:right;
	position: absolute;
	left: 465px;
	top: 80px;
}

#inhalt {
	padding:15px;
	padding-top:40px;
}

#text {width:820px;
text-align:left;
padding-left:15px}

.text {width:820px;
text-align:left;
padding-left:15px}

#bild { margin-left:15px;
float:right;
width:350px;
text-align:center}

.bild { margin-left:15px;
float:right;
width:350px;
text-align:center}

#referenzbilder { margin-left:15px;
float:right;
width:350px;
height:300px;
}

#footer {
	text-align:center;
}

.copyright {
	font-size: 9px;
	color: #663366;
}

.list {
	font-size: 12px;
	text-align: left;
}


a:link {color: #663366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663366;
}
a:hover {
	text-decoration: underline;
	color: #663366;
}
a:active {
	text-decoration: none;
	color: #663366;
}
.style1 {color: #663366}
.style2 {
	color: #FF0000;
	font-weight: bold;
}