body
{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    background-color: #9D9F94;
    background-image: url("../images/bg.jpg");
    background-repeat: repeat-x;
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

img{
   border: 0px;
}

a{
    color: #EE7300;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

.abstand{
    position: relative; 
    width: 1px; 
    margin: 0px; 
    padding: 0px; 
    font-size: 1px;
}


/* -- styles for left navigation -- */

.navText{
    position: relative;
    text-decoration: none;
    color: #666666;
    left: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

a:hover.navText
{
    color: #FFFFFF;
    background-color: #EE7300;
}	

.navTextOn{
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #EE7300;
    left: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

/* -- styles for content -- */

.boxContent{
    position: relative;
    top: 22px;
    width: 946px;
}

td.cellDark{
    height: 1px;
    background-color: #A6A99D;
}

td.cellLight{
    height: 1px;
    background-color: #E4E5E1;
}

.text{
    color: #474942;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

.boxAseantic{
    position: relative;
    top: 24px;
    width: 946px;
    text-align: right;
}
.textAseantic{
    color: #EFEFED;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

.inputField
{
    	background: #E4E5E1;
    	border: 1px solid #E4E5E1; 
    	color: #000000;
    	font-family: arial, helvetica, sans-serif;
    	font-size: 11px;
	text-decoration: none;
}