

#modal_container {  
    padding:5px;  
    background-color:#fff;  
    border:1px solid #ccc;  
    overflow:auto;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
    text-align:left;  
} 
 
#modal_overlay {  
} 

ul.tabs {
border-bottom:1px solid #ccc;
clear:both;
height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
ul.tabs li {
float:left;
margin-right:7px;
text-align:center;
}

#main ul.tabs li a {
color:#666666;
display:block;
height:20px;
padding-right: 6px;
padding-left: 6px;
width:auto;
}

ul.tabs li a:hover {
color:#666666;
}
ul.tabs li a.active {
background-color:#DDDDDD;
} 

#main_container {
	background-color: white;
	border: 1px solid #ccc;

}

div.file {
	white-space: nowrap;
}
div.close {
	background-color:#EEEEEE;
	width:100%;
	height:24px;
	clear:both;
	padding:0;
}
div.ntlsform {
	margin-top:20px;
    clear:both
	}
img.modalclose {
	text-align:right;
    float:right;
	background-image: url(../grafik/abbrechen.gif);
	margin:2px 2px 0 0;
}

#inhalt .stelle {
	width: 100%;
    <!-- margin-bottom:30px -->
}

#inhalt .stellehidden {
    margin-bottom:0px
}

.dir b { display:block; float:left; }
div.dirlist { float:left; clear:none; padding-left  :5px }
.dir span { display:block }
div.dirclear { clear:both }
 
.items td.von, .items td.bis ,
.items td.note, .items td.typ
{
width: 50px;
}
.items td.taetigkeit,
.items td.bemerkung
{
width:17em;
}

a.modal {
background: none repeat scroll 0 0;
font-size:10px;
color:#333;
float:left;
padding:2px;
text-decoration:underline;
}
a.modal:hover {
color:#336699;
}

a.detaillink { 
	display:none;
}

td.actions {
	padding-top:15px;
}


