/*---html styles---*/
html,body
{
	margin: 0;
	padding:0;
}

body
{
	font:90% Arial;
	text-align: justify;
	background-color: #6790ab;/*#6790ab;*/
	color: #000000;
}
div#container
{
	text-align: left;
	/*width: 760px;
	margin: 0 auto;*/
	width: 100%;
}

/* ----- frame/main divs ----- */
div#header
{
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	/* background-color: #5ebffc; */
	background-color: #ffffff;
	color: #000000;
	/*background-color: #829913;*/
	border-bottom: 1px solid #FFFFFF;
	height: 78px;
	width: 100%;
}
.menueframe
{
	/* ~26px */
	width: 10%;
	color: #000000;
	background-color: #6790ab;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #FFFFFF;
}
.menueframe a, .menueframe a:active, .menueframe a:visited
{
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	/*padding: 3px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
}
.menueframe a:hover
{
	border-left: 1px solid #FFFFFF;
	color: #6890ab;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
}
.menueframe.asel
{
	border-left: 1px solid #FFFFFF;
	color: #829913;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
}
div#footer
{
	color: #000000;
	/*background-color: #6890ab;*/
	background-color: white;
	/*border-bottom: 1px solid #2e5111;*/
	border-top: 1px solid #FFFFFF;
	font-size: 0.8em;
	padding-left: 2px;
	padding-right: 2px;
	/*
	background-image: url(../img/verlauf760.png);
	background-repeat: repeat-y;*/
}
div#middleframe
{
	color: #000000;
	background-color: #6790ab;
	/*background-image: url(../img/background.jpg);
	background-repeat: no-repeat;*/
	/*width: 760px;
	height: 466px; */
	width: 100%;
}
div#leftmenueframe
{
	/*width: 146px;
	height: 466px; */
	white-space: nowrap;
	font-size: 1.1em;
}
div#leftmenueframe a, div#leftmenueframe a:active, div#leftmenueframe a:visited
{
	display: block;
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: none;
	padding: 4px;
	border-bottom: 1px dotted #FFFFFF;
}
div#leftmenueframe a:hover
{
	display: block;
	color: #6890ab;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	border-bottom: 1px dotted #FFFFFF;
}
div#contentframe
{
	background-image: url(../img/verlauf_content.png);
	background-repeat: repeat-x;
	/*background-color: #FFFFFF;*/
	/*width: 614px;
	overflow: hidden;*/
	text-align: justify;
	width: 100%;
	height: 550px;
}
div#submenue
{
	width: 614px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 4px;
	background-color: #6790ab;
	/*background-image: url(../img/verlauf612.png);
	background-repeat: repeat-y;*/
}
div#submenue a
{
	border-right: 1px solid #feffb6;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	margin-left: -5px;
}
div#submenue a:hover
{
	border-left: 1px solid #FFFFFF;
	color: #6890ab;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	margin-left: -5px;
}
div#content
{
	/*background-color: #5790bb;
	padding: 10px;
	height: 446px;
	width: 594px;
	overflow: auto;
	text-align: center;*/

	padding: 10px;
	width: 90%;
	text-align: justify;
}
.standardbox
{
	width: 50%;/*560px;*/
	/*margin: 0 auto;*/
	margin-bottom: 5px;
	text-align: justify;
	/*border: 1px solid #6790ab;*/
}
.standardbox_header
{
	background-color: #6790ab;
	/*background-image: url(../img/box_header.png);*/
	color:  #ffffff;
	/*font-weight: bold;*/
	padding-left: 5px;
	width: 215%;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
/*	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;*/
}
.standardbox_content
{
	padding: 2px;

	/*border: 1px solid #FFFFFF;*/
}

.hover
{
	background-color: #6790ab;
	/*color: #6790ab;*/
	cursor: pointer;
}
input, select, textarea
{
	background-color: transparent;
	border: 1px solid #ffffff;
}
input.button
{
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}
input.button:hover
{
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
form
{
	margin: 0; padding: 0;
}
img
{
	margin: 0; padding: 0; border: 0;
}
a, a:hover, a:active, a:visited
{
	text-decoration: none;
	color: white;
}
a:hover
{
	font-weight: bold;
}

.spec_header
{
	font: bold 14pt Arial;
	text-align: left;
	color: white;
}

.minitext
{
	font-size: 11px;
	font-family: Arial;
	color: white;
}

.smalltext
{
	font: 12px small-caps Arial;
	line-height: 90%;
	color: white;
}

.activelang
{
	background-color: #c1c1be;
	color: #FFFFFF;
}

.imageborder
{
	border: 1px solid white;
}

.blackborder
{
	border: 1px solid black;
}

.zit
{
 	height:540px;
}

.situmet
{
	font-weight: bolder;
	font-size: 32pt;
	font-family: Arial;
	color: #486778;
}
