body{
	/*background-image:url("images/stone-dark.jpg");*/
	background-image:url(images/background.gif);
	background-color:#5136c4;
	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;
	font-size:80%
}

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

.menuetable a:link {color:#0325FF; text-decoration:underline;}
.menuetable a:visited {color:#0325FF; 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:120%;
	color:#FFFFFF;
}

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


.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;
}
