body 	
{
    background-image:url('img/body_bg.gif');
	background-repeat:repeat-x;
	background-color: #F2F3A9;
	padding: 32px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

body, td, input, textarea, select
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

body.popup
{
    background-image:url('img/spacer.gif');
	background-color: #FFFFFF;
}

.shadow_left
{
    background-image:url('img/schatten_links_bg.gif');
	background-repeat:repeat-y;
}

.shadow_right
{
    background-image:url('img/schatten_rechts_bg.gif');
	background-repeat:repeat-y;
}

.green-border
{
	background-color:#899266;
}

.green-border-left
{
	border-left: solid 1px #899266;
}

.green-border-right
{
	border-right: solid 1px #899266;
}

.green-border-left-right
{
	border-left: solid 1px #899266;
	border-right: solid 1px #899266;
}

.bg_white
{
	background-color: #FFFFFF;
}

.bg_kachel
{
    background-image:url('img/element_kachel.gif');
}

.nowrap
{
	white-space:nowrap;
}

.element_unten_schatten
{
    background-image:url('img/element_schatten_unten.gif');
	background-repeat:repeat-x;
}

.bg_hellrot
{
	background-color: #E4C0BA;
}

.bg_gruen
{
	background-color: #E4B600;
}

.margin_right_5
{
	margin-right:5px;
}

.margin_left_5
{
	margin-left:5px;
}

.text-weiss
{
	color:#FFFFFF;
}

.text-xgross
{
	font-size:15px;
}

.text-dunkelrot
{
	color:#561111;
}

.text-gruen
{
	color:#709758;
}

.text-rot
{
	color:#FF0000;
}

.text-weiss, .text-dunkelrot
{
	line-height:16px;
}

.text-dunkelgruen2
{
	color: #445C36;
}

.downbythree
{
	position: relative;
	top: 3px;
}

.element-oben-grau
{
	background-image: url('img/element_bg_grau.gif');
	border: solid 1px #899266;
	color: #FFFFFF;
	font-size:12px;
	font-weight:900;
}

.bg-grau-padding
{
	background-color: #C8C8C8;
	padding:5px;
}

.bg-hellgrau-padding
{
	background-color: #E0E0E0;
	padding:5px;
}

a:link           { text-decoration:none; font-size:11px; color:#561111;  }
a:visited        { text-decoration:none; font-size:11px; color:#561111;  }
a:active         { text-decoration:none; font-size:11px; color:#561111;  }
a:hover          { text-decoration:underline; font-size:11px; color:#561111;  }

a:link.gruen           { text-decoration:none; font-size:11px; color:#899266;  }
a:visited.gruen        { text-decoration:none; font-size:11px; color:#899266;  }
a:active.gruen         { text-decoration:none; font-size:11px; color:#899266;  }
a:hover.gruen          { text-decoration:underline; font-size:11px; color:#899266;  } 
