/* - - - - - - - - - - - - - - - - - 
written by http://www.visioprint.ch
Staffelstrasse 8  -  CH-8045 Zurich
- - - - - - - - - - - - - - - - - - */



/* ------- basics --------*/

body { 
font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
font-size: 11px; 
letter-spacing: 0.1em; 
color: #000; 
background-color: #fff; 
margin: 0px; 
} 

a:link, a:visited, a:active { 
color: #039;
text-decoration: none; 
}
a:hover, a:visited:hover { 
color: #000; 
text-decoration: underline; 
}	

p { 
font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
margin: 0; 
padding: 0; 
} 

img { 
border: 0px; 
} 



/*------- boxes --------*/

#header { 
position: relative; 
z-index: 10; 
width: 85%; 
height: 30px; 
margin: 0 0 0 50px; 
padding: 20px 0 0 0; 
} 

#navigation { 
position: relative; 
z-index: 10; 
width: 395px; 
height: 50px; 
margin: 0 0 50px 50px; 
border-right: 3px solid #039; 
} 

.content { 
position: relative; 
z-index: 10; 
width: 85%; 
margin: 0 0 0 50px; 
clear: both; 
} 

.I { 
z-index: 10; 
width: 30%; 
border: 0px dashed #f00; 
margin: 0 2% 40px 0; 
float: left; 
} 

.II { 
z-index: 10; 
width: 62%; 
border: 0px dashed #f00; 
margin: 0 2% 40px 0; 
float: left;  
} 

.III { 
z-index: 10; 
width: 94%; 
border: 0px dashed #f00; 
margin: 0 2% 40px 0; 
float: left; 
} 

#bottomline { 
position: relative; 
z-index: 10; 
margin: 30px 0 50px 50px; 
padding-left: 395px; 
clear: both; 
} 



/* -- typefaces -- */

h1 , h2 , ol , .lead , .ltk , ul , option , .input , .navpulldown , .pulldown , .a { 
font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif; 
} 


h1 { 
font-size: 18px; 
line-height: 24px; 
color: #039; 
letter-spacing: 0.1em; 
margin: 10px 0 25px 0; 
} 

h2 { 
font-size: 12px; 
line-height: 16px; 
color: #000; 
letter-spacing: 0.1em; 
margin: 0 0 5px 0; 
} 

h3 { 
font-size: 12px; 
line-height: 16px; 
color: #039; 
letter-spacing: 0.1em; 
margin: 0 0 15px 0; 
padding-top: 20px; 
} 

ol { 
list-style: circle; 
padding: 0 0 0 12px; 
margin: 0px; 
} 
ol li { 
list-style: circle; 
} 

.lead { 
font-size: 12px; 
line-height: 14px; 
color: #039; 
letter-spacing: 0.1em; 
} 

.ltk { 
font-size: 11px; 
line-height: 14px; 
color: #000; 
letter-spacing: 0.1em; 
} 

