﻿/******** LAYOUT **************************************/

body {
	margin: 0px;
	background-color: #143CA0;
	font-family: Verdana, Geneva, sans-serif;
	}

#headerContainer {
	position: relative;
	height: 490px;
	background-image: url(/fileadmin/templates/pic/01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	}
	
#headerBackground {
	position: relative;
	width: 1680px;
	height: 490px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
#headerInnerContainer {
	position: relative;
	top: -490px;
	width: 980px;
	height: 490px;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;	
	}
	
#headerTopBar {
	position: absolute;
	width: 980px;
	padding-left: 0px;
	padding-top: 39px;
	height: 71px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	z-index: 1;
	}	
	
#headerTopBarBackground {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 71px;	
	background-image: url(/fileadmin/templates/gfx/background_topbar.png);
	background-repeat: repeat-x;
	z-index: 1;
	}	
	
#headerMenuDivider {
	position: absolute;
	top: 64px;
	width: 100%;	
	background-image: url(/fileadmin/templates/gfx/shadow_menu.png);
	height: 7px;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	z-index: 6;
	}	
	
#headerLogo	{
	position: absolute;
	width: 217;
	height: 49px;
	left: 240px;
	top: 97px;
	z-index: 1;
	}
	
#headerSlogan {
	position: absolute;
	top: 442px;
	background-image: url(/fileadmin/templates/gfx/image_title.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 48px;
	width: 100%;
	z-index: 1;
	}

#contentContainerOuter {
	position: relative;
	background-color: #FFFFFF;
	}	
	
#contentContainer {
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;		
	min-height: 250px;	
	}	

#footer	{
	position: relative;
	text-align: center;
	height: 35px;
	background-color: #143CA0;
	background-image: url(/fileadmin/templates/gfx/dropshadow_bottom.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	}
	
#footer {
	font-size: 11px;
	color: #FFFFFF;	
	}

#footer a:link, #footer a:visited, #footer a:active {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	}

#footer a:hover {
	font-size: 11px;
	text-decortion: none;
	color: #CCCCCC;
	}	

.MainMenuItem {
	padding: 7px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	}

.MainMenuItemAct {
	padding: 7px;
	background-color: #143CA0;
	color: #FFFFFF;	
	font-weight: bold;
	font-size: 14px;	
	}
#menuContainer {
	position: relative;
	top: 0;
	left: 0;
}
UL#mainMenuContainer {
	padding: 0;
	margin: 0;
}
UL#subMenuContainer {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 25px;
	width: 980px;
	height: 23px;
	background-color: #143CA0;
}
#subMenuContainer {
	border-top: 5px solid #143CA0;
	}
#mainMenuContainer LI {
	display: inline;
	list-style-type: none;
	padding: 4px 10px 7px 10px;
	color: #FFFFFF;
}
#mainMenuContainer LI A,
#mainMenuContainer LI A:link,
#mainMenuContainer LI A:hover,
#mainMenuContainer LI A:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica,sans-serif;
}
#mainMenuContainer LI.mainMenuItemAct {
	background-color: #143CA0;
	font-weight: bold;
}
#subMenuContainer LI {
	display: inline;
	list-style-type: none;
	padding: 5px 10px;
	font-size: 12px;
	background-color: #143CA0;
}
#subMenuContainer LI A,
#subMenuContainer LI A:link,
#subMenuContainer LI A:hover,
#subMenuContainer LI A:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica,sans-serif;
}
#subMenuContainer LI.subMenuItem {
	background-color: #143CA0;
	font-weight: bold;
}

#subMenuContainer LI.subMenuItemAct {
	background-color: #143CA0;
	font-weight: bold;
}

	
/******** CONTENT *************************************/

H1, H2, H3, H4, H5, H6 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	}

H2.header-blue {
	color: #000099;
}
H2.header-red {
	color: #990000;
}
H2.header-grey {
	color: #666666;
}

#MainContent {
	font-size: 12px;
	color: #333333;
	}

.bodytext, MainContent LI, MainContent TD {
	font-size: 12px;
	color: #333333;
	}

#MainContent b, #MainContent strong {
	font-size: 12px;
	color: #333333;
	}

