/* ------ allgemeine Element-Definition ------ */
body,td,th,div
	{
	font-family: Verdana,sans-serif;
	/*font-size: 13px;*/
	font-size: 11px;
	/*color: #ffff00;*/
	}
body
	{
	background-color:#ffffff;
	}
/* ------ allgemeine Bild Definition ------ */
img
	{
	border: 0px;
	}

/* ------ allgemeine Navigations Definition ------ */
a.menu
	{
	color:#56C215;
	font-weight: bold;
	text-decoration: none;
	}
	
a.menuActive
	{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	}

a.menuSub
	{
	color:#56C215;
	text-decoration: none;
	}

a.menuSubActive
	{
	color:#000000;
	text-decoration: none;
	}

a.menuSubSub
	{
	color:#56C215;
	text-decoration: none;
	}

a.menuSubSubActive
	{
	color:#000000;
	text-decoration: none;
	}

/* ------ Fett ------ */
span.bold
	{
	font-weight: bold;
	}
/* ------ Unterstrichen ------ */
span.underline
	{
	text-decoration: underline;
	}
/* ------ Kursiv ------ */
span.italic
	{
	font-style: italic;
	}

/* ------ Linkfarbe ------ */
a.weblink
	{
	color: #56C215;
	text-decoration: none;
	}
/* ------ Linkfarbe ------ */
a.doc
	{
	color: #56C215;
	text-decoration: none;
	}
/* ------ Linkfarbe in Search ------ */
a.page
	{
	color: #56C215;
	text-decoration: none;
	}
/* ------ Mail-Linkfarbe ------ */
a.mail
	{
	color: #56C215;
	text-decoration: none;
	}
/* ------ Anchor-Linkfarbe ------ */
a.anchor
	{
	color: #56C215;
	text-decoration: none;
	}

/* ------ Bildausrichtung Links ------ */
img.left
	{
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align:text-top;
	float:left;
	}
/* ------ Bildausrichtung Rechts ------ */
img.right
	{
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align:text-top;
	float:right;
	}
/* ------ keine Bildausrichtung (Standard)------ */
img.none
	{
	}
	
/* ------ Harmann Raeber Bopp Spezifische Anpassungen ---------------------------------------- */
	
/* ------ menu Div------ */
div.haraboMenu
	{
	/*line-height: 22px;*/
	line-height: 20px;
	background-color: #ffffff;
	}
	
/* ------ Content Div------ */
div.haraboContent
	{
	/*line-height: 18px;*/
	line-height: 20px;
	color: #000000;
	background-color: #ffffff;
	}
	
/* ------ Content TD----- */
td.haraboContent
	{
	vertical-align: top;
	line-height: 18px;
	color: #000000;
	background-color: #ffffff;
	}
/* ------ Input Felder ----- */
input.haraboformfieldnormal
	{
	width: 145px;
	}	


/* ------ fürs layouten------ */
div
	{
	/*border: 1px solid red;*/
	}