/* allgemein */
body{
	background-attachment : fixed;
	background-image : url(images/bg.gif);
	background-repeat : repeat;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#006600;
	scrollbar-darkshadow-color:#006600;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#006600;
	scrollbar-track-color:#FFFFCC;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
a:link {
color : #006600;
text-decoration : underline;
}
a:hover {
color : #006600;
text-decoration : none;
}

/* formular */
input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #006600;
	background-color: transparent;
	width: 180px;
	height: 20px;
}

/* speziell */
img.border{
	border: 1px solid black;
}
.untertitel{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* linkrahmen bilder */
a:link .bild {
border : 1px solid #006600;
text-decoration : none; 
}
a:visited .bild {
border : 1px solid #006600;
text-decoration : none;
}
a:hover .bild {
border : 1px solid yellow;
text-decoration : none;
}