body{
	/*background-image:url("images/stone-dark.jpg");*/
	background-image:url(images/background.gif);
	background-color:#8b31be;
	/*background-color:#000080;*/
	background-repeat:repeat-y;
	font-family:sans-serif;
	font-size:100.01%;
	color:#e6e6ff;
	min-width:350px;
	text-align:center; /*Zentriert fuer IE*/
}

.content {
	text-align:left; /*Textausrichtung wieder links*/
	margin: 0 auto; /*standard zentriert*/
	width:600px; /*Seitenbreite*/
	font-size:80%;
}

.header{
	text-align:left; /*Textausrichtung wieder links*/
	margin: 0 auto; /*standard zentriert*/
	width:600px; /*Seitenbreite*/
}

.menuetable{
	width:600px;
	/*background-color:#C3C3C3;
	border-color:black;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;*/
}

.menuetable td{
	
	/*border-color:black;
	border-style:solid;
	border-width:1px;*/
	/*padding:0.2em 0.5em 0.0em 0.5em;*/
	text-align:left;
}	

/*.menuetable a:link {color:#ff0000; text-decoration:underline;}
.menuetable a:visited {color:#ff0000; text-decoration:underline;}
.menuetable a:hover {color:#FF00FF; text-decoration:underline;}
.menuetable a:active {color:#fafe09; text-decoration:underline;}*/

a:link {color:#99ccff; text-decoration:underline;}
a:visited {color:#C0FFFF; text-decoration:underline;}
a:hover {color:#FF00FF; text-decoration:underline;}
a:active {color:#fafe09; text-decoration:underline;}


h1 {
	font-size:140%;
	color:#ff0000;
}

h2 {	
	font-size:110%;
	padding-top:0.5em;
	color:#ff0000
}

li {margin-bottom:0.5em; margin-top:0.5em}


.imgleft {float:right; margin: 0.5em 0em 0.5em 1em;}
.imgright {float:left; margin: 0.5em 1em 0.5em 0em;}

.txtjustify {
	clear:both;
	text-align:justify;
	padding:0.5em 0.5em 0.5em 0.5em;
}

.txtcenter{
	clear:both;
	text-align:center;
	padding:0.5em 0.5em 0.5em 0.5em;
}

.hinweis {
	text-align:justify;
	font-style:italic;
	font-size:80%;
	text-transform:uppercase;
}

.termintab {width:25em;}
.termintab td{
	padding:0.5em 0.5em 0.5em 0.5em;
}
