.textfield {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
    font-size: 10px;
}
.button {
    border: 1px solid #CCC;
    background: #DDD;
    color: #333;
}

select {
    border: 1px solid #CCC;
    background: #FFF;
    color: #000;        
}

body {
    background: #C8DBDE;
    overflow-x: hidden;        
}
.nav_div {
    height: 100%; 
    width: 100%; 
    padding: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
}
.nav_header, .nav_link:link, .nav_link:visited {
    color: #90BABF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;        
    text-decoration: none;
    line-height: 16px;
}
.nav_link:active, .nav_link:hover {
    color: #FFF;
}

#content {
    overflow: auto;
    width: 488px;
    height: 145px;
    margin: 0px;
    padding: 0px;

}
#inner_content {
    padding: 10px;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;        
    
}
#headline {
    padding: 10px;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;        
    font-weight: bold;     
    height: 10px; 
    margin: 0px; 
}
a:link, a:active, a:visited {
    color: #00358B;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;        
    text-decoration: none;
    line-height: 16px;        
}
#img_col {
    font-size: 0px;
    /*border-bottom: 1px solid #FFF; */
    height: 216px; 
    width: 488px;
    padding: 0px; 
    overflow: hidden; 
    vertical-align:top;   
}
#right_top_col {
    height: 216px; 
    overflow: hidden; 
    background: #F00; 
    font-size: 0px;
    /*border-bottom: 1px solid #FFF; */
    width: 175px;
    padding: 0px;
    vertical-align:top;        
}

/* CSS Document */
#spalte_schuldenzaehler{
	width: 155px;
	height: 80px;
	background-image:url(/images/zinsuhr.png);
	background-repeat: no-repeat;
	margin-top:9px;
}

.zaehler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 35px;
	text-align: center;
}
