* {
	margin: 0;
	padding: 0;
	}

body   {
	background: #221c19 url("../images/bg.gif") no-repeat;
	background-position: 260px 0;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

body a:link {
	text-decoration: underline;
	color: #ffffff; 
}

body a:hover, body a:active, body a:visited {
	color: #cccccc;
}

#oben {
	position: absolute;
	top: 60px;
	left: 210px;
}

#logo {
	position: absolute;
	top: 90px;
	left:50px;
}

#text {
	position: absolute;
	top: 150px;
	left: 210px;
	width: 450px;
}

#text .abstand {
	margin-top: 30px;
}

#kontakt {
	position: absolute;
	top: 150px;
	left: 770px;
	width: 100px;
	text-align: right;
}

#bilder {
	position: absolute;
	top: 350px;
	left: 210px;
	width: 660px;
	height: 300px;
	border: solid 1px white;
	background: black;	
}

#bildnav {
	width: 640px;
	height: 29px;
	padding-top: 10px;
	padding-right: 20px;
	word-spacing: 10px;
	text-align: right;
}

#subnav {
	position: absolute;
	top: 670px;
	left: 210px;
	font-size: 11px;
}

#subnav a:link {
	font-size: 11px;
}

/* Bildleiste scrollen ---------------------------------- */		
/* div, innerhalb dessen gescrollt wird */
#bildscroll {
 /*width:660px;*/ /* please define in html as inline style */ 
 overflow:hidden;
}
/* Bild, das gescrollt wird */
#bildleiste {
  margin-left: 0px;
}





























































#unten {
	position: absolute;
	top: 730px;
	left: 210px;
	width: 450px;
}

/* referenzen ---------------------------------- */		

.referenzen { /* styles, die für alle Referenzlayer gleich sind */
	visibility: hidden;
	position: absolute;
	top: 150px;
	left: 210px;
	width: 660px;
	height: 540px;
	background:  #666666;
	border: solid 1px white;
	z-index: 10;
	overflow: hidden;
}

/* Styles, die für die einzelnen Referenzlayer abweichen (z.B. Höhe) */
#ref_zeitschriften {

}

#ref_logos {

}

/* oberer Streifen mit Schliessen-Button*/
#arbeiten_oben {
	width: 620px;
	text-align: right;
	word-spacing: 10px;
	padding-top: 5px;
	height: 30px; /* Höhe der Schliessen-Zeile*/
	overflow: hidden; /* kein Scrollbalken */
	/*position: absolute;
	top: 0;
	left: 0;*/
}

/* unterer Streifen mit Bild- und Textspalte*/
#arbeiten_unten {
    height: 510px;
	overflow: auto; /* Scrollbalken */
	padding-top: 10px; /* Abstand von oben, addiert sich mit den 30 der oberen Zeile */
	padding-left:0;
	margin-left:0;
}

/* Bildspalte */
#bildspalte {
	float:left; /* damit Textspalte rechts daneben erscheint */
	padding-left:0;
	/*
	position: absolute;
	top: 40px;
	left: 20px;
	width: 349px;
	*/
}

div#bildspalte img {
	margin-left:20px; /* Abstand Bild nach links */
}

/* Textspalte */
#textspalte {
	border-left: solid 1px white; 
	margin-left: 389px; /* Abstand von links*/
	padding-left:20px;  /* Einrückung Text*/
	padding-right:20px; /* Abstand Text zum rechten Rand */
	/*
	position: absolute;
	top: 40px;
	width: 209px;
	padding-left: 20px;
	*/
}

