/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	background: #fff;
	text-align: left;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;  color: black; text-decoration: underline;}
a:active { text-decoration:line-through;  }
a:visited { text-decoration: underline; color: black;}
a:hover { text-decoration: line-through; }

a img { : none; }

/*Header & Menu
*/

#menu {
	background: none repeat scroll 0 0 white;
    position: fixed;
    height: 90px;
    width: 100%;
    top:0;
}

.head {
	margin: 0 0 0 40px;
	padding: 0 0 0 10px;
	position: absolute;
	border-left-style:solid; border-left-width:15px;
}

.head a:link {
	text-decoration: none;
}

.head a:hover {
	text-decoration: line-through;
}

.head a:visited {
	text-decoration: none;
}

#menu ul {
	list-style-type: none;
	float:right;
	overflow: visible;
	margin:  25px 140px 0 0;
	font-size: 8pt;
}

#menu li {
	display: inline;
	position: relative;
	padding: 0 10px 0 0;
	z-index: 4;
}

#menu li a {
	padding: 5px 10px;
	color:white;
	background-color: black;
	text-decoration: none;
}

#menu li a:hover, #navigation li a#current {
	color: white;
	text-decoration: line-through;
} 

/*Startseite
*/

#link {
	padding: 0;  
    margin: -215px auto auto auto;
 	width: 800px;
 	height: 260px;
 	z-index: 10000;
 	position: absolute;
}

#slideshow {    
	border-top:1px solid black;
	border-bottom:1px solid black;
    padding: 0;  
    top: 50px; 
 	width: 800px;
 	height: 250px;
 	margin: auto;
 	z-index: -1;
} 
 
#slideshow img {    
	border: 0;
} 

#thumbs_zusammen {
	width: 800px;
	margin:auto;
	left:50%;
	z-index: -1;
}

#thumbs_zusammen a:link {
	text-decoration: none;
}

#thumbs_zusammen a:hover {
	text-decoration: line-through;
}

#thumbs_zusammen a:visited {
	text-decoration: none;
}

.thumbs2 {
	float: left;
	margin: 20px 0 0 0;
	width: 200px;
	height: 300px;
}

.social {
	margin: 75px 0 0 0;
	float: left;
	width: 100px;
	height: 198px;
	text-align: center;
	line-height: 200%;
	font-size: 8pt;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

/*Vita
*/

#vita {
	margin-left: 30px;
	top:90px;
	float: left;
	position: absolute;
	width: 900px;
	font-size: 9pt;
	text-transform: none;
	letter-spacing: 0;	
	line-height: 160%;

}

.portrait {
	width: 300px;
	height: 400px;
	float: left;

}

.vita-text {
	width: 320px;
	float: left;
	margin: 0 10px 0 20px;
}

.vita-extra {
	width: 200px;
	float: left;
	height: 495px;
	margin: 0 20px 0 10px;
	padding-left: 10px;
	border-left:1px solid black;
	border-left:1px solid black;
}

/*Vita
*/

.kontakt1 {
	width: 300px;
	height: 200px;
	float: left;
	text-transform: uppercase;
}

.kontakt2 {
	width: 180px;
	float: left;
	height: 200px;
	margin: 0 10px 0 5px;
	padding-left: 10px;
	border-left:1px solid black;
	border-left:1px solid black;
}

.kontakt3 {
	width: 100px;
	float: left;
	height: 200px;
	margin: 0 10px 0 5px;
	padding-left: 10px;
	border-left:1px solid black;
	border-left:1px solid black;
	text-align: center;
}

.kontakt4 {
	width: 220px;
	float: left;
	height: 200px;
	margin: 0 10px 0 5px;
	padding-left: 10px;
	border-left:1px solid black;
	border-left:1px solid black;
}

/*Projektseite
*/

.thumbs {
	float: left;
	margin: 0 0;
	max-width: 200px;
	height: 300px;
}


.pics {
    width: 200px;
    height: 200px;
    vertical-align: middle;
}

.text {
	border-top-style:solid; border-top-width:1px;
 	text-align:center;
 	margin: 10px 30px 0 30px;
 	padding-top: 20px;
}

.copy {
	font-size: 9pt;
	text-transform: none;
	letter-spacing: 0;	
	line-height: 160%;
}

/*Contentseiten
*/

.section-5 {
	margin: 50px auto 0 auto;
}

#s1 {
	position: absolute;
	top: 120px;
	left: 345px;
}

.nothumb {
	position: absolute;
	top: 100px;
	left: 345px;
}

#contentsite {
	margin: 100px  0 0 30px;
	width: 280px;
	padding-right:10px;
	height:552px;
	border-right-style:solid; border-right-width:1px;

}

#content {	
	margin: 50px 10px 10px 10px; 
}

.container {
}

#content p {  }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 24px; line-height: 26px; margin-bottom: 5px;  }
h2 { font-size: 10px; line-height: 120%; margin-top: -10px; font-weight: lighter; letter-spacing: 0 }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 0; 
	padding: 0;
	z-index: 1;
	float:right;
}

#img-container p	{ 
	max-width: 400px;
	position: absolute;
	top: 100px;
	left: 345px; 
	margin: 0; 
}

p.nav {
	display: block;
    width: 600px;
    padding-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;   
    text-transform: uppercase;   
    font-size: 8pt;  
    text-decoration: none;
}

p.nav a {
	text-decoration: none;
}
     
#once { clear: left; }
