/* CSS Basis Document */

body{
	background-color:#ffffff;
	background-image:url(./bilder/backgr.jpg);
	color:#000000;
	padding: 0;
	margin:0;
   	font-size: 1em;
   	font-family: Verdana,Arial,Helvetica, sans-serif; 
	text-align:center;
}


p strong {
	color:#660000;
	font-size:1.2em;
}
	
table{
	width:99%;
}
table.plan td{
	text-align:center;
	padding: 0.5% 0.5%;
	font-size:small;
}

table.aktuelles td{
	width:50%;
	text-align:center;
	padding: 0.5% 0.5%;
}

table.termine td{
	padding: 1em 0.5%;
	vertical-align: top;
	font-size:small;
}

table.termine2 td{
	padding: 0em 0.5%;
	vertical-align: top;
	font-size:small;
}

h1{
	color:#660000;
	line-height:1.2em;
}
h2{
	color:#660000;
	line-height:1.2em;
}
h3{
	color:#660000;
	line-height:1.2em;
}
h4{
	color:#660000;
	line-height:1.2em;
}
h4.textbox{
	border-width:thin;
	border-color: #000000;
	border-style:solid;
}
h5{
	color:#660000;
	line-height:1em;
}
img{
	border:hidden;
}
.adresse{
	margin-left:30px;
	}
	
.autor{
	text-align:right;
	font-weight:bold;
	}

.weitere{
	font-size:small;
	line-height:1.2em;
	}
a:link{
	color:#660000;
	text-decoration:underline;
}
a:visited{
	color:#996666;
	text-decoration:underline;

}
a:hover{
	text-decoration:underline;
	font-style:italic;
}

