* { padding:0;	margin:0; }

body {
	height: 100%;
	color : #000066;
	font: 0.9em Arial, Helvetica, sans-serif;
	text-align: center;
	background: #0000CC url(../images/bg.jpg) repeat;
}

#wrapper {
	width: 969px;
	height:auto;
	text-align: left;
	margin: 0 auto 0;
}

#head {
	margin-top: 20px;
	background: url(../images/header.gif) no-repeat;
	height: 120px;
}

#headmenu {
	float: right;
	color: #FFFFFF;
	margin: 35px 50px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

#headmenu li{
	list-style: none;
	margin-top: 4px;
	margin-bottom: 4px;
}

#headmenu a{
	color: #ff9900;
	text-decoration: none;
}

#headmenu a:hover{
	color: #FFFFFF;
}

#inner {
	margin-top: 10px;
	margin-bottom: 30px;
}

#innen-top {
	height: 8px;
	background: url(../images/top.gif) no-repeat center bottom;
}

#innen-content {
	background: url(../images/content.gif) repeat-y;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#innen-foot {
	height: 18px;
	background: url(../images/button.gif) no-repeat;
}

#innen-foot p {
	padding: 3px 10px;
	font-size: 0.7em;
	color: #000099;
	float: right;
}

#menu {
	width: 195px;
	margin: 5px 0px 5px 10px;
	float:left;
}

#menu ul {
	padding : 0;
	width : auto;
	margin : 0 5px 10px;
}

#menu li {
	list-style: none outside;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#menu li a {
	color: #ff9900;
	text-decoration: none;
	font-size: 1.2em;
	padding: 3px;
	font-weight: bold;
}

#menu li a.aktiv {
	color : #FFCB33;
	text-align : left;
	text-decoration : none;
	padding : 3px;
}

#menu li a:hover {
	color : #ffffff;
}
#menu li.zwei {
	list-style: none outside;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#menu li a.zweiaktiv {
	color : #FFCB33;
	text-align : left;
	text-decoration : none;
	padding:3px 3px 3px 13px;
}
#menu li a.zwei  {
	color : #CC3300;
	text-decoration : none;
	padding:3px 3px 3px 13px;
	font-size: 1.1em;
}

#menu li a:hover.zwei  {
	color : #ffffff;
	text-decoration : none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-size: 1.1em;
}

#menu li.zwei a:hover {
	color : #ffffff;
}

#inhalt {
	margin-left: 214px;
	margin-right: 15px;
	padding-bottom: 15px;
	height: 100%;
}

.schachtel {
	padding-bottom: 10px;
}

#inhalt p {
	margin: 7px 0px;
}

#inhalt a {
	color: #990000;
	text-decoration: underline;
}

#inhalt a:hover {
	color:#FF9900;
}

#inhalt ul{
	margin: 5px 0px 10px;
}

#inhalt ul li{
	list-style: disc inside;
	padding: 4px 0px;
	margin: 0px 0px 0px 10px;
}

#inhalt ol{
	margin: 5px 0px 10px 40px;
}

#inhalt ol li{
	list-style: decimal outside;
	padding: 4px 10px 4px 5px;
}


h1, likeh {
	padding: 5px 0;
	color: #990000;
	font-size: 1.5em;
	font-style: italic;
}

h2, h3, h4, h5, h6 {
	padding: 5px 0;
	color: #990000;
	font-size: 1.3em;
	font-style: italic;
}

address {
	font-size: 1.2em;
	font-style: normal;
	margin-left: 20px;
}
.center {
	text-align:center;
}

.blocksatz {
	text-align:justify;
}

.fett {
	font-weight: bold;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.leftclear {
	clear:left;
}
.rightclear {
	clear:right;
}
.clear {
	clear:both;
}

img.float-right {
	margin: 0px 0px 5px 10px;
	border: 1px solid #000066;
	padding: 3px;
}

img.float-left {
	margin: 0px 10px 5px 0px;
	border: 1px solid #000066;
	padding: 3px;
}

img.border {
	margin: 5px 0px 0px;
	border: 1px solid #000066;
	padding: 3px;
}

.box300 {
	float: right;
	width: 300px;
	padding-top: 105px;
}

.eintrag {
	width:auto;
	margin: 10px;
	color: #000066;
	background: #FFFFCC;
	border: 2px solid #000066;
}

.autor {
	width:220px;
	float:right;
	margin: 0;
	padding-top: 5px;
}
.autor p{
	font-style: italic;
	margin: 0px;
	padding: 0px 5px 3px;
	line-height: 100%;
}

.kommentar {
	width:auto;
	min-height: 80px;
	margin: 0 230px 0 0px;
	padding: 5px 10px;
	border-right: 2px solid #000066;
	font-style: italic;
}

.clear-gb  {
	clear:right;
}

.fill {
	height: 25px;
}


.Stil2 {color: #0000FF;}