body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image : url(images/dom.jpg);
	background-repeat: no-repeat; background-position: left bottom;
	background-color :#E3F4E3
}
table {
font-size : 12px;
}
a.menu:link, a.menu:visited {
	font-family: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
		font-size : 10px;
	color: #ffffff;
	text-decoration: none;
	background-color : #067405;
	display: block;
	padding: 2px 8px 3px 8px;
	
}

a.menu:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : #1F9A1E;
}

a.altmenu:link, a.altmenu:visited {
	font-family: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
		font-size : 10px;
	color: #ff0000;
	text-decoration: none;
	
	
	
}

a.altmenu:hover {
	color: #006600;
	text-decoration: none;
	
}


a.extra:link, a.extra:visited {

	font-family: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
		font-size : 12px;
	color: #000000;
	text-decoration: none;
	
	
	
}

a.extra:hover {

	color: #006600;
	text-decoration: none;
	
}

a.vlad:link, a.vlad:visited{
color: #585858;
	text-decoration: none;
}

a.vlad:hover {
	color: #006600;
	text-decoration: underline;
	
}


.border{
border : 1px solid #649755;
}

.borderlight{
border : 1px solid #CEE6CE;
}



.borderleft{

    border-left : 5px double #AFDDAF;
	
}

.borderbottom{
    width : 580px;
	border-bottom : 1px solid #9fe3a3
	
}

a.runningline:link, a.runningline:visited {
text-decoration: none; 
color:#339900; 
font-size:11px
}

.aktiv{
font-size : 10px;
color: #ffffff;
background-color : #1F9A1E;
	display: block;
	padding: 2px 8px 3px 8px;
}
.contain{
padding: 2px 0px 0px 5px;
}
h3{
color: #0e4f04;
}
.name{
color: #990000;
font-size : 12px;
font-weight : bold
}
.bacground{
background-color : #D7EED7;
border : 1px solid #BEE8BE;
text-align : left;
}




a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;



}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:320px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */

left:34px; /* position:the image */
top:0px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;

}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:240px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:0; 

}
a.screen:hover b img {
text-align:left;
border:1px solid #333333; /* remove the link border */
}
