.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}


.mainframe {
	overflow: auto;
	height: 450px;
	width: 900px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -450px;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
	background-attachment: fixed;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center
}

.titleframe {
	height: 200px;
	width: 900px;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -450px;
    padding: 0;
    position: absolute;
    text-align: center;
	pointer-events: none;
}

.menuframe {
	overflow: auto;
	height: 450px;
	width: 226px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -676px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
}

.kontaktframe {
	height: 30px;
	width: 900px;
    left: 50%;
    top: 50%;
    margin: 250px 0 0 -450px;
    padding: 0;
    position: absolute;
    text-align: center;
}
.title_img {
	vertical-align: text-top;
}
.bodytext {
	font-weight: normal;
}
.lineborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
}



.maximize {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}.whitetext {
	color: #FFFFFF;
}
