/* -------------------------------------------------------
Stylesheet für WWW.JFK-CSF.CH
FORNAT Dezember 2008, Christof Elmiger
Letzte Änderung: 
----------------------------------------------------------*/

body {
	background: white;
	font-size: 12pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #000;
}

/* nicht drucken */
#navigation, #hinweis, #schlussbild, .flagge, .versteckt, .nicht_drucken {
	display: none;
}

#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000;
	background: transparent none;
}

h1, h2,h3, h4, h5, h6 {
	padding-top: 1pt;
	padding-bottom: 1pt;
    font-weight: bold;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14pt;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
}

h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
}

h4 {
	font-size: 11pt;
}

h5 {
  font-size: 8pt;
  text-align: right;
  padding: 2.5px 0px ;
  margin: 0px;
}

p, ul {
	font-size: 11pt;
	line-height: 13pt;
}

li {
    list-style-type: none;
}

a {
 text-decoration: none;
 color: black;
}

textarea, input[type=text] {
	border: none;
	border-bottom: 2px #000 dashed;
}

.links {
  float: left;
  width: 50%;
  clear: left;
}

.rechts {
  float: right;
  width: 50%;
  clear: right;
}


/* Tabellen */

table{
margin-left: 20px;
}

td, td img {
  vertical-align:top;
  font-size:12px; /* Grössenangabe in em funktioniert nicht; IE6/7 machen Probleme... */
}

td p {
  padding: 5px 5px 5px 5px;
  margin: 0;
}

tr.ungerade {
  background: #EED8AE;
}

/* Layerspezifisch 
--------------------------------------------------------*/
/*Header*/
#header h1 {  
	font: 1.0em/0.8em Tahoma, Arial, sans-serif;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
  font-weight: normal;
  color: gray;
  /* font-variant: small-caps; */
}

#header a {
 text-decoration: none;
 color: gray; 
}  

#header a.active {
  color: black;
  font-weight: bold; 
}

#schlussbild {
	width: 200px;	
	float: right;
	overflow: visible;
	direction: rtl; /*Richtung des Overflows*/
}

#footer {
	clear: both;
	color: black;
}