body {
	background-color: #7d910f;
	background-image: url(grafik/page/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:Link	{
	font-size : 11px; 
	color : #7d910f; 
	font-family : Tahoma;
}

A:Visited	{
	font-size : 11px; 
	color : #7d910f; 
	font-family : Tahoma;
}

A:Active	{
	font-size : 11px; 
	color : #7d910f; 
	font-family : Tahoma;
}

A:Hover	{
	font-size : 11px; 
	color : Black; 
	font-family : Tahoma;
	text-decoration: none;
}

td	{
	font-size : 11px; 
	color : #7d910f; 
	font-family : Tahoma;
}

.smallText {
	font-size : 9px; 
	color : #7d910f; 
	font-family : Arial;
}

.smallTextGray {
	font-size : 9px; 
	color : Gray;
	font-family : Arial;
}

.border {
border: #7d910f;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

.pageBorder {
border: #a4a4a4;
border-style: solid;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
background-color: White;
}

.infoBox {
border: #a4a4a4;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: #f6f6f6;
}


/* warning to IE6 users */ 
p#iewarning {
	position: absolute;
	text-align:center;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(grafik/page/ie-warning/ie-warning_bg.gif) repeat-x;
	border-top: 4px solid #f00;
	border-bottom: 2px solid #f00;
	z-index: 100;
}