/* Backend-Formatierungen */
#admin{
		padding-left:28px;
		margin-top:25px;
		margin-bottom:60px;
}
#eintraege tr td{
    border-top: 1px solid #DFDFDF;
    padding:7px 7px 7px 7px;
    background-color:#EFEFEF;
}
#eintraege tr td:hover{
    background-color:#BDCCD1;
}
#eintraege tr .tf:hover{
    background-color:#EFEFEF;
}
.tf input:hover{
	  background-color:#ADC0C6;
}
#eintraege tr th{
		color: #727272;
		padding-top:2px;
		padding-left:7px;
		background-color: #E2E2E2;    
		text-align:left;
}
#eintraege{
	    width:520px;	
}
#eintraege tr td input{
    border:0;
    height:25px;
    width:240px;
}
#eintraege tr td input.tab_go_si_input,#eintraege tr td input.submit_tb_go_si{
    width:80px;
}
.checkbox_td{
	text-align:center;
}
p.headline{
	color: #6F8789;
    font-size: 1.4em;
	margin:0;
	padding:0;
}
	
.checkbox{
	width:20px;
}
.tf input{
	  background-color:#B4C5CC;
}
#eintraege{
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #6A6A6A;
}
#submit{
		background-image:url(../../submit.png);
}

/* Frontend-Formatierungen */
.col1{ 
		width:143px; 
		background-color: #F3F3F3;        
}
.col2{ 
		width:57px; 
		background-color: #F3F3F3;        
}
.preise_table{
		font-size:8pt;
    line-height:1.5;
}
.preise_table tr td{
    border-top: 1px solid #DFDFDF;
    padding-left:2p;
}
.preise_table tr th{
		font-weight:normal;
		text-align:left;
}
.spacer{
		padding-top:5px;
}
html #right{
		background-color:#ffffff;
}
#right {
	width: 679px;
}