@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	height: 101%;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #6699CC;
	text-align: center;
	color: #000000;
	background-image: url(../img/bg_pageVerdana.gif);
}
body, th, td {
	font-size: 18px;
}
.fett {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.klein {
	font-size: 16px;
}
.blau {
	color: #0099FF;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 20px auto;
	border: 1px solid #EEE;
	text-align: left;
	background-image: url(../img/bg_container.jpg);
} 
#header {
	height: 60px;
	margin: 0;
	background-color: #FFFF53;
	padding: 0 10px 0 24px;
	border-bottom: 1px solid #0099FF;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
	display: none;
}
#menu {
	padding-top: 24px;
	margin-left: -6px;
	font-weight: bold;
	font-size: 14px;
}
#menu ul {
	list-style-type: none;	
}
#menu ul li {
	position: relative;
	margin: 0 3px;
	padding: 3px;
	display: inline;
	background-color: #EEE;
	border: 1px solid #0099FF;
}
#menu ul li a {
	text-decoration: none;
	color: #666666;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #0099FF;
}
/* Ebenen für die Untermenus */
#submenuA {
	position: absolute;
	margin-top: 5px;
	left: 0;
	top: 21px;
	visibility: hidden;
}
#submenuB {
	position: absolute;
	margin-top: 5px;
	left: 0;
	top: 21px;
	visibility: hidden;
}
#submenuA, #submenuB {
	width: 260px;
	font-size: 14px;
	background-color: #EEE;
}
#submenuA ul, #submenuB ul {
	display: block;
	margin: 0;
	list-style-type: disc;
}
#submenuA ul li, #submenuB ul li{
	display: block;
	border-top: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	border-bottom: none;
	margin: 0;
	padding: 4px 4px 4px 18px;
	background-image: url(../img/listenPunkt.jpg);
	background-repeat: no-repeat;
}

#sidebar1 {
	float: right;
	width: 140px;
	height: 440px;
	padding-top: 45px;
	background-color: #FFFF53;
	text-align: center;
	background-image: url(../img/logoVerticalVerdana.gif);
	background-position: 6px 34px;
	background-repeat: no-repeat;
}
#mainContent {
	margin: 0 160px 0 0;
	padding: 10px 24px 0 30px;
	font-size: 18px;
} 
#mainContent h1 {
	margin: 18px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #484848;
}
#mainContent h2 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
#buecherUndRezensionen h2 {
	margin: 0 0 -10px 0;
}
#mainContent a {
	color: #0099FF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#footer {
	font-size: 12px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
	background-color: #CCC;
	background-image: url(../img/bg_footer.jpg);
} 
#footer p {
  margin: 0;
  padding: 6px 0;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}

#admin {
	float: right;
	margin-top: 6px;
	text-align: left;
	width: 180px;
}
/* Stile der einzelnen Seiten */
/* Bücher und Rezensionen */
#buecherUndRezensionen table {
	width: 670px;
	margin-top: 30px;
}
#buecherUndRezensionen table img {
	border: 1px solid #666666;
}
#buecherUndRezensionen p {
	margin-top: 12px;
}
#startseite img {
	float: left;
	margin: 5px 24px 36px 0;
	border: 1px solid #666666;
}
/* Biographie, Mitgliedschaften */
#biographie table, #mitgliedschaften table {
	width: 680px;
	margin-top: 14px;
}
#biographie table td {
	padding-bottom: 6px;
}
#mitgliedschaften table td {
	padding: 5px 0;
}
.sprachwechsel {
	width: 140px;
	float: right;
	padding: 2px;
	background-color: #EEE;
	border: 1px solid #0099FF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.sprachwechsel a {
	color: #666666 !important;
	text-decoration: none !important;
}
.sprachwechsel a:hover {
	color: #0099FF !important;
	text-decoration: none !important;
}
.datum {
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.agendaListe {
	margin: 12px 0;
	padding: 6px 0;
	border-top: 1px solid #0099FF;
}
#mainContent .agendaListe h2 {
	margin: 4px 0 4px 0;;
}
.fltrt { 
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat { 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
 /* IE CSS Hack by vbdesigns.de Korrektur des 3-Pixel-Bugs im IE */
* html #sidebar1 { 
margin-left: -3px; 
} 
/* Ende IE CSS Hack by vbdesigns.de */

