/* #################################################
** ### Vorbereitende Massnahmen | Reset         ####
** ################################################# */
/*
Farben:
Hell: #7b9ecf
Mittel: #4372b6
Dunkel: #21549e

alt:
Hell: #7b9ecf
Mittel: #4372b6
Dunkel: #21549e
*/

* {
	margin:0;
	padding:0;
	border: 0;
}
BODY {
	background: #fff;
	color: #333333;
	font: 0.85em Arial, sans-serif;
	text-align: left;
}

/* #################################################
** ### DIV-Container des Basislayouts           ####
** ################################################# */
#page {
	width: 1000px;
}
#header {
  background-color: #21549e;
  height: 150px;
	padding-left: 30px;
}
#searchArea {
	clear: right;
	color: #FFF;
	float: right;
	font-size: 85%;
	margin: 1.1em 20px 0 0;
	text-align: right;
}
#mainNavi {
	text-align: right;
	width: 750px;
}
UL.mainNaviList {
	clear: right;
	float: right;
	list-style-type: none;
	margin: 8px 20px 0 0;
}
* html UL.mainNaviList,
*+html UL.mainNaviList {
  margin-top: 0;
}
UL.mainNaviList LI{
	background-color: #21549e;
	color: #FFF;
	float: left;
	height: 2.3em;
	line-height: 1em;
	margin: 0 0 0 0.3em;
	padding: 0;
}
UL.mainNaviList LI A, 
UL.mainNaviList LI A:visited {
	color: #FFF;
	display: block;
	font-family: Verdana;
	font-weight: bold;
	height: 2em;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	padding: 8px 12px 0px 10px;
	white-space: nowrap;
}
/* IE HACK: IE needs also LI / A width */
* html UL.mainNaviList LI A, * html ul.mainNaviList A {
	width: 3.5em;
}
UL.mainNaviList LI A:hover,
UL.mainNaviList A.mainAktiv {
	color: #FFF;
	background-color: #4372b6;
	text-decoration: none;
}
UL.mainNaviListSub1 {
	background-color: #4372b6;
	border-top: 1px solid #21549e;
	border-left: 1px solid #21549e;
	border-right: 2px solid #21549e;
	border-bottom: 2px solid #21549e;
	margin: 0;
	position: absolute;
	visibility: hidden;
}
UL.mainNaviListSub1 LI {
	background-color: #4372b6;
	float: none;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 2px 4px 2px 8px;
}
UL.mainNaviListSub1 LI A,
UL.mainNaviListSub1 LI A:visited, 
UL.mainNaviListSub1 LI A.mainAktiv {
	background-color: #4372b6;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	height: auto;
	padding: 1px 5px;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
}
UL.mainNaviListSub1 LI A:hover {
	background-color: #4372b6;
	color: #21549e;
	text-decoration: underline;
}
#breadcrumbArea {
	background-color: #4372b6;
	clear: both;
	color: #FFFFFF;
	font-size: 85%;
	height: 1em;
	padding: 5px 0 0 20px;
	white-space: nowrap;
	width: 980px;
}
#breadcrumbArea A {color: #FFF;}
#bilder {
  float: left;
}
#content {
	float: left;
	margin-left: 35px; 
	padding-top:1.5em;
	padding-bottom: 50px;
	width: 500px;
}
#contentLeft {
	float: left;
	width: 49%;
}
#contentRight {
	float: right;
  width: 49%;
}
#rightColumn {
	background: #7b9ecf;
	clear: both;
	float: right;
	width: 250px;
	margin: 0 0px 0 0;
	padding: 25px 0 0 20px;
}
#footer {
	background-color: #21549e;
	clear: both;
	color: #FFFFFF;
	float: left;
	font-size: 80%;
	height: 2.2em;
	padding: 7px 0 0 30px;
	width: 980px;
}
#footer A {color: #FFF;}

