/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
html {
	min-height:101%;
}

body {
background-color: #8EB4CC;
background-image: url(/images/layout/body_back.jpg);
background-repeat: repeat;
font-size: 80%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
line-height:1.4em;
}

#main
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-image: url(/images/layout/headerback.jpg);
	background-repeat: repeat-x;
}

/* ----------banner for logo-------------- */
#banner {
	margin: 6px auto 0 auto;
	padding:0;
	width: 1000px;
	height: 104px;
	background-image: url(/images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-left: 3px solid #3c7ba7;
	border-right: 3px solid #3c7ba7;
	border-top: 3px solid #3c7ba7;
}

/* ----------container zentriert das layout-------------- */
#container {
width: 1000px;
margin: 0 auto 6px auto;
background-color: #ffffff;
background-image:url(/images/layout/containerback.gif);
background-repeat:repeat-y;
border-left: 3px solid #3c7ba7;
border-right: 3px solid #3c7ba7;
border-bottom: 3px solid #3c7ba7;
}

/* --------------Top-Navigation------------- */


#topnavi {
	margin: 0;
	width:100&;
	height: 27px;
	background-image: url(/images/layout/nav.png);
	}
	
.top-menu a, .top-menu a:link, .top-menu a:visited, .top-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
	display:block;
	padding: 2px;
}

.top-menu a:link, .top-menu a:visited {
color:#FFFFFF;
}

.top-menu a:hover {
color:#FFF;
background-color: #990000;
}

.top-menu, .top-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.top-menu li
{
	margin: 0;
	padding: 2px 6px 0px 6px;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
	border-right: 1px dotted #e7eff6;
	border-left: 1px dotted #e7eff6;
}


.top-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}


.top-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
	background-image: url(/images/layout/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.top-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.top-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}


.top-menu, .top-menu ul
{
	min-height: 0;
}

ul.top-menu
{
	float:right;
}

	
/* --------------left navigavtion------------- */

#left {
float: left;
width: 200px;
margin: 0px;
padding: 20px 10px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
background-image:url(/images/layout/footerback.gif);
background-repeat:repeat;
height:auto;
margin: 0;
padding: 4px;
text-align: right; 
}

/* -----------------Inhalt--------------------- */
#content {
padding: 20px 30px;
margin-left: 200px;
margin-right: 0px;
}

div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* -----------------Navigation links--------------------- */


.menuleft {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 180px;
}

.menuleft
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
}


.menuleft a:link {
color: #993300;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.menuleft a:visited {
color: #660066;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.menuleft a:hover {
color: #0066CC;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.menuleft ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.menuleft h2 {
margin-bottom:2px;
padding:2px;
font-size:1.2em;
display:block;
background-image:url(/images/layout/nav.png);
background-repeat:repeat-x;
color:#f9fcfe;
}

.menuleft li
{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 1.0em;
border-bottom: 1px dotted #3399CC;
}

.menuleft ul li
{
	padding:0px 0 0px 18px;
	background-image: url(/images/layout/menulistenpunkt.png);
	background-repeat:no-repeat;
	margin:0.5em;
	line-height:1.2em;
}


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;
}

h1 {
margin-bottom: 1.5em;
}

h3, h4, h5, h6, p {
margin-left: 1.5em;
margin-right: 1.5em;
}

h4 {
border-bottom: 1px solid #9cbcd5;
}


li {
margin-left: 1.5em;
line-height: 1.5em;
}

ul li li {
margin-left: 0.1em;
line-height: 1.5em;
}

a {
	font-weight:bold;
}

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;
}


