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






/*   styles   */

* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	font-family: Helvetica, Arial, sans serif;
	font-size: 12px;
	line-height: 17px;
	margin:0px;
	color:#333333;
	}

a {	
	text-decoration: none;
	color:#999;
}

a:hover {
	color:#30f;
	
}

img {
	border-style: none;
	border-width: 0;
}






/*   styles   */

.type_grey1{
	color:#ddd;
}
.type_grey2{
	color:#999;
}
.type_grey3{
	color:#333;
}
.type_white1{
	color: #fff;;
}

.headline1{
	color:#ddd;
	font-size:30px;
	line-height:40px;
}

.type_serif1{
	font-family:Georgia, Helvetica, sans serif;
	font-style:italic;
	font-size:21px;
	line-height:30px;
}

.line_grey1{
	height:1px;
	background-color:#ddd;
	margin: 5px 0 5px 0;
}








/*   basics   */

#basic-accordian{
	position:inherit;
}

#head1{
	height:195px;
	margin: 0 15px 0 15px;
}

#bottom1{
	height:100px;
	vertical-align: bottom;
}

.adresser1{
	background-color:#000;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	float:left;
}

.child1{
	border-top:1px dashed #bbb;
	padding:15px;
	margin:0 15px 0 15px;
	background:#fff;
	overflow: hidden;
}

.child2{
	border-top:1px dashed #bbb;
	padding:15px;
	margin:0 15px 0 15px;
	background:#ddd;
	overflow: hidden;
}

.box1{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:265px;
	height:180px;
	padding: 10px;
	float: left;
	margin:0 0 5px 5px;
	background-color:#ccc;
}

.box2{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:120px;
	height:180px;
	padding: 10px;
	float: left;
	margin:0 0 5px 5px;
	background-color:#ccc;
}

.infotext1{
	color: #fff;
	background-color:#000;
	padding:2px 5px 2px 5px;
}






/*   index   */

.accordion_headings{
	border-top:1px solid #bbb;
	padding:5px 15px 5px 15px;
	margin:0 15px 0 15px;
	background:#fff;
	color:#333;
	cursor:pointer;
	font-size:30px;
	line-height:40px;
}

.accordion_headings:hover{
	background:#ddd;
}

.header_highlight{
	background:#fff;
}

.accordion_child{
	margin:0 15px 0 15px;
	padding:5px 15px 5px 15px;
	background:#fff;
	overflow: hidden;
}







/*   work   */

.work_navi1{
	right:25px;
	top:150px;
	position:fixed;
}

.arrow{
	
	float:right;
}

.arrow_ri{
	right: 0px;
	float:right;
}

.work_heading1{
	border-top:1px solid #bbb;
	padding:5px 15px 5px 15px;
	margin:0 15px 0 15px;
	background:#fff;
	color:#333;
	font-size:30px;
	line-height:40px;
}

.work_bilder1{
	width:575px;
	margin: 0 auto;
}

.work_credit1{
	border-top:1px solid #bbb;
	padding:5px 15px 5px 15px;
	margin:0 15px 0 15px;
	background:#ddd;
	color:#333;
	font-size:30px;
	line-height:40px;
}

.work_pages1{
	border-top:1px solid #bbb;
	padding:10px 15px 0 15px;
	margin:0 15px 0 15px;
	background:#fff;
	text-align:center;
	color:#ddd;
	height: 45px;
}

.seite1{
	width:34px;
	height:34px;
	color:#fff;
	padding: 9px 0 0 0;
	text-align:center;
	float:left;
	font-size:12px;
	line-height:17px;
	background-repeat:no-repeat;
}















