/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #ffffff;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
padding:0px;
margin:0px;
line-height:1.4em;
}

#main
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

/* ----------banner for logo-------------- */
#banner {
visibility:hidden;
height:0;
}

/* ----------container zentriert das layout-------------- */
#container {
width: auto;
margin: 0 auto 6px auto;
background-color: #ffffff;
}

/* --------------Top-Navigation------------- */


#topnavi {
	visibility:hidden;
	height:0px;
	}
	

/* --------------left navigavtion------------- */

#left {
visibility:hidden;
height:0px;
}

/* -----------footer--------------------------- */
.footer {
clear: both;
height:auto;
margin: 0;
padding: 4px;
text-align: right; 
}

/* -----------------Inhalt--------------------- */
#content {
padding: 20px 40px;
}
/* -----------------Navigation links--------------------- */


a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 1.6em;
color: #004d8f;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	color: #004d8f;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 1.2em;
  color: #004d8f;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 1.0em;
  color: #004d8f;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
  color: #004d8f;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 0.8em;
  color: #004d8f;
}

h4 {
border-bottom: 1px solid #9cbcd5;
}

a:link
{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
  color: #993300;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #660066;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #0066CC;
}

img.download {vertical-align:middle;}

p, pre {
padding: 5px 10px;
margin:0px;
}

.copyright {
font-size: 0.8em;
text-align:center;
}

/* --------------Gästebuch------------- */

.gbzeile1 {
background-color:#daecf6;
border-bottom:1px solid #D7D7D7;
}

.gbzeile2 {
	background-color:#F9FAFF;
	border-bottom:1px solid #D7D7D7;
	padding: 4px;
}

#gbcopyright {
font-size: 0.8em;
}

#gbcopyright a:link {
color:#edf6ff;
text-decoration:none;
font-weight:normal;
}


#gbcopyright a:visited {
color : #edf6ff;
text-decoration:none;
font-weight:normal;
}

#gbcopyright a:hover {
color : #edf6ff;
text-decoration:none;
font-weight:normal;
}

.modifydate {
font-size:0.8em;
text-align:center;
}