/* #################################################
** ### Unsichtbare Elemente                     ####
** ################################################# */
.clearfix {display: block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearer {
	border: 0;
	clear: both;
}
.invisible {
	visibility: hidden;
	display: none;
}

/* #################################################
** ### Überschriften                             ###
** ################################################# */
H1 {
  background-image: url(images/pfeil_blau.gif);
	background-repeat: no-repeat;
	background-position: 0 0.15em;
	color: #21549e;
	font: 140% Arial Black, Arial, sans-serif;
	margin: 0 10px 0.4em 0;
	padding-left: 15px;
}
#rightColumn H1 {
  background-image: url(images/pfeil_blau2.gif);
  padding: 0 0.4em 0 0.6em;
}
H2 {
	color: #21549e;
	font: 120% Arial Black, Arial, sans-serif;
	margin: 0 10px 0.4em 0;
}
H3 {
	border-bottom: 1px solid #003366;
	color: #21549e;
	font-size: 110%;
	font-weight: bold;
	margin: 0.8em 10px 0.2em 0;
}
H4 {
	border-bottom: 1px solid #7F99B2;
	color: #21549e;
	font-size: 100%;
	font-weight: bold;
	margin: 0.6em 10px 0.2em 0;
}
H1 A, H2 A, H3 A, H4 A, H5 A {text-decoration: none;}
H1 A:visited, H2 A:visited, H3 A:visited, H4 A:visited, H5 A:visited {color: #003366;}

/* #################################################
** ### Fliesstext                              ####
** ################################################# */
P {
	line-height: 120%;
	margin: 0 10px 0.85em 0;
}
#rightColumn P {padding: 0 0.4em 0 0.8em;}

.textGross {
	font-size: 125%; 
}
.textKlein {
	font-size: 80%; 
}

STRONG, B {font-weight: bold;}
EM, I {font-style:italic;}

BLOCKQUOTE, CITE {margin: 0 0 1em 2em;}

#head-teaser1, #head-teaser2 {
	color: #FFF;
	padding-left: 20px;
}
#head-teaser1 {
	font: 205% Verdana, Arial, sans-serif;
}
#head-teaser2 {
	font: 100% Verdana, Arial, sans-serif;
}

/* #################################################
** ### Textfarben                               ####
** ################################################# */
.contentColor1 {color: #003366;}
.contentColor2 {color: #7F99B2;}

/* #################################################
/* ### farbige Textboxen                        ####
** ################################################# */
.bgDunkel { 
	background-color: #003366;
	color: #FFF;
	margin-bottom: 1em;
	margin-right: 10px;
	padding: 4px;
}
.bgDunkel A {
	text-decoration: none;
	color: #FFF;
}
.bgDunkel A:hover {
	color: #FFF;
	text-decoration: underline;
}
.bgGelb { 
	background-color: #f6cc4d;
	margin-bottom: 1em;
}
.bgRot { 
	background-color: #fee;
	margin-bottom: 1em;
	padding: 4px; 
	border: 1px #fcc solid;
}

/* #################################################
/* ### Listen                                   ####
** ################################################# */
UL,OL {margin: 0.95em 0 0.95em 0;}
LI,DD {
	line-height: 135%;
	margin-left: 1.8em;
	padding: 0 0 0.2em 0.9em;
}
#rightColumn LI,
#rightColumn DD {
	padding-right: 0.4em;
}
/* Balken */
UL.csc-bulletlist-0 LI,
UL.csc-bulletlist-1 LI,
UL.sitemap LI.sitemap1,
DD {
	list-style-type: none;
	background-image: url(ListItem.gif);
	background-repeat: no-repeat;
	background-position: 0 0.15em;
	margin-left: 0;
	padding-left: 2.4em;
}
/* Punkte */
UL.csc-bulletlist-2 {
	list-style-type:disc;
}
/* Quadrate */
UL.csc-bulletlist-3 LI,
UL LI.sitemap2 {
	list-style-type:square;
}

/* Nummerierung */
UL.csc-bulletlist-4 {
	list-style-type:decimal;
}

/* #################################################
/* ### lokale und externe Links                 ####
** ################################################# */
A {
	color: #21549e;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	color: #21549e;
	text-decoration: underline;
	font-weight: bold;
}
A:visited {color: #21549e;}

/* Spezialfälle */
#breadcrumb A {
	color: #FFF;
}
#pageFunctions A {
	padding: 0.1em 1em 0 0;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#pageFunctions A:hover {
	text-decoration: underline;
}

