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

body {

font-size: 0.82em;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
padding:0px;
margin:0px;
}

a {color: #990000;}
a:visited {color:#993333;}
a:hover {color: #000099;}
a:active { color:#990000;}

h1 {
font-size: 1.2em;
padding:5px 15px;
margin:0px }

h2 {
	font-size:1em;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
}

table { 
	border-collapse:collapse;
}
th {
font-size: 0.8em
}

td {
font-size: 0.88em;
 }


/* ----------container zentriert das layout-------------- */
#container {
	width: 800px;
	margin: 10px auto 10px auto;
/*	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto; */
	background-color: #fffff0;
	border: 1px solid #999999;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #ECF1FF;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

#menueleiste {
	font-size: 0.8em;
	padding: 3px 0px;
	background-image: url(../grafik/menueleiste-grau.jpg);
	background-repeat: repeat-x;
	height: 18px;	
	color: white;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	display:block
	} 

.links {
	float: left;
	}
	
.rechts {
	float: right;
	}
	
#menueleiste ul {
	margin: 1px 10px;
	padding: 0px
	} 	

#menueleiste ul li {
	display: inline;
	margin-left: 5px;
	}
#menueleiste ul li a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.13em;
	} 	
#menueleiste ul li a:hover {
	color: #333333;
	text-decoration: underline;
	} 
/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 350px;
margin-right: 0px;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

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

/* --------------left navigavtion------------- */
#LinkeSeite {
	float: left;
	width: 350px;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #CCCCCC;
	height: 400px;
}
/* --------------right navigavtion------------- */
#RechteSeite {
	background-color: #FFFFFF;
	height: 400px;
}

#RechteSeite input, select {
	font-size:0.8em;
	background-color: #FFFFCC;
}
/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: center; }

.clear-both {
clear:both; }

.TickerFlaeche {
	overflow: auto;
	width: 350px;
	height: 370px;
}

.TickerZeile {
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	/*width: 330px;*/
	margin-right: 1px;
	background-color: #F2F2F2;
	display: inline;
}
.zeitstempel {
	white-space:nowrap;
	font-size: 0.8em;
	width: 35px;
	padding-top: 5px;
	padding-right: 0px;
	float: left;
	margin: 0px;
	text-align: center;
 }
.text {

	float: left;
	width: 280px;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 0.88em;
	border-left: 2px solid #EDEDED;
 }
 
.zwischenraum {
	clear:both;
	height:1px;
	margin:0;
	overflow:hidden;
	padding:0;
	background-color: #EDEDED;
}

#begegnung
{
overflow:auto;
}

#begegnung table
{
	width: 650px;
	margin-left: 5em;
	margin-top: 0.5em;
	margin-bottom: 2em;
	color:#333333;
	font-size: 1em
}
#begegnung th
{
	text-align: left;
}
