body
{
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	background-color: #efefef;
}
body, td
{
	font-size: 13px;
	font-family: "comic sans ms","chalkboard", Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #333333;
}

a:link, a:visited
{
	color: #FF0000;
	text-decoration: none;
}
a:hover, a:active
{
	color: #FF0000;
	text-decoration: underline;
}
input, textarea
{
	border: 1px solid #999999;
	background-color: #efefef;
	color: #000000;
	padding: 2px;
	font-size: 12px;
}
.submit
{
	border: 1px solid #999999;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	font-size: 12px;
}

.centerdiv
{
	margin: auto;
	width: 910px;
	background-color: #ffffff;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}

.titlediv
{
	height: 100px;
	background-image: url(images/top_back.jpg);
}
.titlediv .logo
{
	position: relative;
	top: 0px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 170px;
}
.titlediv .menu
{
	position: relative;
	top: 68px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	width: 730px;
	float: right;
	text-align: right;
}
.titlediv .slogan
{
    position: relative;
    top: 15px;
    width: 670px;
    height: 40px;
    margin: 0px;
    margin-bottom: -40px;
    padding-right: 15px;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    font-family: "comic sans ms","chalkboard", Arial, Helvetica, sans-serif;
    color: #0000DF;
    float: right;
}

.contentdiv
{
	min-height: 450px;
}
.innercontentdiv
{
	padding: 0px 40px 5px 40px;
}
.innercontentdiv h1
{
	font-size: 22px;
	color: #000000;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
.innercontentdiv h2
{
	font-size: 18px;
	color: #000000;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
.innercontentdiv h3
{
	font-size: 16px;
	color: #007F00;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
.innercontentdiv p
{
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
.innercontentdiv img
{
	padding: 3px;
}
.innercontentdiv form
{
	padding: 0px;
	margin: 0px;
}

.innercontentdiv .eye
{
	position: absolute;
         margin-left: 185px;
         top: 630px;
}
* html .innercontentdiv .eye, *+html .innercontentdiv .eye
{
	position: absolute;
         margin-left: 227px;
         top: 618px;
}

.innercontentdiv .aktion
{
	position: absolute;
         margin-left: 645px;
         top: 172px;
}
* html .innercontentdiv .aktion, *+html .innercontentdiv .aktion
{
	position: absolute;
         margin-left: 687px;
         top: 160px;
}

.footerdiv
{
	border-top: 1px solid #999999;
	margin: 5px;
	padding: 10px 0px 5px 0px;
	text-align: center;
}