/*
			Deafult - Screen - CSS 
			Copyright NetConsult AG, CH-3006 Bern
*/

* html #navigation { word-wrap: break-word; }
* html #support { word-wrap: break-word; }
* html #inhalt { overflow: hidden; }

html, body {
	height: 100%;
	margin: 0;
	margin-bottom: 0.005em;
}
body, p, h1, h2, table, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:  #FFFFFF;
	color: #333;
}
#wrapper {
	position: relative;
	width: 900px;
	height: auto;		/* height of content-div for modern browsers */
	min-height: 100%;	/* height of content-div for modern browsers */
	background-image: url(../bilder/vertical_lin.gif);
	background-repeat: repeat-y;
	background-position: 649px 135px;
	background-color: #F3F3F3;
	/* margin: 0px auto; */	/* Um die Seite zentriert darzustellen */
}
* html #wrapper {
	height: 100%;
}
#content {
	padding-bottom: 10px;
	height: 100%;
	background-color: transparent;
	border: 1px solid #F3F3F3;
}
* html #content { height: auto; }

#seitenkopf {
	position: relative;
	height: 69px;
	background: #fff url(../bilder/Serv_A_p_a.gif) no-repeat 10px 15px;
}
#seitenkopfbild {
	position: relative;
	height: 66px;
}

a img { border: none; }
input, select { font-family: Verdana, Arial, Helvetica, sans-serif; }
.csc-textpic-caption { font-size: 60%; }

/* ---------------------------------------------------------------------------
  Ausblenden von Seitenkopf und Seitenfuss für Printversion  */

#seitenkopfprint { display: none; }
#seitenfuss-print { display: none; }


/* ----------------------------------------------------------------------------
 Formatierungen für Dienste
(Suchen, Sitemap, Index, Impressum, Sprachwahl, Datum */

#logo {
	position: relative;
	float: left;
	height: 60px;
	width: 400px;
}
#logo a {
	height: 60px;
	width: 400px;
	display: block;
}
#dienste {
	position: relative;
	float: right;
	height: 20px;
	padding-top: 16px;
	color: gray;
	background-color: transparent;
	font-size: 60%;
}
#dienste ul.home {
	float: left;
	display: inline;
	margin: 0; padding: 0;
	height: 14px;
	border-left: 2px solid #c1c1c1;
}
#dienste ul.home li {
	display: inline;
	list-style-type: none;
	padding-left: 7px;
	padding-right: 7px;
}
#dienste ul.sprachwahl {
	float: left;
	display: inline;
	margin: 0; padding: 0;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 1px;
	height: 13px;
	border-left: 2px solid #c1c1c1;
}
#dienste ul.sprachwahl li {
	display: inline;
	list-style-type: none;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 2px;
}
#dienste ul.dienste {
	float: left;
	display: inline;
	margin: 0; padding: 0;
	height: 14px;
	border-left: 2px solid #c1c1c1;
}
#dienste ul.dienste li {
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 7px;
	border-right: 2px solid #c1c1c1;
	padding-right: 7px;
	height: 14px;
}
#dienste ul.fontsize {
	float: left;
	display: inline;
	margin: 0; padding: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	border-right: 2px solid #c1c1c1;
	height: 13px;
}
#dienste ul.fontsize li {
	display: inline;
	list-style-type: none;
}
#dienste a {
	color: gray;
	text-decoration: none;
}
#dienste a:hover {
	text-decoration: underline;
}


/* ------------------------------------------- 
 Formatierungen für die Navigation */
#navigation {
	position: relative;
	float: left;
	width: 190px;
	height: auto;
	font-size: 0.60em; 
	margin-top: 28px;
	margin-left: 0px;
}

/* Formatierungen für die erste Navigatins-Ebene*/

#navigation .menu1-level1-no a {
	display: block;
	width: 181px; height: auto;
	padding: 2px 3px 2px 6px;
	color: #fff;
	background-color: #a7a7a7;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid white;
}
#navigation .menu1-level1-no a:hover {
	color: #666;
	background-color: #E9E9E9;
	background-color: #cccccc;
}

#navigation .menu1-level1-cur {
	display: block;
	width: 181px; height: auto;
	padding: 2px 3px 2px 6px;
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid white;
}

#navigation .menu1-level1-act a {
	display: block;
	width: 181px; height: auto;
	padding: 2px 3px 2px 6px;
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid white;
}
#navigation .menu1-level1-act a:hover {
	background-color: #cccccc;
	color: #666;
}



/* Formatierungen für die zweite Navigatins-Ebene*/

#navigation .menu1-level2 {
	background-color: transparent;
	font-size: 1.2em;
}

#navigation .menu1-level2 .menu1-level2-no a {
	display: block;
	width: 181px; height: auto;
	padding: 2px 3px 2px 6px;
	color: #000000;
	background-color: transparent;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #b2b2b2;
}
#navigation .menu1-level2 .menu1-level2-no a:hover{
	background-color: #E9E9E9;
	background-color: #cccccc;
}

#navigation .menu1-level2 .menu1-level2-cur {
	display: block;
	width: 181px; height: auto;
	padding: 2px 3px 2px 6px;
	color: #ff0000;
	background-color: transparent;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #b2b2b2;
}

