body
{
	text-align: left;
    font-size: 0.7em;
    font-family: Verdana;
	margin: 0 0 0 0;
	background-color: #999;
}

a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;
	font-weight: bold;
}

a:active {
	color: #F90;
	font-weight: bold;
}

a:focus {
	color: #F90;
	font-weight: bold;
}

.white-link:link{
	color: #FFF;
	font-weight: bold;
}

.white-link:visited{
	color: #FFF;
	font-weight: bold;
}

.white-link:hover{
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dotted;
}

.white-link:active{
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dotted;
}

#layout
{
	width: 100%;
}

#layout-top
{
}

#layout-top-left
{
	height: 80px;
}

#layout-top-left-line1
{
	height: 80px;
	width: 299px;
	background-color: #CCC;
	background-image: url(../img/kreise.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#layout-top-left-line2
{
	display:none;
}

#layout-top-left-line3
{
	display:none;
}

#layout-top-right
{
	display:none;
	height: 80px;
}

#layout-logo
{
	width: 800px;
	height: 49px;
	border-bottom: 1px solid;
	border-color: #FFF;	
}

#layout-logo-left
{
	display:none;	
}

#layout-logo-right
{
	display:none;
}

#layout-toll
{
	width: 800px;
	background-color: #CCC;
	display: block;
}

#layout-toll-left
{
	background-color: #CCC;
	width: 299px;
	float: left;
	display:none;
}

#layout-toll-right
{
	background-color: #FFF;
	width: 499px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #FFF;
	float: left;
}

#layout-content-left-table
{
}

#layout-content-left-table-text
{
	background-color: #BBB;
	border: 1px solid;
	border-color: #FFF;
	width: 224px;
	margin: 30px 0px 0px 30px;
	display:none;
}

.layout-content-left-table-text-button a
{
	height: 22px;
	padding: 8px 0px 0px 10px;
	display:block;
}

.layout-content-left-table-text-button:hover
{
	background-color:#CCC;
}

.layout-content-left-table-text-button:hover a
{
	color:#900;
}


.layout-content-left-table-text-button-2 a
{
	height: 18px;
	padding: 5px 0px 0px 20px;
	display:block;
}

.layout-content-left-table-text-button-2:hover
{
	background-color:#CCC;
}

.layout-content-left-table-text-button-2
{
	background-color:#AAA;
}

.layout-content-left-table-text-button-2:hover a
{
	color:#900;
}

#layout-content-right-table
{
	border-top: 1px solid;
	border-color: #FFF;	
}

#layout-content-right-table-header
{
	background-color: #CCC;
	width: 489px;
	height: 22px;
	border-color: #000;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

#layout-content-right-table-text
{
	width: 489px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
}

.clear
{
	clear:both;
}