/*Hauptstruktur "*/
BODY {
	 background-image: url(bilder_design/hgrund.jpg);
   	 color: #000000;
	 font-family: Helvetica, Times, Arial, sans-serif;
	 }

/*Allgemeine Links */
A:link{
	color: #386778;
	text-decoration : none;
	}
	
A:visited{
	color: #386778;
	text-decoration: none;
	}

A:hover{ 
	color: #386778;
	text-decoration : underline;
	}
	
A:active{
	color: #386778;
	text-decoration : none;
	}

/* Blockmenu (Hauptmenu)*/
A.blockmenu {
	display: block;
	width: 124px;
	height:24px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	font-size: 16px;
	color: #444444;
	text-decoration: none;
	background-color: #C0C6C7;
	}
A.blockmenu:hover {
	width: 124px;
	height:24px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	background-color:#E5E8E8;
	}
A.blockmenu:active {
	width: 124px;
	height:24px;
	font-size: 16px;
	text-decoration: none;
	background-color:#2E8CAE;
	}

/* Tabelleneinstellungen */
tr.menu, th.menu, td.menu, table.menu {
	background-color: #C0C6C7;
	}	
tr.hell, th.hell, td.hell, table.hell {
	background-color: #999999;
	}	
td.normal, th.normal, tr.normal, table.normal {
	background-color: #AEBABD;
	}
tr.dunkel, th.dunkel, th.dunkel, td.dunkel {
	background-color: #666666;
	}
tr.gaestebuch, th.gaestebuch, th.gaestebuch, td.gaestebuch {
	background-color: #F1F2F2;
	}

/* Titeleinstellungen */
h1 {
	color: #388DAC;
	font-size:200%;
	font-weight:bolder;
}

h2 {
	color: #388DAC;
	font-size:140%;
}
h3 {
	color: #388DAC;
	font-size:130%;
}
h4 {
	color: #388DAC;
	font-size:110%;
}

#rundrum {
  border-width:2px;
  border-style:solid;
  border-color:#388DAC;
}