/* #################################################
/* ### Tabellen                                 ####
** ################################################# */
TABLE {
	border-collapse:collapse;
	margin-right: 10px;
	margin-bottom: 1em;
}
TABLE TH {
	padding: 4px;
	vertical-align: top;
}
TABLE TD {
	padding: 4px; 
	vertical-align: top;
}
/*mit Rahmen, mit Hintergrundfarbe, zeilenweise Farbwechsel */
TABLE.contenttable-1 {
	border: 2px solid #003366;
	font-family: Arial, sans-serif;
}
TABLE.contenttable-1 TH,
TABLE.contenttable-1 THEAD {
	background-color: #003366;
	color: #FFF;

}
TABLE.contenttable-1 TR.tr-odd {
	background-color: #4372b6;
}
TABLE.contenttable-1 TR.tr-even {
	background-color: #FFF;
}
TABLE.contenttable-1 TD {
	border: 2px solid #003366;
}
TABLE.contenttable-1 TH A,
TABLE.contenttable-1 TH A:hover,
TABLE.contenttable-1 THEAD A,
TABLE.contenttable-1 THEAD A:hover {
	color: #FFF;
}
TABLE.contenttable P,
TABLE.contenttable-1 P {
	margin-top:0;
	margin-bottom:0;
}

/*ohne Rahmen, mit Hintergrundfarbe, zeilenweise Farbwechsel */
TABLE.contenttable-2 TH {
	background-color: #003366;
	color: #FFF;
	font-weight: bold;
}
TABLE.contenttable-2 TR.tr-odd {
	background-color: #4372b6;
}
TABLE.contenttable-2 TR.tr-even {
	background-color: #FFF;
}
TABLE.contenttable-2 TH A,
TABLE.contenttable-2 TH A:hover {
	color: #FFF;
}

/*mit Rahmen, ohne Hintergrundfarbe */
TABLE.contenttable-3 {
	border: 2px solid #003366;
}
TABLE.contenttable-3 TH {
	background-color: #003366;
	color: #FFF;
	font-weight: bold;
}
TABLE.contenttable-3 TD {
	border: 2px solid #003366;
}
TABLE.contenttable-3 TH A, 
TABLE.contenttable-3 TH A:hover,
TABLE.contenttable-3 THEAD A,
TABLE.contenttable-3 THEAD A:hover {
	color: #FFF;
}
TABLE.kleinesPadding TD { 
	padding: 0;
}
#rightColumn TABLE {margin: 0 0.4em 0 0.8em;}

/* #################################################
/* ### Formulare                                ####
** ################################################# */
FORM {overflow:hidden;}
FIELDSET {border:0;}
INPUT, TEXTAREA, SELECT {
	border: 1px solid #24527D;
	font: 100% Arial, sans-serif;
	padding-left: 2px;
	width: auto;
}

#searchArea INPUT {
  background-color: #4372b6;
  border: 1px solid #FFF;
  color: #FFF;
  height: 17px;
}

/* #################################################
** # Druck-Stylesheet                           ####
** ################################################# */
@media print {
/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
H1, H2, H3, H4 {page-break-after: avoid;}

/* Umformatierung der Layoutboxen */
#header {display: none;}
#metaNavi {display:none;}
#searchArea {display:none;}
#mainnavi {display:none;}
#breadcrumbArea {display:none;}
#content {margin-left: 0;}
#rightColumn {border-left: 1px solid #000;}
#footer {display: none;}
}

