/* colors
Blau:   #004994
Grau:   #555555
Cyan:   #f39200
Gruen:  #51ae31
Gruen2: #afca06
*/




/*  fonts  ------------------------------------------------------------------  */

body {
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
	/* line-height: 18px; */
	}

div#main a:link, div#main a:visited, div.marginalBox a:link, div.marginalBox a:visited {
	/* background: url(../img/link_arrow.png) left center no-repeat; */
	/* margin: 0 2px; */
	/* padding-left: 17px; */
	color: #004994;
	text-decoration: none;
	}
/* div#main a:hover, div.marginalBox a:hover {color: #f39200; text-decoration: underline;} */
div#main a:hover, div.marginalBox a:hover {color: #004994; text-decoration: underline;}

div#main p.back a:link, div#main p.back a:visited {
	background: url(../img/link_arrow_back.png) left center no-repeat;
	}

div.marginalBox a:link, div.marginalBox a:visited {
	background: url(../img/link_arrow_boxes_grey.png) left center no-repeat;
	}

p {
	margin: 0;
	padding: 0 0 0.7em 0;
	}

h1, h2 {
	margin: 0;
	padding: 0 0 0.7em 0;
	font-weight: bold;
	color: #004994;
	}

h1 {
	font-size: 24px;
	line-height: 26px;
	}

h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0.1em 0 0.7em 0;
	}
h3 {
	font-size:12px;
	}

div#headNavigation {
	font-size: 11px;
	color: #004994;
	}

div#headNavigation a:link, div#headNavigation a:visited {color: #004994; text-decoration: none;}
div#headNavigation a:hover {color: #51ae31; text-decoration: underline;}

div#breadcrumb {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	}

div#breadcrumb h3 {
	display: inline;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	font-weight: normal;
	padding-right: 10px;
	}

div#breadcrumb a:link, div#breadcrumb a:visited {color: #fff; text-decoration: none;}
div#breadcrumb a:hover {color: #afca06; text-decoration: underline;}

div#left, div#right {
	font-size: 11px;
	line-height: 16px;
	}

div.loginBox {
	color: #fff;
	}

div.loginBox h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	}

div.loginBox p {
	padding: 0;
	}

div.loginBox a:link, div.loginBox a:visited {
	background: url(../img/link_arrow_login.png) left center no-repeat;
	padding-left: 18px;
	color: #fff; 
	text-decoration: none;
	}
div.loginBox a:hover {color: #b2dff4; text-decoration: underline;}

div#footerText {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	text-indent: -77px;
	}

div#footerText a:link, div#footerText a:visited {color: #fff;}
div#footerText a:hover {color: #94c11c;}



/*  navigation  ---------------------------------------------------------------   */

div#navigation { 
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	}

div#navigation p, div#navigation ul {
	margin: 0;
	padding: 0;
	}

div#navigation ul {
	list-style-type: none;
	}

div#navigation li {
	background: url(../img/nav_trenner.png) right top no-repeat;
	height: 30px;
	float: left;
	}

div#navigation li.last { 
	background: none;
	}

div#navigation a {
	display: inline-block;
	height: 23px;
	padding: 7px 12px 0 10px;
	color: #fff;
	text-decoration: none;
	}

div#navigation a:hover {
	background: #51ae31 url(../img/nav_highlight_green.png) left top repeat-x;
	color: #fff;
	}

div#navigation li.active, div#navigation a.trail {
	/* background: #f39200 url(../img/nav_highlight_green.png) left top repeat-x; */
	background: #004994 url(../img/nav_highlight_green.png) left top repeat-x;
	padding: 7px 12px 0 10px;
	color: #fff;
	}


/*  subNavigation  ---------------------------------------------------------------   */

div#subNavigation, div#subNavigation2 { 
	font-size: 12px;
	line-height: 14px; 
	font-weight: bold;
	color: #555555;
	}

div#subNavigation p, div#subNavigation ul, div#subNavigation2 p, div#subNavigation2 ul {
	margin: 0;
	padding: 0;
	}

div#subNavigation ul, div#subNavigation2 ul {
	list-style-type: none;
	}

div#subNavigation ul ul, div#subNavigation2 ul ul {
	font-size: 12px;
	line-height: 13px;
	padding-top: 5px;
	font-weight: normal;
	}
	
