body
{
	 text-align: left;
    font-size: 0.7em;
    font-family: Verdana;
	 margin: 0 0 0 0;
	 background-color: #999;
	 background-image: url(../img/hintergrund.gif);
	 background-repeat: repeat-x;
}

h1
{
	font-size: 1.0em;
	margin: 0;
}

.cnt-headline
{
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	width: 489px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #CCC;
	margin-bottom: 5px;
	font-weight: bold;
}

a:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;
	font-weight: bold;
	border-bottom: 1px dotted;
}

a:active {
	color: #990000;
	font-weight: bold;
	border-bottom: 1px dotted;
}

a:focus {
	color: #990000;
	font-weight: bold;
	border-bottom: 1px dotted;
}

.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;
}

a.menu-link:hover
{
	border-bottom: 0px;
}

a.menu-link:link
{
	color: #000;
}

a.menu-link:visited
{
	color: #000;
}

#layout
{
	width: 100%;
}

#layout-top
{
	height: 149px;
	width: 800px;
	border-bottom: 1px solid;
	border-color: #FFF;
}

#layout-top-left
{
	height: 149px;
	width: 299px;
	border-right: 1px solid;
	border-color: #FFF;
	float: left;
}

#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
{
	height: 20px;
	width: 299px;
	background-color: #BBB;	
}

#layout-top-left-line3
{
	height: 49px;
	width: 299px;
	background-color: #999;	
}

#layout-top-right
{
	height: 19px;
	width: 494px;
	float: right;
	border-right: 1px solid;
	border-color: #FFF;
	background-image: url(../img/schraffierung.jpg);
	text-align: right;
	padding-right: 5px;
	padding-top: 130px;
	color: #FFF;
}

#layout-logo
{
	width: 800px;
	height: 49px;
	border-bottom: 1px solid;
	border-color: #FFF;	
}

#layout-logo-left
{
	background-color: #900;
	border-right: 1px solid;
	border-color: #FFF;
	width: 294px;
	height: 31px;
	float: left;
	padding-top: 18px;
	padding-left: 5px;
}

#layout-logo-right
{
	color: #FFF;
	background-color: #333;
	float: left;
	width: 494px;
	height: 31px;
	border-right: 1px solid;
	border-color: #FFF;
	text-align: right;
	padding-right: 5px;
	padding-top: 18px;
}

#layout-toll
{
	width: 800px;
	background-color: #CCC;
	display: block;
	
}

#layout-toll-left
{
	background-color: #CCC;
	width: 299px;
	float: left;
}

#layout-toll-right
{
	background-color: #FFF;
	width: 499px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #FFF;
	float: left;
	min-height:360px;
}

#layout-toll-right-footer
{
	background-color: #FFF;
	width: 494px;
	margin: 10px 1px 5px 1px;
	padding: 5px 0px 0px 4px;
	border-top: 1px #b3b3b3 solid;
	color: #b3b3b3;
	height: 15px;
}

#layout-content-left-table
{
	background-color: #BBB;
	border: 1px solid;
	border-color: #FFF;
	width: 224px;
	margin: 30px 0px 0px 30px;
}

#layout-content-right-table
{
	border-top: 1px solid;
	border-color: #FFF;	
}

li.links
{
	margin-left: 20px;
}

.clear
{
	clear:both;
}

/* Formulare */
.form-div
{
width: 495px;
clear: both;
display: block;
padding-bottom: 5px;
}

.form-label-div
{
width: 100px;
float: left;
}

.form-field-div
{
float: left;
}

input.inputfield
{
width: 387px;
border: 1px #000000 solid;
}

textarea.textarea
{
width: 487px;
height: 200px;
border: 1px #000000 solid;
}

input.button
{
border: 1px #000000 solid;
background-color: #FFFFFF;
}

.form-error
{
color: #990000;
}