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

html {
	height: 100%;
}

body {
	background: #ffffff url(../img/bg_texturen_imgs/bg_bg_textur.jpg) center top;
	height: 100%;
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 11px;
	color: #333;
}

#outercontainer {
	background:url(../img/bg_texturen_imgs/bg_bg_top.jpg) no-repeat center top;
	height: 100%;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	padding: 0;
	background: #fff url(../img/bg_texturen_imgs/content_bg_textur.jpg) repeat-y center top;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#content {
	padding: 0 20px 50px 20px;
	background:url(../img/bg_texturen_imgs/content_bg_top.jpg) no-repeat;
}

#header {
	height: 160px;
	background: url(../img/linie960_1px.jpg) no-repeat bottom left;
	position: relative;
}

#logo {
	padding-top: 30px;
}

#contactheader {
	position: absolute;
	left: 720px;
	top: 50px;
}

#colmain {
	padding-top: 30px;
}

#colright {

}

#colleft {
	padding-top: 15px;
	background: url(../img/navilinie.jpg) repeat-y top right;
}

#nav {
	margin: 0 20px 0 0;
	list-style: none;
	padding: 0;
}

#nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	line-height: normal;
	clear: both;
}

#nav li a {
	display: block;
	text-indent: -9000px;
	float: right;
}


#nav li a.portfolio,  #nav li a.portfolio_active {
	background:url(../img/portfolio.jpg) no-repeat right top;
	width: 64px;
	height: 16px;
	overflow: hidden;	
}

#nav li a.portfolio:hover, #nav li a.portfolio_active, #nav li a.portfolio_active:hover {
	background:url(../img/portfolio_active.jpg) no-repeat right top;
}

#nav li a.about, #nav li a.about_active {
	background:url(../img/about.jpg) no-repeat right top;
	width: 43px;
	height: 16px;
	overflow: hidden;	
}

#nav li a.about:hover, #nav li a.about_active, #nav li a.about_active:hover {
	background:url(../img/about_active.jpg) no-repeat right top;
}

#projectlist {
	
}

.project {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

h1 {
	font-family: "trebuchet MS",sans-serif;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 17px;
	
}

h3 {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: -2px;
	line-height: 15px;
}

h6 {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	line-height: 16px;
}

p,li{
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 11px;
	line-height: 16px;
}

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

.projectimage {
	background: url(../img/projektfenster.jpg) no-repeat;
	width: 460px;
	height: 300px;
	overflow: hidden;
}

.projectimage img {
	padding: 7px;  
    width:  446px; 
    height: 286px; 
    top:  0; 
    left: 0;
	display: block;
}

.projectdetails {
	position: relative;
	height: 300px;
}

.projectdetails p, .projectdetails h3 {
	margin-right: 15px;
}

.addinfo {
	position: absolute;
	bottom: 0;
}

.facts p {
	margin: 0;
	padding: 0;
	line-height: 15px;
	
}

.facts span {
	font-size: 10px;
}

a.projectlink {
	font-weight: bold;
	margin-top: 18px;
	display: block;
}

ul.screennav {
	margin: 20px 0 0 0;
	padding: 0;
	display: none;
}

ul.screennav li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	
}

ul.screennav li a, ul.screennav li a:link {
	width: 15px;
	height: 15px;
	background:url(../img/screenbutton.jpg) no-repeat;
	margin-right: 5px;
	margin-top: 5px;
	display: block;
}

ul.screennav li a.visitedSlide  {
	background:url(../img/screenbutton_visited.jpg) no-repeat;
}

ul.screennav li a:hover, ul.screennav li a:active, ul.screennav li a.activeSlide {
	background:url(../img/screenbutton_active.jpg) no-repeat;
}

ul.downloads {
	margin: 27px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.downloads li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.downloads li a {
	font-weight: bold;
	line-height: 16px;
}

