/* Allgemeine Angaben für index.html */

body{	
	background: #4d87c7 url("../pic/bg_teak_2.gif") repeat top left fixed; 
	font-family:"arial";
	font-size:14px;
}

#logo {
	position:absolute;
	top:0px;
	left:30px;
	width:129px;
	padding: 10px;
}

#zitate{
	position:absolute;
	top:15px;
	left:240px;
	width: 700px;
	padding: 10px;
	background:url("../pic/bg_seekarte.gif") fixed;
	background-position:right;
}

#menu {
	background:url("../pic/block.gif") top left no-repeat;
	position:absolute;
	left:0px;
	top: 190px;
	width: 220px;
	height: 450px;
	padding-top: 35px;
	line-height: 2.4em;
}



#inhaltsrahmen{
	border:2px fixed #000000;
	background:url("../pic/bg_seekarte.gif") fixed;
	background-position:right;
	position:absolute;
	padding: 5px;
	top:190px;
	left:240px;
	overflow:auto;
	height: 480px;
	width: 700px;
}


#menu a:link { font-weight:bold; color:blue; text-decoration:none; }
#menu a:visited { font-weight:bold; color:blue; text-decoration:none; }

#menu a {
	text-align:center;
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size:20px;		
}

#menu a:hover {
	color : white;
	background-color : blue;
}


 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; border-top: 2px #888 solid; border-bottom: 2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; }
  thead th { color: #000; border-bottom: 2px #800 solid; }
  tbody th { background: #e0e0e0; color: #333; }
  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }
  tbody td { border-bottom: 1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background: #f0e8e8; }
  tbody tr:hover td { background: #fff8f8; }
