#tooltip{
	position: absolute;
	/*width: 150px;*/
	border: 1px dashed black;
	padding: 5px;
	background-color: #CCCCCC;
	visibility: hidden;
	white-space: nowrap;
	/*z-index: 100;*/
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

body
{
	font-family:verdana;
	font-size:12px;
	color: #111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F5F5F5;
	text-align:center;
}

table
{
	font-size:11px;
	vertical-align:top;
}

td
{
	padding-left:2;
}

.MAINTABLE
{
	margin: 0px;
	background-color: #E7E7E7;
}

A:visited
{
	text-decoration: none;
	color: black;
}
A:link 
{
	text-decoration: none;
	color: black;
}
A:hover
{
	text-decoration: none;
	color: red;
}


.LEFTTOP
{
	height:77;
	width:173;
	background:url(images/linkstop.jpg);
}
.
.LEFTBOTTOM
{
	height:14;
	width:173;
	background:url(images/linkstop.jpg);
}

.RIGHTTOP
{
	height:42;
	width:712;
	background:url(images/rechtstop.jpg);
}

.RIGHTTOPBREAK
{
	height:5;
	width:712;
}

.BEFORECONTENTAREA
{
	height:100%;
	width:712;
	vertical-align:top;
}

.LOGO
{
	height:100%;
	width:129;
	vertical-align:top;
}

.CONTENTAREA
{
	height:100%;
	font-size:12px;
	vertical-align:top;
	padding:5px;
	background-color:white;
	margin-left:1px;
	margin-right:2px;
}


.RIGHTBOTTOMBREAK
{
	height:5;
	width:712;
}

.BOTTOM
{
	font-size:10px;
	text-align:Left;
	font-family:tahoma;
	padding-right:5;
	color:white;
}

.WANS:visited
{
	text-decoration: none;
	color: white;
}
.WANS:link 
{
	text-decoration: none;
	color: white;
}
.WANS:hover
{
	text-decoration: underline;
	color: yellow;
}

.Textblock{
	border: 1px solid #B2B2B2;
	background-color: White;
}

.content_area {
	width : 895px;
	font-family : verdana;
	font-size :12px;
	text-align:left;
	vertical-align:top;
	float:left;
	margin-left :0px;
	padding-left: 4px;

	color : black;
	background-color : white;
	_height : 100%;
	height : 100%;
	display : table;
}

.content_area A:visited
{
	text-decoration: none;
	color: black;
}
.content_area A:link 
{
	text-decoration: none;
	color: black;
}
.content_area A:hover
{
	text-decoration: none;
	color: red;
}


