/*
*   miges.ch   CSS Cascading Style Sheet  Screen Version  
*   NetConsult AG / Jonas Loepthien / April 2004   
*/

/* ******************  Allgemeine Formatierungen (Body, Absatz, Listen, Formularfelder)  ****************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p {	margin: 0px 0px 12px 0px;	}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
h4 {
	border: 1px solid black;
	font-weight: normal;
	font-size: 12px;
	padding: 3px;
	}
h5 {
	width: 133px;
	height: 20px;
	background-color: #0066CC;
	padding: 3px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1pt;
	color: #FFFFFF;
}
	
tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	}

a {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
}

ul  {
	margin: 0px;
	padding: 0px 0px 14px 26px;
	}

ol {
	margin: 0px;
	padding: 0px 0px 0px 32px;
	}

li {	margin: 0px 0px 10px 0px;	}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#printkopf { display: none; }

td#migesplus {
	font-size: 10px;
	line-height: 130%;
	color: #FFFFFF;
	padding-left: 26px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td#migesplus p {
	padding: 0px 0px 5px 0px;
	margin: 0;
	}

#highlighter {
	position: absolute;
	left: 0; 
	top: 0; 
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	background-color: #FFFFFF;
	padding: 3px 10px 3px 8px
	}
#highlighter a {
	color: #0000FF;
	text-decoration: none;
}
 #highlighter a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* ****************** Formatierungen für den Titel  ****************/
TD#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	font-weight: bold;
	padding: 12px 20px 0px 10px;
}

TD#titeltabelle {
	background-color: #FFFF00;
	letter-spacing: 0.5pt;
}

/* ****************** Formatierungen fuer den Inhalt ****************/
TD#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 10px 20px 0px 10px;
	line-height: 140%;
}
TD#content p , h1, h2, h3, h4  {
	padding-left: 8px;
	}

/* ****************** Formatierungen fuer die Supportspalte ****************/
TD#support {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 14px 10px 0px 10px;
}

TD#support p {
	padding-left: 3px;
	}
TD#support a {
	color: #0066CC;
	text-decoration: none;
	}
TD#support a:hover {
	text-decoration: underline;
	}
#rechts {
	background-color: #EFF1F3; 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}	

/* ****************** Formatierungen für das "suchen"-Feld, GoTop und die Fusszeile  ****************/
.textbox {
	height: 15px;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
}
#top, #top_f {
	padding: 10px 0px 10px 20px;
	}
#copyright {
	font-size: 11px;
	padding-top: 8px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
#date, #date_f {
	font-size: 11px;
	padding: 8px 0px 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#date A, #date_f  A {
	text-decoration: underline;
	color: #000000;
}
.fusszeilelinks {
	vertical-align: middle;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
	}
.fusszeilerechts{
	vertical-align: top;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	}

/* ****************** Formatierungen fuer die Kontrollzellen  ****************/
.kontrollzelle1 {
	background-color: #EFF1F3;
	border-left: 1px solid black;
	}
.kontrollzelle2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #0066CC;
}
.kontrollzelle3 {
	background-color: #EFF1F3;
	border-right: 1px solid black;
	border-left: 1px solid #999999;
	}
.rahmenrechts {
		border-right: 1px solid black;
		}

/* ****************** Formatierungen fuer die Navigation  ****************/
TD#navig {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #0066CC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
TD#navig DIV A {
	text-decoration: none;
	color: #FFFFFF;
}
TD#navig DIV A:hover {
	text-decoration: underline;
}
TD#navig DIV.menu1-level1-no {
	font-size: 12px;
	font-weight: normal;
	padding-top: 7px;
	padding-left: 8px;
	padding-bottom: 8px;
}
TD#navig DIV.menu1-level1-act {
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 8px;
	padding-bottom: 8px;
}
TD#navig DIV.menu1-level2-no {
	font-size: 11px;
	padding-left: 20px;
	padding-bottom: 8px;
}
TD#navig DIV.menu1-level2-act {
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 8px;
}
.navig_titel {
	font-size: 12px;
	font-weight: normal;
	padding-top: 7px;
	padding-left: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
}
.navig_abstand {
	padding-left: 5px;
}

/* ****************** Formatierungen fuer Themenliste  ****************/
table.themen
{ 
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 350px;
	background-color: #FFFF5F;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;	
	margin-left: 8px;
}
table.themenaz
{ 
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	margin-left: 8px;
}
td.thementitel, a.thementitel:link, a.thementitel:visited  {
	font-weight: bold;
	text-decoration: none;
	color: rgb(0,0,0);
	background-color: #FFFF5F;
}
a.thementitel:hover  {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(0,0,0);
	background-color: #FFFF5F;
}
td.themeninhalt, a.themeninhalt:link, a.themeninhalt:visited  { 
	color: black;
	text-decoration: none;
}
a.themeninhalt:hover  {
	color: black;
	text-decoration: underline;
}

/* ********************************************************************* */
