/* CSS Document
-------------------------------------------------------------------------------------------------------
Erstellungs-Datum: 22.09.2004
Änderungs-Datum: 24.09.2004
Author: André Wittwer
Zweck: Formatierung der Div-Elemente, Textabschnitte und Felder
-------------------------------------------------------------------------------------------------------
*/
/*
Standarddefinition im Body: Hintergrundfarbe, Abstand, Schriftart sowie Schriftgrösse. 
*/
html, body {
	font-family: Verdana, Arial, helvetica, Geneva, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border-style: none;
	background-color: #E7EFF0;
	scrollbar-face-color: #E7EFF0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #C3C6C8;
	scrollbar-arrow-color:  #333399;
	scrollbar-track-color: #E7EFF0;
	scrollbar-darkshadow-color: #98AAB1;
}

/*
Formatiert das Element Kopf (Kopf-Zeile).
*/
#kopf {
	overflow: hidden;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%; 
	min-width:810px;
	height: 100px;
	padding: 0px;
	z-index:4;
	border-bottom: 1px #000000 solid;
	background-color: #333399;
}
/*
Formatiert das Element Logo.
*/
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
}
/*
Formatiert das Element Logotext (Schriftzug: "Schweizerische Vereinigung Osteogenesis Imperfecta").
*/
#logotext {
	position: absolute;
	overflow: hidden;
	left: 150px;
	top: 15px;
	z-index:3;	
}
/*
Formatiert das Element Submenu (Link Standardseite, Kontakt, Sprachauswahl).
*/
#submenu {
	position: absolute;
	overflow: hidden;
	left: 150px;
	top: 75px;
	height: 17px;
	float: left;
}
/*
Formatiert das Element Suchen (Suchbox).
*/
#suchen {
	position: absolute;
	overflow: hidden;
	left: 420px;
	top: 70px;
	height: 25px;
	color: #E7EFF0;
	font-size: 1.0em;
	width: 295px;
}
/*
Formatiert das Element Navigation (Hauptnavigation links).
*/
#navigation {
	margin-top: 20px;
	margin-left: 3px;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 220px; 
	z-index: 2;
	float: left; 
}
/*
Formatiert das Element Inhalt.
*/
#inhalt {
	margin-top: 20px;
	margin-left: 230px;
	margin-right: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: white;
	min-width:200px;
	z-index: 1;
}
/*
Formatiert das Element Fuss (Fusszeile).
*/
#fuss {
	margin-top: 15px;
	width: 99%; 
	height: 15px;
	z-index: 5;
	border-top: 1px #000000 solid;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left; 
}
#seitenende {
	margin-top:5px; 
	text-align: right;
}
/*
Formatiert die Hauptüberschrift H1.
*/
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333399;
	border-bottom: 1px #333399 solid;
	padding-bottom: 0px;
	letter-spacing: 1px;
	line-height: 1.4em;
}
/*
Formatiert die Überschrift H2 (zweite Stufe).
*/
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	padding-bottom: 0px;
	padding-top: 15px;
}
h3 {
	font-size: 10pt;
	color: black;
	font-weight: normal;	
	font-style: italic;
	padding-bottom: 0px;
	padding-top: 10px;
}
.fuss {
	font-size: 0.7em;
	color: #000000;
}
.nav {
	font-size: 1.0em;
	padding-left: 14px;
	padding-top: 10px;
}
a, a:visited {
	color: #333399;
}
a:hover {
	color: #9999CC;
}
.nav a, .nav a:visited {
	text-decoration: none;
	color: black;
}
.nav a:hover {
	text-decoration: underline;
	color: black;
}
.navactive {
	font-size: 1.0em;
	padding-left: 14px;
	padding-top: 10px;
	text-decoration: none;
	color: #FF0000;
}
.submenu, .submenu a, .submenu a:visited, .submenu a:hover{
	color: #E7EFF0;
	font-size: 1.0em;
}
.submenu a, .submenu a:visited {
	text-decoration: none;
}
.submenu a:hover {
	text-decoration: underline;
}
.suchenfeld {
	background-color: #E7EFF0;
	font-size: 10pt;
	width: 220px;
	margin-right: 8px;
}
ul {
	padding-left: 0px;
	list-style-position:outside; 
	list-style-type:disc; 
	margin-left:18px;
	line-height:13pt;
}
ol {
	padding-left: 0px;
	margin-left:25px;
	line-height:13pt;
}
p, tr {
	line-height:13pt;
	font-size: 10pt;
}
.bold {
	font-weight: bold;
}
.italic {
	font-weight: bold;
	font-size: 10pt;
}
table {
	padding: 0;
	border: 0px;
	border-collapse: collapse;
}
td, th {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 8pt;
	line-height:11pt;
	vertical-align:top;
}
th {
	background-color: #333399;
	color: white;
}
.borderstyle {
	border: 1px #333399 solid;
}
img {
	border: 0px;
}
.ab { 
	padding-top: 9px; 
}
.bez {
	width: 220px;
	text-align: left;
	font-weight : bold; 
	float: left;
}
.formw {
	width: 360px;
	text-align: left; 
}
textarea {
	font-family: Verdana, Arial, helvetica, Geneva, sans-serif;
	width: 200px;
	height: 100px;
	font-size: 10pt;
}
.textfield {
	width: 200px;
	font-size: 10pt;
}
input {
	font-size: 10pt;
}
.foto {
	border: 1px black solid;
}

div#suchen input {
	background-color: #E7EFF0;
	border: 1px solid black;
}