div#subNavigation li, div#subNavigation2 li {
	background: url(../img/link_arrow_boxes_grey.png) 10px 6px no-repeat;
	margin: 0;
	padding: 6px 10px;
	border-bottom: 1px solid #fff;
	}

div#subNavigation li li, div#subNavigation2 li li {
	background-position: 0 4px;
	margin-left: 20px;
	padding: 4px 0 4px 0;
	border-top: 1px solid #fff;
	border-bottom: none;
	}

div#subNavigation a, div#subNavigation2 a {
	padding-left: 20px;
	color: #3C3C3C;
	text-decoration: none;
	display: block;
	}

div#subNavigation a:hover, div#subNavigation2 a:hover {
	/* color: #f39200; */
	color: #004994;
	}

div#subNavigation li.active, div#subNavigation2 li.active {
	padding-left: 30px;
	/* color: #f39200; */
	color: #004994;
	}

div#subNavigation li.active li, div#subNavigation2 li.active li {
	margin-left: 0;
	}

div#subNavigation li li.active, div#subNavigation2 li li.active {
	padding-left: 20px;
	}

.navDivider {width:199px; padding:0; margin:0; background-color:#dddddd; border-bottom:1px solid white;}

/*  div layout  ------------------------------------------------------------------   */

body {
	background: #d3d3d3 url(../img/site_bg.png) top left repeat-x;
	}

div#wrapper {
	background: #fff;
	}

div#header {
	width: 960px;
	padding: 0;
	}

div#logoNavContainer {
	width: 960px;
	height: 100px;
	}

div#logo {
	width: 400px;
	height: 100px;
	padding: 0;
	float: left;
	}

div#headNavigation {
	width: 400px;
	padding: 10px 10px 0 0;
	float: right;
	text-align: right;
	}

div#navigation {
	/* background: #f39200 top left no-repeat; */
	background: #004994 top left no-repeat;
	height: 5px;
	padding: 0 0 0 10px;
	}

div#breadcrumb {
	background-color: #004994;
	height: 20px;
	border-top: 1px solid #2664a4;
	border-left: 1px solid #80a4ca;
	padding: 9px 220px 0 10px;
	}

div#subNavigation {
	background-color: #f0f0f0;
	border-left: 1px solid #f8f8f8;
	border-top: 1px solid #fff;
	border-bottom: 20px solid #ddd;
	margin: 20px 0;
	}

div#subNavigation2 {
	background-color: #f0f0f0;
	border-left: 1px solid #f8f8f8;
	border-top: 1px solid #fff;
	border-bottom: 20px solid #ddd;
	margin: 20px 0;
	}

div#container {
	background: url(../img/container_bg.gif) top center repeat-y;
	width: 960px;
	min-height: 420px;
	height: auto;
	}

div#main {
	padding: 20px 20px 15px 20px;
	}

div#left {
	margin: 0;
	padding: 0;
	}

div#right {
	background-color: #ddd;
	position: relative;
	width: 179px;
	height: 250px;
	z-index: 2;
	margin: 0 0 0 0;
	border-right: 1px solid #eee;
	padding: 8px 10px 10px 10px;
	}

div#servicePortal {
	margin: 20px 0 20px 10px;
	}

div#footer {
	/* background: #f39200 top center no-repeat; */
	background: #004994 top center no-repeat;
	width: 960px;
	padding: 0;
	margin: 5px 0 0 0;
	}

div#footerText {
	padding: 10px 0 0 295px;
	}

div#topLink {
	width: 115px;
	float: right;
	}


/* boxes ------------------------------------------------------------------------- */

div.loginBg {
	background-color: #004994;
	border-top: 1px solid #2664a4;
	border-left: 1px solid #80a4ca;
	padding: 10px;
	}

div.loginBox {
	background-color: #6692bf;
	border: 1px solid #396ea5;
	padding: 10px 10px 5px 10px;
	}

div.loginBox h2 {
	background: #004994 url(../img/login_header_bg.png) top left repeat-x;
	width: 158px;
	margin: -10px 0 -5px -10px;
	padding: 3px 10px 3px 10px;
	}

div.loginBox input {
	margin: 0 0 3px 0;
	padding: 2px;
	}

div.loginBox .submit {
	margin: 5px 0 5px 0;
	padding: 3px 10px;
	}


.marginalBox {
	margin: 20px 0px 20px 0px;
	padding: 0 10px 0 10px;
	background: #f0f0f0;
	border: 1px solid #f6f6f6;
	}

