/*
//
// +---------------------------------------------------------------------+
// | UKB Relaunch Juli 2004                                              |
// +---------------------------------------------------------------------+
// | Copyright (c) 2004 present perfect! GmbH - München                  |
// | http://www.presentperfect.de                                        |
// +---------------------------------------------------------------------+
// | StyleSheet für Screen                                               |
// +---------------------------------------------------------------------+
//
*/

/*
// Farben:
// blau dunkel:    #2F73BD
// blau hell:      #449EEA
// navi:           #0D3C70
// navi highlight: #AF0005
// Kaesteninhalt:  #E1F0FF
*/

/*
// +---------------------------------------------------------------------+
// | Klassen                                                             |
// +---------------------------------------------------------------------+
*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D3C70;
}

h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #0D3C70;
}

h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #0D3C70;
}

table {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.standard {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.underline {
	text-decoration:underline;
}

.bg1-1 {
	background-image: url(/images/template/bg1_1.jpg);
	background-repeat: no-repeat;
}

.bg1-2 {
	background-image: url(/images/template/bg1_2.jpg);
	background-repeat: no-repeat;
}

.bg1-3 {
	background-image: url(/images/template/bg1_3.jpg);
	background-repeat: no-repeat;
}

.bg1-4 {
	background-image: url(/images/template/bg1_4.jpg);
	background-repeat: no-repeat;
}

.bg2-1 {
	background-image: url(/images/template/bg2_1.jpg);
	background-repeat: no-repeat;
}

.bg2-2 {
	background-image: url(/images/template/bg2_2.jpg);
	background-repeat: no-repeat;
}

.bg2-3 {
	background-image: url(/images/template/bg2_3.jpg);
	background-repeat: no-repeat;
}

.bg2-4 {
	background-image: url(/images/template/bg2_4.jpg);
	background-repeat: no-repeat;
}

.bg3-1 {
	background-image: url(/images/template/bg3_1.jpg);
	background-repeat: no-repeat;
}

.bg3-2 {
	background-image: url(/images/template/bg3_2.jpg);
	background-repeat: no-repeat;
}

.bg3-3 {
	background-image: url(/images/template/bg3_3.jpg);
	background-repeat: no-repeat;
}

.bg3-4 {
	background-image: url(/images/template/bg3_4.jpg);
	background-repeat: no-repeat;
}

.bg4-1 {
	background-image: url(/images/template/bg4_1.jpg);
	background-repeat: no-repeat;
}

.bg4-2 {
	background-image: url(/images/template/bg4_2.jpg);
	background-repeat: no-repeat;
}

.bg4-3 {
	background-image: url(/images/template/bg4_3.jpg);
	background-repeat: no-repeat;
}

.bg4-4 {
	background-image: url(/images/template/bg4_4.jpg);
	background-repeat: no-repeat;
}

.suche {
	border: 2px solid #2F73BD;
	width: 140px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.suchebtn {
	border: 2px solid #2F73BD;
	width: 70px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background-color: #2F73BD;
	color: #FFFFFF;
}

.pfeil-rechts {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 15px;
	height: 10px;
	background-image: url(/images/template/pfeil-rechts.gif);
	background-repeat: no-repeat;
}

.pfeil-unten {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 15px;
	height: 10px;
	background-image: url(/images/template/pfeil-unten.gif);
	background-repeat: no-repeat;
}

.navi-level2 {
	position: relative;
	width: 130px;
	height: 20px;
}

.navi-level2-normal {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 115px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D3C70;
}

.navi-level2-highlight {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 115px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D3C70;
}

.navi-level3 {
	position: relative;
	width: 130px;
	height: 20px;
}

.navi-level3-normal {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 100px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D3C70;
}

.navi-level3-highlight {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 100px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AF0005;
}

.sitemapL1 {
	height: 18px;
	width: 400px;
}

.sitemapL2 {
	height: 18px;
	width: 400px;
	margin-left: 20px;
}

.sitemapL3 {
	height: 18px;
	width: 400px;
	margin-left: 40px;
}

.sitemapSpacer {
	height: 10px;
	width: 400px;
}

a.sitemapLinkL1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

a.sitemapLinkL2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0D3C70;
}

a.sitemapLinkL3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D3C70;
}

a.level2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0D3C70;
	text-decoration: none;
}

a.level2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0D3C70;
	text-decoration: none;
}

a.level2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0D3C70;
	text-decoration: none;
}

a.level2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #0D3C70;
	text-decoration: none;
}

a.level3:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0D3C70;
	text-decoration: none;
}

a.level3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0D3C70;
	text-decoration: none;
}

a.level3:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0D3C70;
	text-decoration: none;
}

a.level3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D3C70;
	text-decoration: none;
}

a:link {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D3C70;
}

a:visited {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D3C70;
}

a:active {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #0D3C70;	
}

a:hover {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #0D3C70;
}


.tabellenrahmen {
  border-width:2px;
  border-collapse:collapse;
  border-style:solid;
  border-color:#0D3C70;
  padding:5px;
  background-color:#E1F0FF;
}

/*
// +---------------------------------------------------------------------+
// | ID's                                                                |
// +---------------------------------------------------------------------+
*/

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1004px;
	height: 622px;
	overflow: hidden;
}

#topnavi {
	position: absolute;
	top: 32px;
	left: 90px;
	width: 800px;
	height: 18px;
}

#subnavi {
	position: absolute;
	top: 143px;
	left: 7px;
	width: 130px;
	height: 400px;
}

#b1 {
	position: absolute;
	top: 53px;
	left: 0px;
	width: 1004px;
	height: 35px;
	background-color: #2F73BD;
}

#b2 {
	position: absolute;
	top: 91px;
	left: 0px;
	width: 1004px;
	height: 13px;
	background-color: #449EEA;
}

#b3 {
	position: absolute;
	top: 590px;
	left: 0px;
	width: 1004px;
	height: 33px;
	background-color: #449EEA;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 73px;
	height: 83px;
	z-index: 100;
	background-image: url(/images/template/ukb_logo.jpg);
}

#bg1 {
	position: absolute;
	top: 128px;
	left: 0px;
	width: 174px;
	height: 438px;
}

#bg2 {
	position: absolute;
	top: 128px;
	left: 174px;
	width: 656px;
	height: 14px;
}

#bg3 {
	position: absolute;
	top: 553px;
	left: 174px;
	width: 656px;
	height: 13px;
}

#bg4 {
	position: absolute;
	top: 128px;
	left: 830px;
	width: 174px;
	height: 438px;
}

#print {
	position: absolute;
	top: 400px;
	left: 15px;
	width: 20px;
	height: 18px;
}

#content {
	position: absolute;
	top: 154px;
	left: 186px;
	width: 632px;
	height: 387px;
}

#content-home {
	position: absolute;
	top: 154px;
	left: 93px;
	width: 900px;
	height: 387px;
}

#contentbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 570px;
	height: 385px;
}

#adresse {
	position: absolute;
	top: 569px;
	left: 169px;
	width: 557px;
	height: 19px;
	background-image: url(/images/template/ukb_adresse.jpg);
}

#impressum {
	position: absolute;
	top: 569px;
	left: 726px;
	width: 88px;
	height: 19px;
}

#suche {
	position: absolute;
	top: 5px;
	left: 11px;
	width: 250px;
	height: 33px;
}

#sitemap {
	width: 632px;
	height: 385px;
	overflow: auto;
}