/* Basisangaben */
body {
    background-color: #a6a6a6;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #0f3775;
}
html {
    width: 100%;
    height: 100%;
}
img {
    border: 0px;
}

/* Hauptcontainer */
#main {
    margin: 0px auto;
    height: auto;
    min-height: 100%;
    max-width: 1024px;
    background-image: url(../image_pool/background.jpg);
    background-repeat: no-repeat;
}

/* IE 6 Hack */
* html #main {
    height: 100%;
    width: expression(document.body.clientWidth > 1024 ? "1024px" : "auto" );
}
#right {
    position: relative;
    height: auto;
    margin: 0px 0px 0px 218px;
    padding: 0px;
}

/* Kopfgrafik */
#header {
    width: auto;
    height: 120px;
    background-image: url(../image_pool/bg_header.jpg);
    background-repeat: no-repeat;
}

/* Navigationsleiste */
#topNavi {
    width: auto;
    margin: 0px 0px 0px 2px;
    height: 21px;
    right: 0px;
    background-color: #0f3775;
    border-top: 2px solid #a6a6a6;
}
#topNavi ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#topNavi li {
    line-height: 19px;
    border-top: 1px solid #6b8bbc;
    border-left: 1px solid #6b8bbc;
    border-right: 1px solid #0c2452;
    border-bottom: 1px solid #0c2452;
    color: #fff;
    float: left;
    padding: 0px 10px 0px 10px;
    background-image: url(../image_pool/bg_button.png);
}
#topNavi li.active {
    line-height: 19px;
    border-top: 1px solid #6b8bbc;
    border-left: 1px solid #6b8bbc;
    border-right: 1px solid #0c2452;
    border-bottom: 1px solid #0c2452;
    color: #0f3775;
    float: left;
    padding: 0px 10px 0px 10px;
    background-image: url(../image_pool/bg_button_active.png);
}
#topNavi a {
    color: #fff;
    text-decoration: none;
}
#topNavi li.active a {
    color: #0f3775;
    text-decoration: none;
}
#topNavi a:hover,
#topNavi li.active a:hover {
    text-decoration: underline;
}
#topNavi .rightBox {
    right: 0px;
    text-align: right;
    padding: 0px 10px 0px 0px;
    font-size: 10px;
    line-height: 21px;
    color: #fff;
}

/* Inhaltsbereich */
#content {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 2px;
    padding: 0px 40px 10px 30px;
}
#content p {
    margin: 0px;
    padding: 0px;
}
#content .leftContent {
	padding-right: 26px;
    float: left;
    background-repeat: no-repeat;
}
#content .leftContentLower {
	padding-right: 26px;
    margin-top: 40px;
    float: left;
    background-repeat: no-repeat;
}
#content .middleContent {
    margin-left: 42px;
    margin-right: 72px;
}
#content .rightContent {
    padding-right: 16px;
    padding-bottom: 0px;
    height: auto;
}
#content .rightContent h1,
#content .middleContent h1 {
    font-size: 20px;
    text-align: center;
}
#content .rightContent ul.submenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#content a {
    color: #0072ff;
    text-decoration: none;
}
#content input,
#content textarea {
    border: 1px solid #0f3775;
}
#content input .noBorder {
    border: 0px;
}
#content .leftContent h1 {
    color: #fff;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 44px 20px;
}
#content .leftContentLower h1 {
    color: #fff;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 44px 20px;
}
#content .leftContent p {
	padding: 280px 260px 0px 20px;
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #fff;
	width: 250px;
	font-size: 10px;
	color: #000;
	border: 1px solid #a6a6a6;
	padding: 2px;
}

/* Für die Sitemap */
#sitemap_sub {
    background-color: rgb(226, 232, 247);
    color: #1B3664;
    font-size: 9pt;
    font-weight: normal;
    line-height: 150%;
}
#sitemap_sub a {
    background-color: rgb(226, 232, 247);
    color: #1B3664;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
    line-height: 150%;
}
#sitemap_sub a:hover {
    color: #0B08FF;
}

#sitemap_main {
    background-color: rgb(226, 232, 247);
    color: #1B3664;
    font-size: 9pt;
    font-weight: bold;
}