/**/
*{
 margin:0;
 padding:0
}

body {
	background:#FAE4B3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	line-height: 20px;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	line-height: 20px;
	padding:3;	
}
#seite{
	text-align:left; /**/
	width:1020px; 
	height: 570px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	z-index: 1;
}
#navblock {
	float:left;
	width:196px;
	height: 570px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	z-index:1;
}
#content{
	float:left;
	width:519px;
	height: 570px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	text-align: left;
	z-index:1;
}
#seitentitel {
	position:relative;
	text-align: left;
	left:25px;
	top:40px;
	width:400px;
	height:30px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	z-index:3;
}
#lauftext {
	position:relative;
	text-align: left;
	left:25px;
	top:70px;
	width:480px;
	height:450px;
	z-index:3;
	overflow: auto;
	z-index:3;
}

#pics{
	float:left;
	width:265px;
	height: 570px;
	background-image: url(images/bg_pics.jpg);
	background-repeat: no-repeat;
	text-align: left;
	z-index:3;	
}
#bild_1 {
	position:relative;
	text-align: left;
	left:10px;
	top:15px;
	width:242px;
	height:242px;
	z-index:3;
}

.padding{
 padding:1em
}

h1,h6{
 font-size:1.1em
}
/**/
ul {
	list-style-image: url(images/icon_symbol_baum.gif);
	line-height: 18px;
}
#navigation {
	position:relative;
	width:180px;		
	text-align: right;
	font-size: 14px;
	color: #623620;
	font-weight: bold;
	line-height: 30px;
}
#navigation a:link {
	text-decoration: none;
	color: #623620;
}
#navigation a:visited {
	text-decoration: none;
	color: #623620;
}
#navigation a:hover {
	color: #A6673D;
	text-decoration: none;
	background-color: #FAE4B3;
}
#navigation a:active {
	text-decoration: none;
	color: #623620;
}
.border {
	padding:3;
	border: 1px dashed #000000;
	font-weight: bold;
	background-color: #FAE4B3;
}
#impressum{
	width:230px;
	height: 535px;
	text-align: left;
	padding:5;
	font-size: 11px;
	font-weight: normal;
	background-color: #FAE4B3;	
	line-height: 13px;
}
.linkhell, .texthell {color: #FAE4B3}
.terminrubrik {
	padding:3;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FAE4B3;
	background-color: #817948;
}
#extern_termine {
	position:relative;
	text-align: left;
	left:25px;
	top:50px;
	width:470px;
	height:350px;
	z-index:3;
	/*	overflow: auto;*/
	z-index:3;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
}
.10px{font-size: 10px;}