#navigation .menu1-level2 .menu1-level2-act a {
	display: block;
	width: 181px; height: auto;
	padding: 2px 3px 2px 6px;
	color: #000;
	background-color: transparent;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #b2b2b2;
}
#navigation .menu1-level2 .menu1-level2-act a:hover {
	background-color: #cccccc;
}


/* Formatierungen für die dritte Navigatins-Ebene*/

#navigation .menu1-level3 {
	margin-top: -1px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #b2b2b2;
}

#navigation .menu1-level3 .menu1-level3-no a {
	display: block;
	width: 173px; height: auto;
	padding: 2px 3px 2px 14px;
	color: #000000;
	background: transparent url(../bilder/nav_img.gif) no-repeat 5px 4px;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
}
#navigation .menu1-level3 .menu1-level3-no a:hover{
	background-color: #E9E9E9;
	background-color: #cccccc;
}

#navigation .menu1-level3 .menu1-level3-cur {
	display: block;
	width: 173px; height: auto;
	padding: 2px 3px 2px 14px;
	color: #ff0000;
	background: transparent url(../bilder/nav_img_red.gif) no-repeat 5px 4px;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
}

#navigation .menu1-level3 .menu1-level3-act a {
	display: block;
	width: 173px; height: auto;
	padding: 2px 3px 2px 14px;
	color: #ff0000;
	background: transparent url(../bilder/nav_img_red.gif) no-repeat 5px 4px;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
}


/* -------------------------------------------
     Formatierungen für den Inhalt  */
#inhalt {
	position: relative;
	width: 411px;
	padding-right: 12px;
	padding-bottom: 25px;
	margin-top: 28px;
	margin-left: 226px;
	margin-right: 220px;
	color: #333;
	background-color: transparent;
}
#inhalt p.bodytext {
	font-size: 75%;
	line-height: 140%;
	margin-bottom: 10px;
}
#inhalt p.a_z {
	font-size: 55%;
	margin: 10px 0px;
}
#inhalt p.kleine-schrift {
	font-size: 60%;
	line-height: 140%;
	margin-bottom: 10px;
}
#inhalt p.listenTitel {
	font-size: 75%;
	line-height: 150%;
	padding-bottom: 0px;
}
#inhalt p.rahmen {
	font-size: 75%;
	line-height: 140%;
	background-color: #cccccc;
	margin: 5px 0px;
	padding: 6px;
}
#inhalt h1.inhalts-titel {
	font-size: 75%;
	color: #ff0000;
	line-height: 130%;
	margin: 0;
	margin-bottom: 15px;
}
/*
#inhalt h1 {
	font-size: 80%;
	line-height: 140%;
	margin: 0; margin-bottom: 1px;
}
*/
#inhalt h2 {
	font-size: 75%;
	line-height: 140%;
	margin: 0; margin-bottom: 1px;
}
#inhalt h3 {
	font-size: 75%;
	line-height: 140%;
	margin: 0; margin-bottom: 1px;
}
#inhalt a {
	color: #0000ff;
	text-decoration: none;
}
#inhalt a:hover {
	text-decoration: underline;
}
#inhalt table {
	margin: 0; padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 80%;
}
#inhalt table td {
	line-height: 120%;
}
#inhalt table p { font-size: 100%; }

#inhalt table.contenttable {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 0px;
	text-align: right;
}
#inhalt table.contenttable p {
	font-size: 90%;
	margin: 0;
	line-height: 120%;
}
#inhalt table.contenttable tr td {
	vertical-align: top;
}
/* CSS für die Tabellen bei Länderanpassungen und Länderliste */
#inhalt table.tabelle-laender {
	width:100%;
	margin: 0;
	margin-bottom: 14px;
}
#inhalt table.tabelle-laender p {
	font-size: 90%;
	line-height: 120%;
}
#inhalt table.tabelle-laender tr th,
#inhalt table.tabelle-laender tr td {
	border-bottom: 1px solid #666;
	text-align: left;
	padding: 5px 0;
	width: 33%;
}
#inhalt table.tabelle-laender tr th p,
#inhalt table.tabelle-laender tr td p {
	margin: 0;
	padding: 0;
}

/* Zusatz-Tabelle, bei einigen Ländern hat es unten eine Zusatz-Tabelle */
table.tabelle-laender-zusatz {
	width: 400px;
	font-size: 11px!important;
	border: 1px solid #666;
	border-collapse: collapse;
}
table.tabelle-laender-zusatz td {
	border: 1px solid #666;
	border-collapse: collapse;
}

/* Ende - CSS für die Tabellen bei Länderanpassungen und Länderliste */

/* CSS für die Tabelle auf der Seite Kontakt */
#inhalt table.tabelle-kontakt {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	border: 1px solid black;
}
#inhalt table.tabelle-kontakt p {
	margin: 0;
	font-size: 90%;
	line-height: 120%;
}
#inhalt table.tabelle-kontakt td {
	padding: 5px;
	border: 1px solid black;
}
/* Ende - CSS für die Tabelle auf der Seite Kontakt */

