body {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 text-align: left;
 color: #4e4e4e;
 margin: 0;
 padding: 0;
 background-image: url("/img/bg.gif");
 width: 100%;
}

.container
{
	width: 820px;
	min-height: 900px;
	margin-left: auto;
	margin-right: auto;
}

.banner
{
	background-image: url("/img/banner.jpg");
	width: 100%;
	height: 169px;
	border-left: solid 1px;
	border-right: solid 1px;
}

.menu
{
	width: 100%;
	height: 20px;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: solid 1px;
	border-right: solid 1px;
}

.menu-text
{
 background-color: #7a9277;
 height: 18px;
	padding-top: 2px;
	padding-left: 8px;
	margin-bottom: 2px;
}

.menu a
{
	color: #FFFFFF;
	font-weight: bold;
}

.content
{
 background-color: #FFFFFF;
	width: 100%;
	float: left;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
}

.content-left
{
 float: left;
	width: 590px;
	min-height: 600px;
	padding: 8px;
	border: solid 0px;

}

.content-right
{
 float: left;
	width: 196px;
	min-height:500px;
	padding: 8px;
	border-top: solid 0px;
	border-left: solid 1px;
}

.content-right-text
{
	font-size: 10px;
}

.mail
{
	font-size: 10px;
	font-weight:100;
}

.footer
{
	float: left;
	height: 25px;
	width: 100%;
	border: 0px solid #FF0000;
}

h1 
{
	margin-top: 0px;
	font-size: 14px;
}

h2 
{
	margin-top: 0px;
	font-size: 12px;
	color: #666;
}

.grau 
{	
	color: #666;
}

a
{
	text-decoration: none;
	color: #3a4238;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.formular ul
{
	list-style-image:url("/img/pdf.gif");
}

.default {
 width: 500px;
 position: absolute;
 top: 30%;
 left: 50%;
 margin: -100px 0 0 -258px;
 background-color: #2d6b85;
 border: 1px solid #254f76;
 text-align:center;
 color:#FFF;
 -moz-border-radius-bottomleft:20px;
 -moz-border-radius-bottomright:20px;
 -moz-border-radius-topleft:20px;
 -moz-border-radius-topright:20px;
}
.default ul {
 list-style: none;
 padding: 0;
}
.default ul li {
 margin-bottom: 1em;
}
.default ul li a {
 text-decoration: underline;
 font-weight: bold;
 color: #ffffff;
}
.default ul li a:hover {
 text-decoration: none;
 font-weight: bold;
 color: #cccccc;
}