/* CSS Document */


#head {
	position:absolute;
	top:9px;
	left:38px;
	width:950px;
	height:80px;
	z-index:1;
	background-color:transparent;
	}
	
#head1 {
	position:absolute;
	top:0px;
	left:0px;
	width:165px;
	height:120px;
	overflow:visible;
	}	

#head2 {
	position:absolute;
	top:0px;
	left:165px;
	width:180px;
	height:100px;
	}		

#head3 {
	position:absolute;
	top:0px;
	left:345px;
	width:180px;
	height:100px;
	}			

#head4 {
	position:absolute;
	top:0px;
	left:525px;
	width:180px;
	height:100px;
	}				



	
#projects{
	position:absolute;
	top:118px;
	left:30px;
	width:230px;
	height:1000px;
	z-index:1;
		}	

#bildarea{
	position:absolute;
	top:124px;
	left:320px;
	width:620px;
	height:900px;
	z-index:2;
	}	
	
#bildareastart{
	position:absolute;
	top:121px;
	left:256px;
	width:500px;
	height:900px;
	z-index:2;
	}			
	
.borderit img{
border: none; vertical-align:top; 

}

.borderit:hover img{
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}		
	
	
textarea{
  	overflow: auto;
  	border: none;
	font-family:"Times New Roman", Times, serif; font-size: 12px; line-height:14px;
	color:#0099FF;
	position:absolute;
	left:20px;
	top:520px;
	z-index:3;
	background-color:transparent;
	}		
	
#bildnavi{
	position:absolute; 
	left:-90px; 
	top:320px; 
	width:120px;
	height:120px;
	padding-top: 46px;
	padding-left: 34px;
	z-index:-1;
	background-image:url(img/navicircle.jpg);
	background-repeat:no-repeat;

	}		

#exit{
	position:absolute; 
	left:-30px; 
	top:38px; 
	width:200px; 
	height:100px; 
	z-index:3;
		}
		
	
	
	
	
.navi { font-family: Monaco, Verdana, "Courier New", monospaced; font-size: 10px; line-height:14px; }
.navi2 { font-family: Monaco, Verdana, "Courier New", monospaced; font-size: 10px; line-height:14px; color: #FF0000; text-decoration:none; }
.vita { font-family:"Times New Roman", Times, serif; font-size: 9px; line-height:9px; letter-spacing:0.1em; }
.cont { font-family:"Times New Roman", Times, serif; font-size: 14px; line-height:15px; color:#000000; font-weight:bold; font-style:italic; }	
.cont2 { font-family:"Times New Roman", Times, serif; font-size: 14px; line-height:15px; font-weight:bold; font-style:italic;  color:#0099FF; }			


a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: none; color: #FF0000; }
a:active { text-decoration: underline; color: #FF0000; }
