body {
	color: #FFF;
	background: #000;
	font-family: Arial, Lucida Console, Helvetica, Verdana, sans-serif;
/*
	font-family: Helvetica, Lucida Console, Arial, Verdana, sans-serif;
*/
	text-align: center;
	margin: 0px;
}

/* styles for IE 5 Mac */
 #center {
	position: absolute;
	top: 300px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #center {
   	top: 50%;
   	left: 0px;
   	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 600px; 
 }
 /* end IE 5 hack */ 

#main {
	position: relative;
	border: 1px solid #FFF;
	width: 600px;
	height: 600px;
	margin: 0px auto;
	text-align: center;
	background: #000;
}

#print {
	display:none;
}

#top {
	height:100px;
	padding-top:10px;
}

#content {
	vertical-align:middle;
	height:390px;
}

#left {
	width:290px;
	float:left;
	padding-left:10px;
}

#right {
	width:290px;
	float:right;
	padding-right:10px;
}

#bottom {
	height:100px;
}

#referenzen {
	position:relative;
	margin: 0px auto;
	padding-top:33px;
	border: 1px solid #FFF;
	height:317px;
	width:350px;
	overflow:hidden;
}

#referenz_01, #referenz_02, #referenz_03, #referenz_04, #referenz_05, #referenz_06, #referenz_07, #referenz_08, #referenz_09 {
	position:absolute;
	top:0px;
	margin: 0px;
	width:350px;
}

.referenz_text {
	padding-top:292px;
	font-size:10px;
	letter-spacing:1px;
	word-spacing:1px;
	text-transform:uppercase;
	text-align:center;
}

#referenzen img {
	margin:10px;
}

.icon {
	display: inline;
	float:left;
	width:120px;
	margin:10px 15px 0 15px;
	text-align: center;
}

a, a:link, a:visited, a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	word-spacing:1px;
	line-height:30px;
	margin: 0px;
	padding: 0px;
	text-transform:uppercase;
}

h2 {
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	word-spacing:1px;
	line-height:20px;
	text-align:center;
	margin: 0px;
	padding: 10px;
	text-transform:uppercase;
}

h2 a:link, h2 a:visited{
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	border-bottom: 1px dotted #000;
 }

h2 a:hover, h2 a:active{
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	border-bottom: 1px solid #FFF;
 }

#textVar, .text {
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	word-spacing:1px;
	line-height:20px;
	text-align:center;
	margin: 0px;
	clear:both;
	text-transform:uppercase;
}

.text a:link, .text a:visited{
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	border-bottom: 1px dotted #000;
 }

.text a:hover, .text a:active{
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	border-bottom: 1px solid #FFF;
 }
 
.img_einsicht{
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
 }