/*	121,121,0  ist Gelb
	0,64,0 ist Grün	
	255,255,255 ist weiss		
*/


a:link
{
	color: rgb(121,121,0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;

}
a:visited
{
	color: rgb(121,121,0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
} 
a:hover
{
	color: rgb(121,121,0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
a:active
{
	color: rgb(121,121,0);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}

label.inactiv
{
	color: grey
}

legend.inactiv
{
	color: grey
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color: rgb(121,121,0); 
*/
	background-color: rgb(0,64,0); 
	color: rgb(121,121,0);
/*	color: rgb(0,64,0);
*/
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	text-align:left;
	overflow:hidden;
}

/* Tabellen */
table
{
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: rgb(0,64,0);
 
	border-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgb(0,64,0); 
	color: rgb(121,121,0);
}
table.header
{
	width: 20%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	border-style: solid;

}

table.frame

{

	border-color: rgb(0,255,128);
	border-style: none;
	text-align:left;

}


/* Tabellen-Daten */
td
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	vertical-align: top;
	border-style: none;
	border-width: 1px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.header_1
{
	
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	white-space: nowrap;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: rgb(121,121,0);
	padding-top: 10px;
	padding-right: 0px;

}

td.header_2
{
	
	white-space: nowrap;
	font-size: 14px;
	padding-bottom:0px;
}
td.header_menue
{	
	white-space: nowrap;
	background-color: rgb(0,64,0);
	text-align: right;
	padding-top:0px;
	padding-bottom:1px;
	padding-right: 0px;


}

td.frame
{
	width: 50%
;
}

td.ZeileHell
{
	background-color:rgb(0,80,0);
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
td.ZeileDunkel
{
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

/*Bilder*/
img
{
	border-style: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 1px;
	padding: 0px;
	cursor: pointer;
}

img.main
{
	border-style: solid;
	border-width: 8px;
	border-color: rgb(121,121,0);

}

img.pics
{

	margin:3px;
}

/*Sonstiges*/
div
{
	width: 100%;
	border-style: solid;
	border: 3px;
	border-color: rgb(0,64,0);
	background-color: rgb(121,121,0);
	margin-bottom: 5px;
	margin-top: 120px;
	padding: 10px;
	white-space: nowrap;
	color: rgb(0,64,0);
	font-weight: bold;

}
div.bottom
{
	
	border-style: none;
	border: 3px;
	margin-bottom: 0px;
	padding: 5px;
	white-space: nowrap;
	height: 15px;
	font-size: 9px;
	font-weight: bold;
	background-color: rgb(0,64,0);
	color: rgb(121,121,0);
}
div.picture
{
	height: 450px;
	width: 300px;
	border-style: none;
	background-color: rgb(0,64,0);
	margin-top: 0px;


}
iframe
{
	margin-top: 15px;
	width: 100%;
	height: 480px;
	border-style: solid;
	border-color: rgb(121,121,0);

}

button
{
	height: 18px;
	background-image: url("../images/button.gif");
	background-repeat: no-repeat;
	background-position: center;
	color: rgb(0,64,0);
	font-weight: bold;
 	margin-bottom: 0px;
 	margin-top: 0px;
 	margin-left: 5px;
 	margin-right: 5px;
 	padding-bottom: 0px;
 	padding-left: 3px;
 	padding-right: 3px;
	background-color: transparent;
	font-size: 12px;
	width: 80px;
	border-style: none;
	cursor: pointer;
}
button.titel
{
	height: 34px;
	width: 192px;
	background-image: url("../images/titel.gif");	
	background-position: center;
	padding: 0px;
	margin:0px;

}

span
{
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 9px;

}

span.ohne
{
	text-decoration: underline;

}

h3
{
	margin-top: 0px;
	font-size:16px;
	font-family: Lucida Calligraphy;

}

p

{
	font-family: Lucida Calligraphy;
	margin-top: 100px;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 32px;

}

