@charset "ISO-8859-1";

/* styles.css */

/*
   Hintergrundfarben
*/
body { background-color:#FFD9AE;
       margin-left:3px; }

*  { color:#000000; }

/* 
   Überschriften
*/
h1 { font-size:25px;
     color:#000000;
	 font-family:Arial;}
h2 { font-size:18px;
     color:#000000;
	 font-family:Arial;}
h3 { font-size:13px;
     color:#000000;
	 font-family:Arial;
	 font-weight:bold;}

	 
	 /*
h4 { font-size:10px;
     color:#000000;
	 font-family:Verdana;
	 text-align:center;
	 font-weight:normal;}
*/
p  { font-size:13px;
	line-height:18px;
     color:#000000;
     font-family:Arial;}

p.geschichte {color:#000080;}
h2.geschichte {color:#000080;
	 font-size:13px;
	 font-weight:bold;}
	 
p.webmaster { color:#0000FF; 
              font-weight:bold; 
			  font:Verdana; 
			  text-align:right;}
	 
a:link { font-size:13px;
     color:#0000FF;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Arial;}
a:visited {  font-size:13px;
     color:#800080;
	 font-style:normal;
	 text-decoration:underline;
     font-family:Verdana;}

/*
  Tabellen, Rahmen
*/
table.mainframe700 { table-layout:fixed;
        width:850px;
        empty-cells:show;
		background-color:#FFD9AE;}
table.mainframe { table-layout:fixed;
        width:1200px;
        empty-cells:show;
		background-color:#FFD9AE;}
table.textframe { table-layout:auto;
        width:650px;
        empty-cells:show;
		background-color:#FFD9AE;}
td.mainmenu{ font-size:13px;
     width:140px;
     padding-left:5px;
     padding-right:5px;
     font-family:Arial;
     white-space:nowrap;
	 vertical-align:top;}
table.pressefotos { 
    width:700px;
	border-collapse:collapse;
	text-align:center;
	table-layout:fixed;}
td.pic{
	border:2px solid #0000FF; 		
	height:85px;
	width:140px;}
td.text{
	border:2px solid #0000FF; 		
	height:35px;
	width:140px;
	color:#0000FF;
	font-size:10px;
	font-family:Arial;}		
td.text60{
	border:2px solid #0000FF; 		
	width:428px;
	color:#0000FF;
	font-size:17px;
	font-weight:bold;
	font-family:Arial;}		

table.terminkalender { 
    width:690px;
	table-layout:fixed;}

td.terminkalenderkopf{
	background-color:#EEC88E;
	font-size:17px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;}		
td.terminkalenderzeile{
	font-size:15px;
	font-family:Arial;}		