.marginalBox h2 {
	margin: 0 -10px 5px -10px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 14px;
	color: #004994;
	background: #c4c4c4 url(../img/marginalbox_header_bg.png) left top repeat-x;
	}



/*  quickSearch   ---------------------------------------------------------------- */

div#quickSearch form {
	margin: 0;
	}

div#quickSearch input {
	margin: 0;
	}

div#quickSearch #ctrl_1 {
	width: 100px;
	}

div#quickSearch .submit {
	margin-left: 5px;
	padding: 2px 6px;
	}


/*  search result  --------------------------------------------------------------- */

.mod_search .submit {
	margin-left: 5px;
	}

.mod_search #query_type input.radio {
	padding-right: 10px;
	}

.mod_search #query_type label {
	padding-right: 10px;
	}

.mod_search h3 {
	margin: 0;
	padding: 0.7em 0 0.2em 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	}

.mod_search .relevance {
	margin-left: 3px;
	font-size: 11px;
	font-weight: normal;
	}

.mod_search .context {
	color: #999999;
	}
	
.mod_search .highlight {
	color: #555555;
	font-weight: bold;
	}

.mod_search p.url {
	display: none;
	}


/*  news lists  ------------------------------------------------------------------ */

.mod_newslist .layout_short {
	margin-bottom: 20px;
	}

.mod_newslist .layout_short p {
	padding-bottom: 2px;
	}

.mod_newslist .layout_short h2 {
	padding-bottom: 5px;
	}

.mod_newslist .layout_short p.info {
	font-size: 11px;
	}



/*  downloads ce  ---------------------------------------------------------------- */

.mime_icon {
	margin-bottom: -3px;
	}



/* forms ------------------------------------------------------------------------  */

.submit {
	background: #004994 url(../img/button_bg.png) top left repeat-x;
	border: 1px solid #90a6bc;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;
	}

.submit:hover {
	/* background: #f39200 url(../img/button_bg_hover.png) top left repeat-x; */
	background: #004994 url(../img/button_bg_hover.png) top left repeat-x;
	}

.submit_g {
	background: #f39200 top left repeat-x;
	border: 1px solid #bca690;
	color: #fff;
	cursor: pointer;
	padding: 2px 2px;
	}

.submit_g:hover {
	/* background: #f39200 url(../img/button_bg_hover.png) top left repeat-x; */
	background: #ffaa00 top left repeat-x;
	}

.submit_r {
	background: #ee3300 top left repeat-x;
	border: 1px solid #bca690;
	color: #fff;
	cursor: pointer;
	padding: 2px 2px;
	}

.submit_r:hover {
	/* background: #f39200 url(../img/button_bg_hover.png) top left repeat-x; */
	background: #ff4400 top left repeat-x;
	}

form {
	margin: 10px 0 0 0;
	}

/*
#main form td {
	background: none;
	border-bottom: none;
	padding: 0 10px 0 0;
	vertical-align: top;
	border: none;
	font-size: 11px;
	line-height: 17px;
	}
*/

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555; 
	background: #fff url(../img/input_bg.png) top left no-repeat;
	border: 1px solid #b9b9b9; 
	padding: 3px;
	margin: 0 0 00px 0;
	}

input.error {
	border-color: #d40f14;
	}

.radio, .checkbox {
	background: none;
	border: none;
	}

div#main input.text {
	width: 250px;
	}

div#main textarea.textarea {
	width: 250px;
	height: 120px;
	}

div#main input.inputShort {
	width: 60px;
	}

div#main input.captcha {
	width: 30px;
	}

.captcha_text {
	padding-left: 10px;
	padding-bottom: 10px;
	}

p.label {
	padding: 0;
	}

div#main label {
	font-weight: bold;
	}


/*  pagination  ---------------------------------------------------------------  */

div#main div.pagination {
	padding: 20px 0 20px 0;
	font-size: 11px;
	}

div#main div.pagination ul {
	margin: 0;
 	padding: 0;
 	list-style: none;
 	}
  
div#main div.pagination li {
	background: none;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}

div#main div.pagination a:link, div#main div.pagination a:visited {
	background: none;
	margin: 0;
	padding: 0;
	}

div#main div.pagination .current {
	/* background: #f39200; */
	background: #004994;
	padding: 2px 4px;
	color: #fff;
	font-weight: bold;
	}


/*  moreCSS Pop-up -----------------------------------------------------------  */