#inhalt ul {
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 16px;
	padding: 0;
}
#inhalt ol {
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 30px;
	padding: 0;
}
#inhalt li {
	font-size: 75%;
	line-height: 140%;
	margin-bottom: 10px;
}

#inhalt table li { font-size: 100%; line-height: 100%; }

#inhalt p.lastupdate { text-align: right; font-size: 0.6em; padding-top: 15px; }
#inhalt p.tiplink { text-align: right; font-size: 0.6em; padding-top: 0px; }


/* -----------------------------------------------------------------------
 Formatierungen für Fusszeile (gotop, letzte �derung)  */
#fusszeile {
	position: relative;
	width: auto;
	margin: 5px 15px 10px 210px;
	padding: 5px 0px 0px 4px;
	background-color: transparent;
	font-size: 60%;
}
.abstinh {
	padding-right: 15px;
}
#fusszeile a {
	color: #6666CC;
	text-decoration: none;
}
#fusszeile a:hover {
	text-decoration: underline;
}


/* --------------------------------------------------
 Formatierungen der Support-Elemente */
#support {
	width: 240px;
	position: relative;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}
#support div.support-element {
	margin-bottom: 30px;
	border-bottom: 1px solid #c1c1c1;
	background-color: transparent;
}
#support div.support-element-home {
	margin-bottom: 30px;
	border-bottom: none;
	border-bottom: 1px solid #c1c1c1;
	background-color: #F3F3F3;
}
#support  .csc-header  {
	margin: 0; padding: 0;
	padding-bottom: 5px;
	width: auto; height: auto;
	background-color: transparent;
	color: #333;
	border-bottom: 1px solid #c1c1c1;
}
#support h2 {
	font-size: 70%;
	padding: 0px 3px 12px 2px;
}
#support h3 {
	margin: 0; padding: 0;
	padding: 0px 3px 0px 2px;
	font-size: 70%;
}
#support p {
	margin: 0; padding: 0;
	padding: 5px 7px 6px 3px;
	font-size: 60%;
	line-height: 140%;
}
#support p.liste {
	padding: 0px 7px 4px 2px;
}
#support a {
	color: #0000ff;
	text-decoration: none;
}
#support a:hover {
	text-decoration: underline;
}
#support ul {
	font-size: 60%;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 25px;
	padding: 0;
	padding-right: 7px;
}
#support ol {
	font-size: 60%;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 30px;
	padding: 0;
	padding-right: 7px;
}
#support li {
/*	line-height: 140%;*/
	margin-bottom: 4px;
}


/* ----------------------------------------------
 Formatierungen für den Seitenfuss */

#seitenfuss {
	position: relative;
	width: 900px;
	height: 30px;
	color: #979797;
	background-color: transparent;
/*	border: 1px solid black; */
	margin-top: -33px;
/*	margin: -33px auto 0px auto; */
}
* html #seitenfuss { height: 30px; }

#seitenfuss div.seitenfusscontent {
	width: 619px;
	margin: 0px 15px;
	border-top: 1px solid #c1c1c1;
}
#seitenfuss p.bodytext {
	padding: 0; margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 9px;
}
#seitenfuss p.linksausrichten {
	padding: 0; margin: 0;
	padding-top: 5px;
	font-size: 55%;
	float: left;
}
#seitenfuss p.rechtsausrichten {
	padding: 0; margin: 0;
	padding-top: 5px;
	font-size: 55%;
	float: right;
}
#seitenfuss a {
	color: #979797;
	text-decoration: none;
}
#seitenfuss a:hover {
	text-decoration: underline;
}


/* --------------------------------------------
/* Formatierung fr Bildbeschrifung*/
.bildtext {
	font-size: 80%;
	color: #666666;
	font-weight: bold;
	margin: 0; padding: 0;
}



/*	<!-- CSS fuer Seiten ohne Support-Spalte -->	*/
/* fuer die Such-Seite pid=15 */
body#pid15 #inhalt { width: 500px; margin-right: 40px;}
body#pid15 #support { width: 40px; }
body#pid15 #wrapper { background-image: none; }
body#pid15 #seitenfuss div.seitenfusscontent { width: auto; }

/*	<!-- CSS fuer Seiten ohne Support-Spalte -->	*/
/* fuer die Seite Aufwandprämien pid65 (Prämien/Aufwandprämien) */
body#pid65 #inhalt { width: 551px; margin-right: 20px; }
body#pid65 #support { display: none; }
body#pid65 #wrapper { background-image: none; }
body#pid65 #seitenfuss div.seitenfusscontent { width: auto; }


/* Formatierungen für Formulare */
fieldset.csc-mailform { border: 0; font-size: 75%; }
fieldset.csc-mailform input, fieldset.csc-mailform textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; }
fieldset.csc-mailform hr { border: 1px solid #c1c1c1; }
fieldset.csc-mailform span.req { }
.csc-mailform-input, .csc-mailform-text  { display: block; margin-top: 4px; }
.csc-mailform-field, .csc-mailform-label { margin-bottom: 12px; }
fieldset.csc-mailform input.csc-mailform-submit { font-size: 90%; margin-top: 8px; }




