*{
	margin: 0;
	padding: 0;	
	color: #bfbfbf;
}
body{
	font-family: verdana, sans-serif;	
	font-size: 12px;
	font-weight: normal;
}
#pagecontainer{
	margin: 15px auto;
	height: 550px;
	width: 900px;				
}
#header{
	width: 100%;
	height: 45px;
}
#content{
	border: 1px solid #e1e1e1;
	width: 100%;
	height: 460px;
}
#footer{
	padding-top: 5px;
	color: #c6c6c6;
}

/*header*/
#logo{
	height: 45px;
	width: 170px;				
	text-align: right;
}
h1, h1 a, h1 a:hover{
	color: #858585;
	font-size: 27px;
	font-weight: normal;
	border: 0;
}
h2{
	color: #bfbfbf;
	font-size: 10px;
	font-weight: normal;
	margin-top: -5px;
}

/*footer*/
a{
	text-decoration: none;
}
a:hover{
	border-bottom: 1px dashed #bfbfbf;
	color: #858585
}

#contact{
	width: 180px;
	float: left;
	text-align: left;
}
#imagenavi{
	width: 540px;
	text-align: center;
	float: left;
}
#copyright{
	width: 180px;
	float: left;
	text-align: right;
}


#menu{
	margin-top: 60px;
	text-align: center;	
}

#menu img{
	margin: 5px;
	border: 0;
}

#menu a:hover, #slide a:hover{
	border: 0;	
}

#back{
	margin-left: 5px;
}

a.tooltipPortfolio span {
	display:none; 
	padding:2px 3px; 
	margin-left:0px; 
	width:100px;
	}
a.tooltipPortfolio:hover span{
	display:inline; 
	position:absolute; 
	margin-left: -101px;
	margin-top: 330px;
	text-align:center; 
	background:#FFFFFF; 
	border:1px solid #808080; 
	color:#6c6c6c;
}


/*contact*/
form{
	margin-top: 60px;
	margin-left: 10px;
	width: 444px;
	border-right: solid #d8d8d8 1px; 
	float:left;
}
input{
	margin-bottom: 4px;		
	width: 300px;	
	font-family:verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #d8d8d8;
}
textarea{
	margin-bottom: 4px;		
	width: 300px;
	height: 200px;	
	font-family:verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #d8d8d8;
}
label{
	margin-bottom: 4px;	
	width: 100px;
	float: left;			
}

/*impressum*/
#impressum{
	text-align:left;
	float:left;
	margin-top: 60px; /*same as form*/
	margin-left: 30px;	
}

