body {
	background-image:url(../img/bg1b.gif);
	background-repeat:repeat-x;
	background-color:#CBD5DF;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:34px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:15px;
	color:#444;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

h4 {font-weight: bold;}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:700px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:700px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:100px;
	margin-right:10px;
	background-image:url(../img/circle.gif);
	float:left;
}

#bannerRight {
	width:529px;
	height:49px;
	background:url(../img/bg1c.gif) repeat-x;
	float:left;
	border:1px solid #CCC;
	border-width:1px 0 0 1px;
	padding:35px 0 15px 10px;
}

#content {
	background:url(../img/bg1.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	float:left;
}

#nav {
	background: #D9E1E5 url(../img/bar.gif);
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	background: #D9E1E5 url(../img/bar.gif);
	display:block;
	font-size:11px;
	color: #456;
	text-decoration:none;
	padding:10px;
	width:130px;
	height:10px;
	border-top:1px dotted #333;
	text-decoration: none;
}

#nav a:hover {
		background: #333 url(../img/ar.gif);
	background-position: left bottom;
	color: #FFF;
}

#leftColumnBottom {
	width:130px;
	background:url(../img/bg1c.gif) repeat-x;
	padding:110px 10px 10px;
	color: #456;
}

#rightColumn {
	float:left;
	width:530px;
	margin-left:11px;
	padding: 5px 0 0 9px;
	background-color: #f6f6f6;
	color:#444;
	line-height: 1.6em;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal; display: none; /*wird nicht benötigt, daher nicht angezeigt */
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}

hr {border-style: dotted ; color: #CCC; }


li {}

#kasten {border: dotted 1px #999; padding: 0px 10px 0px 0px; line-height: 1.6em; background-color: white;}
	#kasten li {margin-bottom: 5px;}

#kasten ul li {margin-bottom: 10px;} /* Abstand einzelne Punkte in Liste*/
#kasten ul {} /* Abstand der Liste zum Rahmen */

#bild {float: right; margin-right: 10px; margin-top: -25px; margin-left: 5px;}
	*html #bild {margin-top: -35px;}

#text {margin-top: 15px; }

img {border: none;}