.myLayer {
	width:450px;
	height:380px;
	background: #fff;
	border: 2px solid #004994;
	z-index: 3;
	}

.closeLink {
	background: #dddddd;
	padding: 10px;
	text-align: right;
	}

.closeLink a {
	background: #004994 url(../img/button_bg.png) top left repeat-x;
	border: 1px solid #90a6bc;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	}

.closeLink a:hover {
	/* background: #f39200 url(../img/button_bg_hover.png) top left repeat-x; */
	background: #004994 url(../img/button_bg_hover.png) top left repeat-x;
	}

.contentDIV {
	margin: 20px 10px 10px 20px;
	}


/*  others  ------------------------------------------------------------------  */


img {
	border: 0;
	}

/* .imageLeft {     in basic.css definiert
	float: left;
	margin: 0px 10px 10px 0px;
	}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.clearFloat {
	clear: both;
	}
	
.error {
	color: #d40f14;
	}

#main table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	}

#main th {
	background: #f39200;
	padding: 2px 4px;
	color: #fff;
	}

#main td {
	background: #f0f0f0;
	font-size: 11px;
	line-height: 16px;
	border-bottom: 1px solid #dddddd;
	padding: 2px 4px;
	vertical-align: top;
	}
 */

#main td {
	font-size: 11px;
	vertical-align: top;
	}

/* TD formatiert wie normaler Absatz */
#main td.abs {
	font-size: 12px;
	vertical-align: top;
	padding-top:5px;
	padding-bottom:10px;
	}

#main tr.greyLine {
	background-color:#f4f4f4;
}

#main tr.headLine  {
	background-color:#f4f4f4;
}

#main ul {
	margin: 0;
	padding: 0 0 0.6em 0;
	}

#main ol {
	margin: 0;
	padding: 0 0 0.6em 25px;
	}

#main ul ul, #main ol ol {
	padding: 2px 0 0.3em 0;
	}
	
#main ul li {
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: none;
	background: url(../img/content_bullet.png) no-repeat;
	background-position: 0px 0.35em;
	padding-bottom: 0;
	margin-bottom: 0.4em;
	}

#main ul ul li {
	margin-bottom: 0;
	background: url(../img/content_bullet_grey.png) no-repeat;
	background-position: 0px 0.4em;
	}

#main .mod_sitemap ul li a {
	background: none;
	padding-left: 0;
	}
	
	
	
	
#main .ce_gallery td {
	background: #FFFFFF;
	border: 0;
	padding: 5px 0px;
	}
	
/* image next to text (column) - Kontakt */

.imagenexttotext {
 color: inherit;
 background-color: inherit;
 float: left;
 width: 100px;
 margin: 0 0 0 0; 
 padding: 0 0 0 0;
 }
 
.textnexttoimage {
 color: inherit;
 background-color: inherit;
 width: 350px;
 margin-left: 120px;
 margin-bottom: 1em;
 padding: 0 1em 0 1em;
  }

.textnexttoimage h2 {
 margin-bottom: 1em;
 padding: 0;
 }

hr.clearing
 {
  clear: both;
  visibility: hidden;
 }

table.calendar {
	margin:0px;
	padding:-8px;
}

td.itemCalendarActual {
	cursor:pointer;
}
td.itemCalendarActual:hover {
	background-color:#95ff95;
}
td.itemCalendarOld {
	background-color:#e4fce4;
}
td.itemCalendarOldHover{
	background-color:#e4fce4;
	cursor:pointer;
}
td.itemCalendarOldHover:hover{
	background-color:#e4fce4;
}
td.itemCalendarLent {
	background-color:#fc9999;
	cursor:pointer;
}
td.itemCalendarLent:hover {
	background-color:#fe6868;
}
td.itemCalendarGrey {
	background-color:#FFFFFF;
}



td.calendarHeaderLight {
	background-color:#FFFFFF;
	color:#000000;
	margin:-10px;
	padding:0px;
	width:60px;
}

td.calendarHeaderDark {
	background-color:#CCCCCC;
	color:#000000;
	margin:-10px;
	padding:0px;
	width:60px;
}

td.calendarHeaderDarkHover {
	background-color:#e4e4e4;
	color:#000000;
	margin:-10px;
	padding:0px;
	width:60px;
	cursor:pointer;
}

td.calendarHeaderDarkHover:hover{
	background-color:#d6d6d6;
}

