body {
	font-family: "Century Gothic", Verdana, sans-serif;
	color: #444444;
	margin: 0;
	padding: 0;
	font-size: 16px;
	}

/* ########## SEITENSTRUKTUR ########## */

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

#header {
	width: 900px;
	}

#name {
	font-size: 16px;
	margin-bottom: 10px;
	}

#motiv {
	width: 900px;
	height: 290px;
	background: url(../images/motiv_collage_lowres.jpg) no-repeat;
	}

#motiv_klein {
	width: 900px;
	height: 220px;
	background: url(../images/motiv_collage_lowres_klein.jpg) no-repeat;
	}

#content {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	}

#navigation {
	margin-top: 50px;
	width: 245px;
	float: left;
	}

#textblock {
	margin-top: 50px;
	width: 635px;
	float: left;
	}

#bildbereich {
	width: 181px;
	float: right;
	margin-right: 19px;
	}

#clear {
	clear: both;
	}

#footer {
	margin: 10px 0;
	}

/* ########## NAVIGATION / LINKS ########## */

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

li a.menu {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	line-height: 25px;
	}

li a.menu:hover, li a.menuaktiv {
	font-size: 16px;
	color: #4ea500;
	text-decoration: none;
	line-height: 25px;
	}

li a.submenu {
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	padding-left: 20px;
	line-height: 20px;
	}

li a.submenu:hover, li a.submenuaktiv {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/highlighter.gif) no-repeat center left;
	}

a.textlink {
	color: #666666;
	text-decoration: unterline;
	}

a.textlink:hover {
	color: #4ea500;
	text-decoration: none;
	}

a.invislink, a.invislink:hover {
	color: #666666;
	text-decoration: none;
	}

a.impressum, a.impressum:hover {
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
	}

/* ########## HTML TAGS / KLASSEN ########## */

.gruen {
	color: #4ea500;
	}

.bold {
	font-weight: bold;
	}

.underline {
	text-decoration: underline;
	}

h1 {
	font-size: 22px;
	color: #4ea500;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	}
	
h2 {
	font-size: 16px;
	color: #666666;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	}
	
 p, table {
	padding: 7px 0;
	}

a.lightview {
	border: none;
	text-decoration: none;
	}

td {
	padding: 10px;
	border-bottom: 2px solid #efefef;
	margin: 0;
	}

.sprechzeiten tr {
	vertical-align: top;
	}
	