.img_left {
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:10px;
	vertical-align:text-top;
}

.title_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 1.5em;
}

#tabmenu 
{
	color: #000000;
	border-bottom: 1px solid #A9B8C2;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px 
}

#tabmenu li 
{
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu a, a.active 
{
	color: #007FFF;
	background: #DCE1E5;       /* Farbe für die inaktiven Tabs */
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #A9B8C2;
	padding: 1px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}

#tabmenu a.active 
{
	background: #ECECEC;
	border-bottom: 1px solid #ECECEC; 
}

#tabmenu a:hover 
{
	color: #007FFF;
	background: #ECECEC;      /* Hintergrundfarbe für den Mouseover-Effekt */
}

#tabmenu a:visited 
{
	color: #000000;           /* Farbe von besuchten Tabs */
}

#tabmenu a.active:hover 
{
	background: #ECECEC;
	color: #007FFF; 
}

#content 
{
 	font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	background: #ECECEC;      /* Hintergrundfarbe für den Text */
	padding: 20px;
	border: 1px solid #A9B8C2;
	border-top: none;
	z-index: 2;	
}

#content a 
{
	text-decoration: underline;
	color: #000000; 
}

#content a:hover 
{ 
	background: #FFFFFF; 
}
