/* CSS Document */
a:link
{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    color: #000000;
}

a:hover
{
	font-family: Arial,Helvetica,sans-serif;
	color: #FF0000;
	text-decoration: none;

}
.text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: rgb(0, 0, 0);
    line-height: normal;
    text-align: justify;
	text-decoration: none;
}
.text-grau
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #666666;
    line-height: normal;
    text-align: justify;
	text-decoration: none;
}
.text-klein-blau
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #003366;
    line-height: normal;    
	text-align: justify;
	text-decoration: none;
}
.text-klein-weiss
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
}
.text-klein-rot
{
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-size: 7pt;
	color: #CC0000;
	line-height: normal;    
	text-align: justify;
	text-decoration: none;
}
.headline 
{ 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 9pt; 
			color: #003366; 
			font-weight: bold; 
			line-height: 14pt
} 
.bexlogo 
{ 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 24pt; 
			color: #FFFFFF; 
			font-weight: bold; 
} 
.tboben {
	background-color: #58769A;
	left: 19px;
	top: 43px;
	border: none;
	overflow: hidden;
	height: 150px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 900px;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;

}

.tbunten {
	bottom: 0px;
	left: 10px;
	border: none;
	overflow: visible;
	height: 30px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 920px;
	visibility: visible;
	background-image: url(img/unten.gif);
}

.tbnavi{
	position: absolute;
	left: 19px;
	margin-top: 0px;
	width: 176px;
	height: 200px;
	text-decoration: none;
	background-image: url(img/navi-bg.gif);
	background-repeat: repeat;
	top: 0px;
}

.tbotto{
	position: absolute;
	overflow: hidden;
	margin-left: 720px;
	margin-top: 0px;
	width: 176px;
	background-image: url(img/rechts-bg.gif);
	left: 10px;
	top: 0px;
}
.tbotto-xx{
	position: absolute;
	overflow: hidden;
	height: auto;
	margin-left: 720px;
	margin-top: 0px;
	width: 176px;
	background-image: url(img/rechts-bg.gif);
	left: 10px;
	top: 0px;
}
.tbcontent{
	left: 204px;
	position: absolute;
	overflow: auto;
	width: 750px;
	height: 100%;
	margin: 0px;
	top: 0px;
	background-image: url(img/mitte-bg.gif);
	background-repeat: no-repeat;
}
