/*---html styles---*/


html,
body,
form,
img,
table,
tr
{
	margin: 0;
	padding: 0;
    border: 0;
}
body
{
	font: 70% "Verdana", "Arial", sans-serif;
	text-align: center;
	background: #6790ab;
	color: #000;
}
div#container
{
	text-align: left;
	width: 100%;
}


/* ----- frame/main divs ----- */


div#header
{
	background: url(../img/banner.png) no-repeat #ebf2f6;
	color: #000;
	border-bottom: 1px solid #fff;
	height: 75px;
	width: 100%;
}
.menueframe
{
	/* ~26px */
	width: 100%;
	color: #000;
	background-color: #6790ab;
	padding: 3px 5px;
	border-bottom: 1px solid #fff;
}
.menueframe a,
.menueframe a:active,
.menueframe a:visited
{
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	margin-left: -5px;
}
.menueframe a:hover
{
	border-left: 1px solid #fff;
	color: #6890ab;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	margin-left: -5px;
}
.menueframe.asel
{
	border-left: 1px solid #fff;
	color: #829913;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	margin-left: -5px;
}
div#footer
{
	color: #000;
	background-color: #c1c1be;
	border-top: 1px solid #fff;
	font-size: .8em;
	padding-left: 2px;
	padding-right: 2px;
}
div#middleframe
{
	color: #000;
	background-color: #6790ab;
	width: 100%;
}
div#leftmenueframe
{
	white-space: nowrap;
	font-size: 1.1em;
}
div#leftmenueframe a,
div#leftmenueframe a:active,
div#leftmenueframe a:visited
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	border-bottom: 1px dashed #fff;
}
div#leftmenueframe a:hover
{
	display: block;
	color: #6890ab;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	border-bottom: 1px dashed #fff;
}
div#contentframe
{
	background: url(../img/verlauf_content.png) repeat-x;
	height: 100%;  /* 466px */
	text-align: left;
	width: 100%;
}
div#submenue
{
	width: 614px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 4px;
	background-color: #6790ab;
}
div#submenue a
{
	border-right: 1px solid #feffb6;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	margin-left: -5px;
}
div#submenue a:hover
{
	border-left: 1px solid #fff;
	color: #6890ab;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	margin-left: -5px;
}
div#content
{
    width: 750px;
	height: 100%;
	padding: 10px;
	text-align: left;
}
.standardbox
{
	width: 572px;
	margin-bottom: 5px;
	text-align: left;
}
.standardbox_header
{
	background-color: #6790ab;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 1px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.standardbox_content
{
	background-color: #92ccf2;
	padding: 2px;
	border: 1px solid #fff;
}
div#timechooser
{
	width: 560px;
	padding: 5px;
}
div#timechooser a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	margin-left: -5px;
}
div#timechooser a:hover
{
	color: #6890ab;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	margin-left: -5px;
}
.cola
{
	background-color: #92ccf2;
}
.hover:hover
{
	background-color: #6790ab;
	cursor: pointer;
}
input,
select,
textarea
{
	background-color: transparent;
	border: 1px solid #fff;
}
input.button
{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
input.button:hover
{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
img.map
{
    display: block;
}
a,
a:hover,
a:active,
a:visited
{
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
}
.application-env
{
    /* common */
    font: bold 12px sans-serif;
    text-transform: uppercase;
    color: #000;
    background: #fd5;
    border-radius: 2px;
    border: 1px solid #db3;
    padding: 0 3px;
    height: 16px;
    box-sizing: border-box;
    /* local tweaks */
    position: absolute;
    display: block;
    top: 32px;
    left: 512px;
}