#MainContent a:link, #MainContent a:visited, #MainContent a:active {
	color: #333333;
	}

#MainContent a:hover {
	color: #7D0000;
	}	

.external-link-new-window IMG {
	display:none;
	}

.table2col {
	border-collapse: collapse;
	}
.table3col {
	border-collapse: collapse;
	width: 100%;
}

.col50left {
	padding-right: 10px;
	vertical-align: top;	
	}	

.col50right {
	padding-left: 10px;
	vertical-align: top;	
	}
.col33 {
	width: 33%;
	vertical-align: top;	
	}
.col66 {
	width: 66%;
	vertical-align: top;	
	}
.col20 {
	width: 20%;
	vertical-align: top;	
	}
.col80 {
	padding-left: 20px;
	width: 75%;
	vertical-align: top;
	}
.contenttable {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	}

.contenttable TD {
	padding-right: 10px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
	}

.contenttable .td-last {
	border-right: 1px solid #FFFFFF!important;	
	width: 50px;
	text-align: right;
	}
.contenttable .td-0 {
	width: 150px;
	}
.contenttable .tr-last TD {
	border-bottom: 1px solid #CCCCCC!important;	
	}
dd.csc-textpic-caption {
	font-size: 10px;
	}

.tablenowidth {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	}

.tablenowidth TD {
	padding-right: 5px!important;
	padding-left: 5px!important;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
	width: 115px!Important;
	}

.tablenowidth .td-last {
	border-right: 1px solid #FFFFFF!important;	
	width: 115!Important;
	text-align: left!important;	
	}
	
.tablenowidth .td-0 {
	}
	
.tablenowidth .tr-last TD {
	border-bottom: 1px solid #CCCCCC!important;	
	width: 115!Important;	
	text-align: left!important;
	}

/******** INPAGEMENU **********************************/

.csc-frame-frame1 UL.csc-menu-1  {
	list-style-image: url(/fileadmin/templates/gfx/menuindicator.png);
	padding-left: 0;
}
.csc-frame-frame1 .csc-menu-1 LI {
}
.csc-frame-frame1 a:active, .csc-frame-frame1 a:visited, .csc-frame-frame1 a:link {
	text-decoration: none;
	color: #143BA2!important;
}
.csc-frame-frame1 UL LI a:hover {
	text-decoration: none;
	color: #990000!important;
}		

.csc-frame-frame2 UL.csc-menu-1  {
	list-style-image: url(/fileadmin/templates/gfx/menuindicator_small.png);
	padding-left: 0;
}
.csc-frame-frame2 .csc-menu-1 LI {
}
.csc-frame-frame2 .csc-menu-1 LI a:active, .csc-frame-frame2 .csc-menu-1 LI a:visited, .csc-frame-frame2 .csc-menu-1 LI a:link {
	text-decoration: none;
	color: #B3B3B3!important;
}
.csc-frame-frame2 .csc-menu-1 LI a:hover {
	text-decoration: none;
	color: #990000!important;
}	

/******** SPEZIALTABELLE ******************************/

.alternating-grey-1col-blue {
	border-collapse: collapse;
}

.alternating-grey-1col-blue TD {
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
	border-left: none!important;
	padding: 5px;			
	}
	
.alternating-grey-1col-blue  .tr-last TD {
	border-bottom: none!important;	
}	

.alternating-grey-1col-blue  .td-last {
	width: 150px!important;	
}	

.alternating-grey-1col-blue .tr-odd .td-0, .alternating-grey-1col-blue .tr-odd .td-1, .alternating-grey-1col-blue .tr-odd .td-2, .alternating-grey-1col-blue .tr-odd .td-3, .alternating-grey-1col-blue .tr-odd .td-last {
	background-color: #E5E5E5!important;
}
.alternating-grey-1col-blue .tr-even .td-0, .alternating-grey-1col-blue .tr-even .td-1, .alternating-grey-1col-blue .tr-even .td-2, .alternating-grey-1col-blue .tr-even .td-3, .alternating-grey-1col-blue .tr-even .td-last {
	background-color: none!important;
}
.alternating-grey-1col-blue .td-0 {
	color: #143BA2;
	font-weight: bold;
}