/*
 *  Grundfarben (Violett):
 *    dunkel: #8b7c8e
 *    hell:   #bf9fb0
 *
 *  Breite:
 *    812px
 */

body {
	font-family: Times New Roman, serif;
	}

dl.dllist dt {
	font-weight: bold;
	}

dl.dllist dd {
	margin-bottom: 10px;
	margin-left: 20px;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #bf9fb0;
	}

a:hover {
	color: #8b7c8e;
	}

/* GALLERY */
#galleft {height:100px;margin-top:10px;}
#galleft img{float:left;padding-right:10px;height:100px;border:0px;}
#galright {height:100px;margin-top:10px;text-align:right;}
#galright img{float:right;padding-left:10px;height:100px;border:0px;}

#btm-img {
	position: absolute;
	bottom: 70px;
	margin-left: -20px;
	}

#main {
	width: 812px;
	position: relative;
	background: #fff;
	text-align: left;
	}

#header {
	height: 160px;
	text-align: center;
	}

#header img {
	padding-bottom: 10px;
	}

#eine-spalte {
	padding-left: 180px;
	}

#min-height {
  	height: 330px;
  	overflow: visible;
	}

#inhalt {
	padding-bottom: 10px;
	font-size: 12pt;
	width: 772px;
	margin-left: 20px;
	margin-right: 20px;
	}

#menu {
	height: 30px;
	text-align: center;
	}

#menu img {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	border: 0px;

	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	width: 810px;
	z-index: 5;
	}

#nav a {
	display: block;
	text-decoration: none;
	}

#nav li {
	float: left;
	}

#nav li.e1 {
	}

#nav li ul {
	position: absolute;
	width: 110px;
	left: -999em;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color: #fff;
	}

#nav li:hover, #nav li.sfhover {
	left: auto;
	background-color: #fff;
	}

#sub-menu {
	height: 30px;
	text-align: center;
	}

#sub-menu img {
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 5px;
	border: 0px;
	display: inline;
	}

dl.dllist dt {
	margin-top: 10px;
	font-weight: bold;
  }

#footer {
	height: 68px;

	}

