/* ----------   Grundlage  ---------- */

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
    text-align: center;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	border: 0px;
}

/* ----------   Seitenlayout  ---------- */

#pagebox {
    /* horizontal+vertical */
	position: absolute;
	left: 50%;
	top: 50%;
	width: 970px;
	height: 580px;
	margin-left: -485px;
	margin-top: -290px;
    min-width: 8.1em;
	border: 1px solid #f2f2f2;
    text-align: center; /* this is for centering #middle horizontally in IE 5/win */
}

#navbox {
	position: absolute;
    left: 140px;
    height: 100%;
    width: 180px;
    background-color: #859ecb;
	text-align: left; /* do not inherit the IE 5/win crutch (see #outer) on children */
}

#subnavbox {
    position: absolute;
    bottom: 460px;
    right: 0px;
    float: right;
    height: 19px;
    width: 600px;
    background-color: #f2f2f2;
}

#contentbox {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 450px;
    width: 600px;
    overflow: auto;
    text-align: left;
}

#owx_logo {
	display: block;
    height: 40px;
    width: 180px;
    margin-bottom: 72px;
    background: url(../images/owx_logo.png) no-repeat;
}

/* ----------   Hauptnavigation  ---------- */

.nav_element {
	display: block;
    height: 39px;
    width: 104px;
    text-align: right;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 38px;
    text-align: right;
    padding-top: 24px;
    color: black;
}

#nav_el01 { background: url(../images/nav01.png) no-repeat; }
#nav_el01:hover { background: url(../images/nav01_hv.png) no-repeat; }
#nav_el01:active { background: url(../images/nav01_ac.png) no-repeat; }

#nav_el02 {  background: url(../images/nav02.png) no-repeat; }
#nav_el02:hover { background: url(../images/nav02_hv.png) no-repeat; }
#nav_el02:active { background: url(../images/nav02_ac.png) no-repeat; }

#nav_el03 { background: url(../images/nav03.png) no-repeat; }
#nav_el03:hover { background: url(../images/nav03_hv.png) no-repeat; }
#nav_el03:active { background: url(../images/nav03_ac.png) no-repeat; }

#nav_el04 { background: url(../images/nav04.png) no-repeat; }
#nav_el04:hover { background: url(../images/nav04_hv.png) no-repeat; }
#nav_el04:active { background: url(../images/nav04_ac.png) no-repeat; }

.nav { color: #ffffff; }
.nav:hover { color: #c7cedd; }
.nav:active { color: #1d3e88; }

.nav_titel {
    position: absolute;
    bottom: 0px;
    left: 166px;
    height: 455px;
    width: 56px;
}

#nav_titel_Profil { background: url(../images/01_profil.png) no-repeat; }
#nav_titel_Leistung { background: url(../images/02_leistung.png) no-repeat; }
#nav_titel_Team { background: url(../images/03_team.png) no-repeat; }
#nav_titel_Kontakt { background: url(../images/04_kontakt.png) no-repeat; }

/* ----------   Externnavigation  ---------- */

#nav_webmail {
	display: block;
    position: absolute;
    bottom: 26px;
    left: -85px;
    height: 19px;
    width: 104px;
    text-align: left;
    padding-top: 5px;
    font-size: 11px;
    background: url(../images/nav_webmail.png) no-repeat;
}

#nav_login {
	display: block;
    position: absolute;
    bottom: 1px;
    left: -85px;
    height: 19px;
    width: 104px;
    text-align: left;
    padding-top: 5px;
    font-size: 11px;
    background: url(../images/nav_login.png) no-repeat;
}

.nav_bl { color: #b2b2b2; }
.nav_bl:hover { color: #1d3e88; }
.nav_bl:active { color: #1d3e88; }

/* ----------   Subnavigation  ---------- */


.sub_nav_element {
	display: block;
    float: left;
    height: 19px;
    width: 105px;
    text-align: right;
    margin-right: 40px;
    padding-top: 4px;
}

.sub_nav_el01 { background: url(../images/sub_nav01.png) no-repeat; }
.sub_nav_el01:hover { background: url(../images/sub_nav01_hv.png) no-repeat; }
.sub_nav_el01:active { background: url(../images/sub_nav01_ac.png) no-repeat; }

.sub_nav_el02 { background: url(../images/sub_nav02.png) no-repeat; }
.sub_nav_el02:hover { background: url(../images/sub_nav02_hv.png) no-repeat; }
.sub_nav_el02:active { background: url(../images/sub_nav02_ac.png) no-repeat; }

.sub_nav_el03 { background: url(../images/sub_nav03.png) no-repeat; }
.sub_nav_el03:hover { background: url(../images/sub_nav03_hv.png) no-repeat; }
.sub_nav_el03:active { background: url(../images/sub_nav03_ac.png) no-repeat; }

.sub_nav_el04 { background: url(../images/sub_nav04.png) no-repeat; }
.sub_nav_el04:hover { background: url(../images/sub_nav04_hv.png) no-repeat; }
.sub_nav_el04:active { background: url(../images/sub_nav04_ac.png) no-repeat; }

.sub_nav { color: #c7cedd; }
.sub_nav:hover { color: #999999; }
.sub_nav:active { color: #1d3e88; }

/* ----------   Subnavigation  ---------- */

#terms {
    position: absolute;
    bottom: -12px;
    right: 0px;
    height: 15px;
    width: 100px;
}

.terms {
    font-size: 11px;
    color: #b2b2b2;
}


