﻿
/* Allgemeine Settings */

html,
body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #FFFFFF;
	color: #666666;
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 1.585em;
}
a
{
	color: #202081;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:focus
{
	text-decoration: underline;
}
a img
{
	/*border: none;*/
}
img
{
	padding: 1px;
	background-color: #FFFFFF;
	border: solid 2px #CCCCCC;
}
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}
h1
{
	margin: 0;
	padding: 20px 0 10px 0;
	color: #232279;
	font-size: 20px;
	line-height: 1.125em;
}
h2
{
	margin: 0;
	padding: 16px 0 10px 0;
	color: #9A9B9F;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.225em;
}
h2.subtitle
{
	margin-top: -4px;
	padding-top: 0;
}
h3
{
	margin: 0;
	padding: 10px 0 4px 0;
	font-size: 14px;
	line-height: 1.425em;
}
p
{
	margin: 0;
	padding: 4px 0 4px 0;
}
ul
{
	margin: 0;
	padding: 4px 0 4px 0;
	list-style-type: none;
}
ul li
{
	margin: 0;
	padding: 0 0 4px 12px;
	background: transparent url(../images/layout/bullet_main.gif) no-repeat left 0.425em;
}
ul ul
{
	padding-bottom: 0;
}
ul ul li
{
	background: transparent url(../images/layout/bullet_sub.gif) no-repeat left 0.625em;
}
table
{
	margin: 4px 0 4px 0;
	padding: 0;
	border: solid 1px #FFFFFF;
	border-collapse: collapse;
}
th
{
	padding: 6px 16px 6px 16px;
	background-color: #9E9FA3;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}
th.second,
.second th
{
	background-color: #B8B9BC;
}
thead th
{
	background-color: #202081;
	color: #FFFFFF;
	font-weight: bold;
}
td
{
	padding: 6px 16px 6px 16px;
	background-color: #DDDEE0;
	border: solid 1px #FFFFFF;
	text-align: left;
}
td.second
{
	background-color: #EEEFF1;
}
.second td
{
	background-color: #E8E8EB;
}
.second td.second
{
	background-color: #F5F5F7;
}
.clear
{
	clear: both;
	float: none;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* Formulare */

form
{
	margin: 0;
	padding: 0;
}
label
{
	padding: 4px 0 4px 0;
	cursor: pointer;
}
label.main
{
	float: left;
	width: 180px;
	padding-right: 12px;
}
input.text,
textarea
{
	padding: 4px;
	background: #FFFFFF;
	border: solid 1px #9E9FA3;
	color: #1C3889;
	font: normal 12px Arial, Verdana, sans-serif;
	vertical-align: middle;
}
textarea
{
	line-height: 1.585em;
	vertical-align: top;
}
select
{
	margin: 3px 0 3px 0;
	color: #1C3889;
	font: normal 12px Arial, Verdana, sans-serif;
	vertical-align: middle;
}
input.radio,
input.checkbox
{
	vertical-align: middle;
}
input.file
{
	width: 330px;
}
input.submit,
input.reset
{
	overflow: visible;
	padding: 6px 16px 5px 16px;
	background-color: #9E9FA3;
	border: solid 1px #666666;
	color: #FFFFFF;
	font: normal 13px Arial, Verdana, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
}
input.reset
{
	background-color: #FFFFFF;
	border: solid 1px #9E9FA3;
	color: #666666;
}
input.submit:hover,
input.submit:focus
{
	background-color: #232279;
	border-color: #232279;
}
input.reset:hover,
input.reset:focus
{
	background-color: #F7F7F7;
}
div.row
{
	padding: 10px 25px 10px 25px;
	background-color: #F7F7F7;
}
div.row.even
{
	background-color: #FFFFFF;
}
div.row input.text,
div.row textarea
{
	width: 320px;
}
div.row select
{
	width: 332px;
}
div.submit
{
	margin: 8px 0 12px 0;
	border: solid 1px #dddee0;
	padding: 14px 24px 15px 24px;
	text-align: right;
}
div.submit input.reset
{
	margin-right: 8px;
}

ul.options
{
	margin: 0;
	padding: 0;
}
ul.options li
{
	margin: 0;
	padding: 4px 0 4px 0;
	background: transparent;
	border-top: dotted 1px #9E9FA3;
}
ul.options li.first
{
	border-top: none;
}
div.row ul.options
{
	float: left;
	width: 332px;
}

/* Layout */

#page
{
	width: 876px;
	padding: 0 22px 0 22px;
}

/* Header */

#header
{
	position: relative;
	background: #FFFFFF url(../images/layout/header_bg.gif) no-repeat top right;
	height: 129px;
	border-bottom: 1px solid #FFFFFF;
}
#header h1
{
	width: 250px;
	height: 100%;
	padding: 0;
	background: transparent url(../images/layout/logo.gif) no-repeat left 40px;
}
#header h1 a
{
	display: block;
	width: 100%;
	height: 100%;
}
#header h1 span
{
	display: none;
}
#header h2
{
	position: absolute;
	top: 53px;
	left: 274px;
	padding: 0;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#logo
{
	display: none;
}

/* linke Spalte */

#leftcol
{
	float: left;
	width: 225px;
	padding: 16px 0 248px 0;
	background: transparent url(../images/layout/leftcol_bg.gif) repeat-x left bottom;
}
#mainnavi
{
	padding: 0;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #FFFFFF;
	font-size: 13px;
}
#mainnavi li
{
	padding: 0;
	background: transparent;
}
#mainnavi a
{
	display: block;
	width: 203px;
	padding: 5px 11px 5px 11px;
	border-bottom: 1px solid #000066;
	color: #000066;
	font-weight: normal;
	background: transparent url(../images/layout/mainnavi_bullet.gif) no-repeat right center;
}
#mainnavi a:hover,
#mainnavi a:focus
{
	background-color: #F7F7F7;
	text-decoration: none;
}
#mainnavi li.active a,
#mainnavi li.active a:hover,
#mainnavi li.active a:focus
{
	background-image: url(../images/layout/mainnavi_bullet_active.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

/* Inhalt */

#content
{
	float: right;
	width: 576px;
	padding: 25px 25px 45px 25px;
}

/* Brotkrumen-Navigation */

#breadcrumbs
{
	background: url(../images/layout/breadcrumb-bg.gif) top left repeat-y;
	height: 24px;
	margin-left: 250px;
	font-size: 11px;
	padding-left: 25px;
}
#breadcrumbs_home
{
	background: url(../images/layout/breadcrumb-bg_home.gif) top left no-repeat;
	height: 24px;
	margin-left: 250px;
	font-size: 11px;
	padding-left: 25px;
}
#breadcrumbs span, #breadcrumbs_home span
{
	float: left;
	line-height: 24px;
}
#breadcrumbs ul, #breadcrumbs_home ul
{
	float: left;
	height: 24px;
	list-style-type: none;
	padding: 0;
}
#breadcrumbs ul li, #breadcrumbs_home ul li
{
	float: left;
	height: 24px;
	padding: 0;
	margin: 0;
	background-position: 0 8px;
}
#breadcrumbs ul li.first, #breadcrumbs_home ul li.first
{
	background: none;
}
#breadcrumbs ul a, #breadcrumbs_home ul a {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 7px 0 10px;
	margin: 0;
	font-weight: normal;
}
#breadcrumbs ul li.active a, #breadcrumbs_home ul li.active a
{
	font-weight: bold;
}

/* Willkommens-Feld */

#welcome
{
	margin: -25px -25px 0 -25px;
	padding: 25px 160px 25px 25px;
	background: transparent url(../images/layout/content_bg_startseite.gif) no-repeat top left;
}
#welcome h1
{
	padding-bottom: 2px;
}
#welcome h2
{
	padding-top: 2px;
	padding-bottom: 6px;
}

/* Startseiten-Teaser */

.fake_columns
{
	margin: 0 -25px 0 -25px;
	padding: 0 25px 0 25px;
	background: transparent url(../images/layout/fake_columns.gif) repeat-y left top;
}
.teaser
{
	float: left;
	display: inline;
	width: 255px;
	margin: 0 -25px 0 -25px;
	padding: 0 25px 20px 25px;
}
.teaser.eins
{
	margin-right: 41px;
}
.teaser.feld
{
	background-color: #F6F6F6;
}
.teaser h2
{
	padding-top: 25px;
	padding-bottom: 4px;
	color: #252379;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.teaser h3
{
	padding-top: 0;
	padding-bottom: 8px;
	font-size: 13px;
}
.teaser h3 a
{
	color: #666666;
}
.teaser img
{
	margin-top: 4px;
	margin-bottom: 6px;
}
h2.balken
{
	margin: 0;
	padding: 9px 25px 7px 25px;
	background-color: #D0D1D2;
	border-bottom: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.teaser h2.balken
{
	margin: 0 -25px 0 -25px;
}
.teaser p
{
	font-size: 11px;
	line-height: 1.525em;
}
.teaser p a
{
	color: #666666;
	font-weight: normal;
}
.feld a
{
	font-weight: normal;
}
.feld img
{
	margin-top: 16px;
}
.feld h3
{
	padding-top: 18px;
	padding-bottom: 0;
	color: #232278;
	font-size: 13px;
	font-weight: normal;
}
.feld h3 a
{
	color: #232278;
}
.feld p a
{
	color: #232278;
}

/* Download-Listen */

.downloads
{
	margin: 12px -25px 0 -25px;
}
.downloads li
{
	width: 564px;
	padding: 10px 25px 6px 37px;
	background: #F7F7F7 url(../images/layout/bullet_main.gif) no-repeat 25px 1.225em;
}
.downloads li.second
{
	background-color: #FFFFFF;
}
.downloads img
{
	margin-top: 4px;
	padding: 0;
	background: transparent;
	border: none;
}
.downloads h3
{
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
}
.downloads li.new h3 a
{
	padding-left: 32px;
	background: transparent url(../images/layout/icon_new.gif) no-repeat 0 0;
}
.downloads p
{
	padding-top: 0;
	color: #5A5A5A;
	font-size: 11px;
}
.downloads p a
{
	color: #666666;
	font-weight: normal;
}
.filesize
{
	color: #9E9FA3;
	font-size: 10px;
}

/* Download-Listen in Teaser-Elementen */

.teaser ul.downloads
{
	margin: 0;
}
.teaser ul.downloads li
{
	width: 100%;
	padding: 10px 0 0 0;
	background: transparent;
}
.teaser .downloads img
{
	margin-top: 12px;
}
.teaser .downloads h3
{
	font-size: 13px;
}
.teaser .downloads li.new h3 a
{
	background-position: 0 1px;
}
.teaser .downloads p
{
	padding-top: 2px;
	color: #5A5A5A;
}
.teaser .downloads p a
{
	color: #5A5A5A;
}

/* KABOCLEAN Teaser */

#kaboclean
{
	margin: 0 -25px 0 -25px;
	padding: 45px 160px 15px 25px;
	background: #FAFAFA url(../images/layout/kaboclean.png) no-repeat left top;
}
#kaboclean h2
{
	height: 22px;
	padding: 0;
	background: transparent url(../images/layout/logo_kaboclean.gif) no-repeat left top;
}
#kaboclean h2 span
{
	display: none;
}
#kaboclean h3
{
	font-size: 15px;
	font-weight: normal;
}
#kaboclean img
{
	display: none;
}
#kaboclean p
{
	font-size: 11px;
}
#kaboclean p a
{
	font-size: 12px;
}

/* Footer */

#footer
{
	height: 34px;
	padding-top: 6px;
	border-top: 1px dotted #CCCCCC;
}
#footer span
{
	font-weight: bold;
}
#footer span span
{
	letter-spacing: 2px;
}
#footer a
{
	color: #666666;
	text-decoration: none;
}
#footer p
{
	text-align: right;
}
#footer .copyright
{
	float: left;
}

/* Startseite */

.login #page
{
	width: 788px;
	margin: 0 auto 0 auto;
	padding: 0 52px 0 52px;
	background: transparent url(../images/layout/header_login.jpg) no-repeat left top;
}
.login #header
{
	height: 354px;
	padding-top: 38px;
	background: transparent;
	border: none;
}
.login #header h1
{
	width: 239px;
	height: 64px;
	background: transparent url(../images/layout/logo_login.gif) no-repeat left top;
}
.login #header h2
{
	top: 46px;
	color: #9E9FA3;
}

.login #header form
{
	position: relative;
	width: 508px;
	height: 170px;
	margin-top: 38px;
	background: transparent url(../images/layout/login_background_login.jpg) no-repeat left bottom;
}
.login #header form h3
{
	padding: 24px 0 24px 0;
	color: #FFFFFF;
	font-size: 22px;
}
.login #header form label
{
	padding: 6px 0 6px 0;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 13px;
	cursor: pointer;
}
.login #header form input.text
{
	width: 176px;
	padding: 4px;
	background: #FFFFFF;
	border: solid 1px #000051;
	color: #1C3889;
	font-size: 13px;
}
.login #header form div.row
{
	padding: 8px 12px 8px 12px;
	background: transparent;
}
.login #header form div.row label
{
	float: left;
	width: 140px;
}
.login #header form input.submit
{
	position: absolute;
	left: 368px;
	top: 105px;
	width: 114px;
	height: 39px;
	padding: 0;
	border: none;
}

/* Teaser Login-Seite */

.login .fake_columns
{
	margin: 24px 0 0 0;
	padding: 0;
	background: transparent url(../images/layout/login_fake_columns.gif) repeat-y left top;
}
.login .teaser
{
	width: 226px;
	margin: 0 19px 0 0;
	padding: 0 12px 12px 12px;
	background-color: #F5F6F8;
}
.login .teaser.second
{
	background-color: #FFFFFF;
}
.login .teaser.last
{
	margin-right: 0;
}
.login .teaser h2
{
	padding-top: 16px;
	padding-bottom: 0;
	font-size: 19px;
}
.login .teaser h3
{
	color: #9A9B9F;
	font-size: 17px;
}
.login .teaser h3 a
{
	color: #9A9B9F;
	font-weight: normal;
}
.login .teaser img
{
	margin-bottom: 10px;
}
p.more
{
	text-align: right;
}
p.more a
{
	color: #202081;
	font-weight: bold;
}

/* some stuff for settings */
span.label
{
    display:block;
    float:left;
    width:200px;
}
span.labelsmall
{
    display:block;
    float:left;
    width:100px;
}
.grey
{
    color: #5A5A5A;
    background: #F7F7F7;
}

.settings
{
	margin: 12px -25px 0 -25px;
}
.settings .item
{
	width: 564px;
	padding: 10px 25px 6px 37px;
	background: #F7F7F7;
}
/* fälle */

.faelle
{
	margin: 12px -25px 0 -25px;
}
.faelle li
{
	width: 626px;
	padding: 0 0 10px 0;
	background: #F7F7F7;
	margin-bottom:10px;
}
.faelle li h3
{
    background-color:#d0d1d2;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:9px 25px 7px 25px;    
}
.faelle li div
{
    padding:0 25px 0 25px;    
}
.faelle li p
{
    padding:0 25px 0 25px;    
}
.faelle img
{
	margin-top: 4px;
	padding: 0;
	background: transparent;
	border: none;
}
.faelle h3
{
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
}
.faelle li.new h3 a
{
	padding-left: 32px;
	background: transparent url(../images/layout/icon_new.gif) no-repeat 0 0;
}

.faelle li a div
{
	color: #666666;
	font-weight: normal;
}

.contentgrey
{
	margin: 12px -25px 0 -25px;
}

.contentgrey div
{
 	width: 564px;
	padding: 10px 25px 6px 37px;
	background: #F7F7F7;
}

.content
{
	margin: 12px -25px 0 -25px;
	background: #fff;
}

.content div
{
 	width: 574px;
	padding: 10px 25px 6px 27px;
}

.content div .teaser feld eins
{
 	width: 574px;
}
.contact_label
{
    display:block;
    width:200px;
    float:left;
}
.rightDiv
{
    float:right;
}
.ActiveBerichteRow
{
    background-color:#ddd;
}

