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

*{
	margin:0;
    padding:0;
    border:0;
}
html {
	height: 100%;
	color: #57575d;
	font-family: Verdana, Arial, sans-serif;
	font-size: smaller;
	}
	
/*background*/

.about{
	height: 100%;
	background: #e1dfdb url(img/bg/bg_about.jpg) no-repeat top center;

}
	
.clients{
	height: 100%;
	background: #e1dfdb url(img/bg/bg_clients.jpg) no-repeat top center;
	 
}
.portfolio {
	height: 100%;
	background: #b4d4e5 url(img/bg/bg_portfolio.jpg) no-repeat top center;
	
}
.portfolio_1 {
	
	height: 100%;
	background: #b4d4e5 url(img/bg/bg_portfolio_1.jpg) no-repeat top center;
}
.contact{
	
	height: 100%;
	background: #e1dfdb url(img/bg/bg_contact.jpg) no-repeat top center;
}
.index_1{
	
	height: 100%;
	background: #e1dfdb url(img/bg/bg_start_red.jpg) no-repeat top center;
	
}	

.impressum
{
	font-family: Verdana, Arial, sans-serif;
	height: 100%;
	background: url(img/bg/bg_impressum.jpg) no-repeat top center;
}	 

.illustration {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color:#666666;
	color: #999999;		
}	
 
/*main elements*/

#container { /*main container*/
	width: 855px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	position: relative;
	top:0px;
}
#container-gal {
	width: 1024px;
	height: 100%;
	position: absolute;
	top: 1px;
	margin: 0 auto;}

h2, h3 {
	font-size: small; 
	font-weight: bold;
	color:#666666}

#text_container_portfolio h2 {
	font-size: small; 
	font-weight: bold;
	color:#666666;
	margin-bottom: 10px } 
	
#logo {
	position: relative; 
	top: 40px;  
    
}
img#crux {
	margin-left: 20px
	
	}
img#crux-gal {
	margin-right: 50px
	
	}	

#text_container_portfolio {
    width: 500px;
	height: 620px;  
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 70px; 
	line-height:20px;}

#text_container {
    width: 400px;
	height: 620px;  
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 70px; 
	line-height:20px;}
	
#text_container_contact{
    width: 230px;
	height: 400px;  
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 185px; /*180px*/
		
}
	
#illustration_container{ /*container galerie*/
	padding-top: 15px;
	width:auto;   	
	height: 100%;
	position: absolute;
	top:1px;
}	



#table_container_personal_works {
    width: 450px;
	height: 620px;  
	margin: 0 auto;
	
	position: relative;
	top: 70px; 
	}
	
#table_container_illustrations{
	width: 600px; 
	height: 620px; 
	position: relative;
	top: 70px; 
	left: 180px;
}
table#pw {
	width: 98%;
	height: 47%; 
	border: 1px;
}
	
table#illustrations {
	width: 97%;
	height: 59%;
 	
}	
table#appliques {
	width: 97%;
	height: 38%;
}
#txt_appliques {
	position: absolute;
	top: 559px;

}
#txt_portraits {
	position: absolute;
	top: 677px;

}
/*links*/	
	
a:link, a:active, a:visited {
 	color: #57575d;
	text-decoration: none}
	

.arrow-red {
background: url(img/arrow.gif) no-repeat center right; 
text-decoration: none; 
padding-right: 15px;
color: #ce5452;  }	

.arrow-red:hover{
background: url(img/arrow_active.gif) no-repeat center right; 
text-decoration: none; 
padding-right: 15px;
color: #ce5452; }	

/*navigation*/

#main_navi {
 	position: absolute;
	top: 97px;
	padding-top:4px; 
		
			}
#main_navi_start {
 	position: absolute;
	top: 103px;
	color: #999999;
	font-size: 1em;
	font-weight: 600;
	line-height: 2.1em;
		
			}
#sub_navi {
	position: absolute;
	top: 740px;
	right: 0px;
}
#sub_navi_illustrations {
	position: absolute;
	top: 1000px;
	right: 0px;
	padding-bottom: 10px
}
#sub_navi li, #sub_navi_illustrations li {
	
	float:left;
	margin-left: 2.6em;
}

#main_navi ul, #main_navi_start ul, #sub_navi ul, #sub_navi_illustrations ul {
	list-style: none; 
			
}

#main_navi ul li ul {
	
	
	margin: 0 0 0 20px; 
	padding-top: 4px;
	
}

#main_navi ul span   {

 	color: #ffffff;
	background-image: url(img/lnk_active.png);
	background-repeat: no-repeat;
	padding: 6px 3px 0px 3px
	
	}

* + html #main_navi ul span {

 	color: #ffffff;
	background-image: url(img/lnk_active.png);
	background-repeat: no-repeat;
	padding: 3px 3px 3px 3px
	
	}




 
#main_navi li {
	margin-bottom: 6px;
}

span#at {
	color: #ce5452;
} 




