/* ------------------------------------ body ------------------------------------ */

body {
	color: #555555;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	margin: 0;
}

/* ------------------------------------ total ------------------------------------ */

div#total  {
	width: 1004px;
	min-height: 700px;
	margin: 10px auto;
	padding: 10px;
	background-color: #EFF2F2;
}

/* ------------------------------------ header ------------------------------------ */

div#header {
	margin: 0 0 10px 0;
	border-style: none;
	border-width: 0px;
	width: 1004px;
	background-color: #6699FF;
	background-image: url("pics/headerpics/09 pic.jpg");
	background-repeat: no-repeat;
}

div#header table tr td {
	padding: 0;
	border-style: none;
	border-width: 0px;
}

div#header table tr td table tr td {
	padding-bottom: 5px;
	color: white;
}

div#header table tr td table tr td:first-child {
	padding-left: 6px;
}

div#header a {
	font-size: 1em;
	color: #FFFFFF;
}


/* ------------------------------------ menu ------------------------------------ */

div#menu {
	float: left;
}

div#menu {
	width: 200px;
}

div#menu > div > p {
	margin: 0;
	padding: 3px 10px 10px;
}

div#menu > div > p > a {
	line-height: 1.5;
}

div#menu > div > p:first-child {
	padding: 7px 10px;
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(pics/menurahmen.png);
}

div#menu > div > p:first-child > a {
	color: white;
}

a.active {
	color: #555555;
}

div#menu > div > p:first-child > a.active {
	color: #555555;
}

/* ------------------------------------ inhalt ------------------------------------ */

div#inhalt {
	float: left;
	margin: 0px 15px;
	width: 554px;
	text-align: left;
}

/* ------------------------------------ news ------------------------------------ */

div#news {
	float: left;
}

div#news div {
	margin: 0 0 20px 0;
}

div#news div p {
	margin: 0;
	padding: 5px 10px;
	width: 200px;
	background-image: url(pics/block_mitte.png);
	background-repeat: repeat-y;
}

div#news div p:first-child {
	background-image: url(pics/block_oben.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #6699FF;
}

div#news div p.newsfooter {
	background-image: url(pics/block_unten.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}











/* ------------------------------------ links ------------------------------------ */

a {
	text-decoration: none;
	color: #6699FF;
}

/* ------------------------------------ pics ------------------------------------ */

img {
	border-style: none;
	border-width: 0;
	vertical-align:bottom;
}





/* ------------------------------------ title ------------------------------------ */

h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	/*color: #6699FF;*/
	/*text-transform:uppercase;*/
}

h2 {
	font-size: 1.2em;
	margin: 20px 0 5px;
	padding: 0;
	/*color: #6699FF;*/
}

h3 {
	font-size: 1.1em;
	margin: 10px 0 0;
	/*color: #6699FF;*/
	/*text-transform:uppercase;*/
}

h4 {
	float: left;
	font-size: 1em;
	margin: 5px 10px 0 20px;
	padding: 0;
	text-align: left;
}

p.h4 {
	margin: 5px 0 0 40px;
}

/* ------------------------------------ absatz ------------------------------------ */


/* ------------------------------------ Tabelle ------------------------------------ */

table {
	border-spacing: 0;
}

th {
	text-align: left;
}


/* ------------------------------------ klassen ------------------------------------ */

/* --- berichte --- */

.bericht {
	background-color: #FFFFFF;
	padding: 5px;
}

/* --- foto ---*/

.foto {
	margin: 0 0px;
	border: 2px dotted silver;
	border-spacing: 0;
}

.foto td {
	padding: 0px;
	text-align: center;
}

/* --- rundgang ---*/

td.rundgang {
	font-size: 0.8em;
}

.rundgang {
	padding: 5px
}

/* --- belegungsplan ---*/

.belegungsplan {
	background-color: #FFFFFF;
	padding: 15px;
	border-spacing: 10px;
}

.belegungsplan tr {
	height: 30px;
}

.day {
	border-style: solid;
	border-color: #6699FF;
	border-width: 1px;
	text-align: center;
}

.ganz {
	background-color: #6699FF;
}

.vonmittag {
	border-style: solid;
	border-color: #6699FF;
	border-width: 1px;
	background-image: url(pics/vonmittag.png);
	background-position: top center;
	background-repeat: y-repeat;
}

.bismittag {
	border-style: solid;
	border-color: #6699FF;
	border-width: 1px;
	background-image: url(pics/bismittag.png);
	background-position: top center;
	background-repeat: y-repeat;
}

.belegt {
	text-align: center;
}

.belegt a {
	color: #555555;
}

#dhtmltooltip{
	position: absolute;
	text-align: center;
	width: 150px;
	border: 1px solid #6699FF;
	padding: 5px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
}

/* --- text --- */

/*.text {
	text-align: justify;
}*/