td.calendarHeaderToday {
	background-color:#c3e4e4;
	color:#000000;
	margin:-10px;
	padding:0px;
	width:60px;
}

td.calendarHeaderTodayHover {
	background-color:#c3e4e4;
	color:#000000;
	margin:-10px;
	padding:0px;
	width:60px;
	cursor:pointer;
}
td.calendarHeaderTodayHover:hover {
	background-color:#a6d1d1;
}

td.calendarHeaderHilite {
	background-color:#666666;
	color:#eeeeee;
	margin:-10px;
	padding:0px;
	width:60px;
}

td.calendar1 {
	background-color:#FF9966;
	color:#000000;
	cursor:pointer;
}
td.calendar1:hover {
	background-color:#FF9900;
}
td.calendar2 {
	background-color:#66CC66;
	color:#000000;
	cursor:pointer;
}
td.calendar2:hover {
	background-color:#33CC33;
}
td.calendar3 {
	background-color:#66CCFF;
	color:#000000;
	cursor:pointer;
}
td.calendar3:hover {
	background-color:#0099FF;
}
td.calendar4 {
	background-color:#FF8888;
	color:#000000;
	cursor:pointer;
}
td.calendar4:hover {
	background-color:#FF0000;
}
td.calendar5 {
	background-color:#88ff88;
	color:#000000;
	cursor:pointer;
}
td.calendar5:hover {
	background-color:#00ff00;
}
td.calendar6 {
	background-color:#CC6699;
	color:#EEEEEE;
	cursor:pointer;
}
td.calendar6:hover {
	background-color:#CC3366;
}
td.calendar7 {
	background-color:#FFFF99;
	color:#000000;
	cursor:pointer;
}
td.calendar7:hover {
	background-color:#FFFF66;
}
td.calendar8 {
	background-color:#999999;
	color:#EEEEEE;
	cursor:pointer;
}
td.calendar8:hover {
	background-color:#666666;
}
td.calendar9 {
	background-color:#cc0066;
	color:#000000;
	cursor:pointer;
}
td.calendar9:hover {
	background-color:#FF3399;
}
td.calendar10 {
	background-color:#FFCCCC;
	color:#000000;
	cursor:pointer;
}
td.calendar10:hover {
	background-color:#FF9999;
}
td.calendar11 {
	background-color:#66CCAA;
	color:#000000;
	cursor:pointer;
}
td.calendar11:hover {
	background-color:#33CCCC;
}
td.calendar12 {
	background-color:#666666;
	color:#EEEEEE;
	cursor:pointer;
}
td.calendar12:hover {
	background-color:#333333;
}
td.calendar13 {
	background-color:#FFCCFF;
	color:#000000;
	cursor:pointer;
}
td.calendar13:hover {
	background-color:#FF99FF;
}
td.calendar14 {
	background-color:#6666ff;
	color:#EEEEEE;
	cursor:pointer;
}
td.calendar14:hover {
	background-color:#0000FF;
}

#kalender_div { font-family:arial,helvetica,sans-serif;font-size: 11px;padding:0px;margin:0px;line-height:17px; }
#kalender_div table { margin:0px;padding:0px;border-collapse:separate;border-spacing:1px; }
#kalender_div td { margin:0px;margin-left:3px;margin-right:3px;padding:1px; }
#kalender_div td.grau {color:#cccccc}
#kalender_div td.p { background-color:#ff3300;}
/* #kalender_div td.p { background-color:#ffdd00;} */
#kalender_div td.f { background-color:#00FF00;cursor:pointer}
#kalender_div td.b { background-color:#ff3300}
#kalender_div td.a { background-color:#dddddd;cursor:pointer}

div#sonderInhalt {text-align:center;border:1px solid white;background-color:#f0f0f0;font-size:11px;}
div#sonderInhalt p {margin-top:0px;margin-bottom:0px;}
div#sonderInhalt a {color: #004994; text-decoration: none;}
div#sonderInhalt a:hover {color: #004994; text-decoration: underline;}

/* Beschreibungs-Kästchen */
#main td .bk { background-color:#f8f8f8; border:1px solid #f39200; padding:5px; margin-top:5px; margin-bottom:5px; }

.zeiger { cursor:pointer; }

table.border1 { border-collapse:collapse;border:1px solid #7C7C7C; }
.border1 td { border-right:1px solid #7C7C7C;border-bottom:1px solid #7C7C7C; font-size:12px !important}
.nosp_am { display:none }

