/**
 * ----------------------------------------------------------
 * Copyright (c) 2009  casasoft.ch GmbH  
 *                     www.casasoft.ch  info@casasoft.ch
 * ----------------------------------------------------------
 *
 * CCS-Definition für Layout 
 *
 *
 * @author      Basil Martin
 * @copyright   casasoft.ch GmbH 
 * @version     1.0 | 16.05.2009
 */
 
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
    color:#000066;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
    font-size:12px;
}

a:visited { 
    color: #000066;
}
                
a:hover {
    color: #000066;
}

a:active {
    color: #000066
}

body {  
    color:#000066;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
	font-size:12px;
}		
		
input { 
    color:#000066;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
    font-size:12px;
    width:180px;
}
                
textarea {
    color:#000066;
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 
    font-size:12px;
    height:80px;
    width:270px;
}		
		
#contact {
    margin-top:40px;
    text-align:left;
    width:350px;
}		
		
#contact div {
    margin-bottom: 3px;
}		
		
#contact label {
    display:block;
    float:left;
    width:70px;
}		

table th {
    border-top:1px solid #FFF;
    text-align:left;
}		

table td {
    border-top:1px solid #FFF;
}
