/* style für tree - allgemein */  
 * {margin:0; padding:0;}
 
body {
background-color:#f1f1f1;
}

td {
font-size: 69%; 
font-family: verdana; 
text-decoration: none; 
white-space:nowrap;
}

a  {
text-decoration: none; 
color: #333;
}

a:hover {
text-decoration: none; 
color: #f30;
}

#tree {  
margin: 20px 0 0 10px; 
padding: 0;
}

/* Baum, LeuchtTisch, etc. */

#baum ul {
margin: 20px 0 0 0;
padding: 0 0 20px 0;
list-style: none;
border-bottom: 1px solid #ccc;
}

#baum li a:link, #baum li a:visited {
color: #333;
position: relative;
display: block;
width: 120px;
height: 25px;
text-align: center;
text-decoration: none;
line-height: 23px;
background: #fff;
font-size: 11px;
font-family: verdana;
border: 1px solid #ccc;
margin: 0 0 4px 50px;
}

#baum li a:hover {
color: #f30;
}

#baum li a:link.activ, #baum li a:visited.activ {
color: #f30;
}


/* Tabb Tree */

#tabbTree 			{ width:100%; height:28px; vertical-align:top;}
#tabbTree .bgli 	{ width:7px; background:url(../images/tabbTreeLi.gif); }
#tabbTree .bgm { width:16px; background:url(../images/tabbTreeM.gif); }
#tabbTree .bgm { width:16px; background:url(../images/tabbTreeM.gif); }
#tabbTree .bgre { width:10px; background:url(../images/tabbTreeRe.gif); }

#tabbTree .tdBorder { background-color:#FFF; color:#339; border-bottom:1px solid#339;} 
#tabbTree a { font-size:11px; color:#339; font-family:Verdana,sans-serif; } 
#tabbTree .activ {  color:#f30;} 
#tabbTree .passiv { color:#339; } 
 

/* Erw. Suche */
#main {
background-color:#fff; 
padding:8px 0px 8px 8px;  
border:4px solid#CCC;
}

#main b { 
display:block; 
color:#339; 
font-size: 10px; 
font-family: verdana,helvetica; 
text-decoration: none; 
margin:4px 0px 0px 0px; 
}

#main p {
display:block; 
color:#339; 
font-size: 10px; 
font-family: verdana,helvetica; 
text-decoration: none;
}

#main .inputTXT {
color:#339;
font-size: 10px;
font-family: verdana,helvetica;
}
#main input {
color:#339; 
font-size: 9px; 
font-family: verdana; 
margin:4px 0px 0px 0px;
}

#main .submit { 
margin: 3px 0px 0px 100px;
}

/* LeuchtTisch */
.thumbs {
float:left; 
margin: 3px 3px 3px 30px;
width:150px;
background: url(../images/bild_bgrnd_big.gif) no-repeat;
}

.thumbs img {
padding:0;
}

.thumbs .picName {
font-size:10px;
color:#339;
font-family:Helvetica,Arial,sans-serif;
}



