*{
	margin: 0 auto;
	padding: 0;
}

html{
	height: 100%;
}
/*** ELEMENTS ***/
body {
	background: url(images/bg.jpg) repeat-x #CDCDCD;
	font: 1em normal Tahoma, Geneva, sans-serif;

}
a {
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#wrapper {
	height: 100%;
}
#page{
	width: 960px;
}

#contactline{
	font-size: 0.8em;
	text-align: right;
	height: 14px;
}

#header{
	height: 162px;
	width: 100%;
}
#gallery{
	height: 340px;
}
#logo{
	float: left;
	width: 367px;
	height: 77px;
	padding-top: 15px;
}
#logo a{
	width: 100%;
	height: 100%;
	display: block;
	background-image: url('images/pw59.jpg');
}
#logo a:hover{
	background-image: url('images/logo_over.jpg');
	text-decoration: none;
}

.contenthalf{
	width: 310px;
	padding: 10px 10px 10px 50px;
	float: left;
}
.contenthalf h3{
	color: #666;
}
#teaser{
	width: 350px;
	float: left;
	padding-left: 100px;
}
#teaser p{
	padding: 5px;
}
#teaser ul{
	list-style-type: none;
}
#contenttop h2{
	font-size: 2.2em;
	color: #666;
}
#contentbottom{
	width: 760px;
	font-size: 0.9em;
	border-bottom: #999 1px solid;
	padding-bottom: 20px;
}
#contentbottom p{
	padding: 5px;
}
#contentbottom h3{
	padding: 10px 0px 5px 0px;
}
#contentbottom .bottomhalf {
	float:left;

}
#contentbottom ol.first{
	list-style-type: upper-roman;
	padding-left:20px;
}
#contentbottom ol li ol li{
	list-style-type: decimal;
	font-size: 0.9em;
}
 #footer{
	width: 760px;
	font-size: 0.7em;
	border-top: #ffffff 1px solid;
 }
 #footer p{
 	float: left;
	width: 190px
}
/*** MENU ***/
#navigation{
	float: right;
height: 48px;
}
#navigation ul{
	list-style-type: none;
	padding-top: 30px;
}
#navigation ul li{
	float: left;
	padding-left: 5px;
	height: 48px;
	line-height: 48px;
}

#navigation ul li a{
	text-decoration: none;
	color: #999;
	height: 100%;
	height: 48px;
	float: left;
	text-align: right;
	display: block;
}
#navigation ul li a:hover{
	color: #666;
}
a#portfolio{
	width: 110px;
	background: url('images/cam_grey.jpg') no-repeat left;
	}
a#portfolio:hover{
	
	background: url('images/cam.jpg') no-repeat left;
	}
a#reference{
	background: url('images/reference_grey.jpg') no-repeat left;
	width: 130px;
	}
a#reference:hover{
	background: url('images/reference.jpg') no-repeat left;
	}	
a#contact{
	width: 100px;
	background: url('images/contact_grey.jpg') no-repeat left;
}
a#contact:hover{
	background: url('images/contact.jpg') no-repeat left;
}
a#imprint{
	width: 125px;
	background: url('images/imprint_grey.jpg') no-repeat left;
}
a#imprint:hover{
	background: url('images/imprint.jpg') no-repeat left;
}
/*** FORM ***/
#showcase{
	width: 720px;
	-moz-border-radius:5px 5px 5px 5px;
	background: url('images/showbg.jpg') repeat-x #E6E6E6;
	border:1px solid #AAAAAA;
	display:block;
	text-align: center;
	padding:20px;
}
form{
	width: 400px;
	-moz-border-radius:5px 5px 5px 5px;
	background-color: #E6E6E6;
	border:1px solid #AAAAAA;
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	padding:20px;
}
#form label{
	color:#555555;
	font-size:0.9em;
	font-weight:bold;
}
#form input.text{
	-moz-border-radius:5px;
	background-color: #FFF;
	border:1px solid #BBBBBB;
	display:block;
	font-size:1em;
	height:20px;
	line-height:30px;
	margin:5px 0;	
	padding:5px;
	width:300px;
}
#form textarea{
	-moz-border-radius:5px;
	background-color: #FFF;
	border:1px solid #BBB;
	display:block;
	font-size:1em;
	margin:5px 0;	
	padding:5px;
	width:300px;
}
#form input#submitkontakt{
	
}
 /*** MISC ***/
img {
	border: none;
}
.alignleft{
	float: left;
	padding-right: 5px;
}
div.context{
	width: 460px;
	padding-bottom: 10px;
	text-align: center;
}
span.lineicon{
	line-height: 32px;
	vertical-align: middle;
}
h2#homepage{
	padding: 60px 0px 0px 50px;
}
div#carad{
	-moz-border-radius:5px;
	padding: 5px;
	border:1px solid #BBB;
	width:150px;
	background-color: #fff;
	margin: 0 auto;
	text-align:center;
	font-size: 0.8em;
}
div#carad a{
	text-decoration:none;
}
ul#refs li{
	font-size: 12px;
	padding-left: 3px;
}