/* ################################## */
/* #   Allgemeines                  # */
/* ################################## */


body, td, div
{
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
}

a:link, a:visited, a:hover, a:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #50B543;
}



/* ################################## */
/* #   Navigation                   # */
/* ################################## */


a.metanavi:link, a.metanavi:visited, a.metanavi:hover, a.metanavi:active
{
	font-family : Arial;
	font-size : 9px;
	font-weight : normal;
	color : #000000;
}

a.level1:link, a.level1:visited, a.level1:hover, a.level1:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #5C5C5C;
	text-decoration : none;
}

a.level1hl:link, a.level1hl:visited, a.level1hl:hover, a.level1hl:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #5C5C5C;
	text-decoration : none;
}

a.level2:link, a.level2:visited, a.level2:hover, a.level2:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #5C5C5C;
	text-decoration : none;
}

a.level2hl:link, a.level2hl:visited, a.level2hl:hover, a.level2hl:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #5C5C5C;
	text-decoration : none;
}

a.level3:link, a.level3:visited, a.level3:hover, a.level3:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #5C5C5C;
	text-decoration : none;
}

a.level3hl:link, a.level3hl:visited, a.level3hl:hover, a.level3hl:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #5C5C5C;
	text-decoration : none;
}

a.level4:link, a.level4:visited, a.level4:hover, a.level4:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #5C5C5C;
	text-decoration : none;
}

a.level4hl:link, a.level4hl:visited, a.level4hl:hover, a.level4hl:active
{
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #5C5C5C;
	text-decoration : none;
}



/* ################################## */
/* #   Elemente                     # */
/* ################################## */


.headline
{
	font-family : Arial;
	font-size : 15px;
	font-weight : bold;
	color : #50B543;
}

.headline2
{
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	color : #50B543;
}

.infoheadline
{
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
	color : #C52A4B;
}

.RandUmDasBild
{
	border : 1px solid #50B543;
	border-top : 1px solid #50B543;
	border-bottom : 1px solid #50B543;
	border-left : 1px solid #50B543;
	border-right : 1px solid #50B543;
}



/* ################################## */
/* #   Formular                     # */
/* ################################## */


.form
{
	font-size : 10px;
	color : #000000;
	background-color : #FFFFFF;
	border : 1px solid #CCD0CD;
	border-top : 1px solid #CCD0CD;
	border-bottom : 1px solid #CCD0CD;
	border-left : 1px solid #CCD0CD;
	border-right : 1px solid #CCD0CD;
}

.formgreen
{
	font-size : 10px;
	color : #000000;
	background-color : #FFFFFF;
	border : 1px solid #50B543;
	border-top : 1px solid #50B543;
	border-bottom : 1px solid #50B543;
	border-left : 1px solid #50B543;
	border-right : 1px solid #50B543;
}

.button
{
	font-size : 9px;
	color : #50B543;
	background-color : #FFFFFF;
	background-image : url(../_images/bg_button.gif);
	padding-left : 3px;
	height : 17px;
	border : 1px solid #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #FFFFFF;
}

a.button:link, a.button:visited, a.button:hover, a.button:active
{
	font-size : 9px;
	color : #50B543;
	background-color : #FFFFFF;
	background-image : url(../_images/bg_button_link.gif);
	text-decoration : none;
	padding-left : 10px;
	height : 11px;
}