/* global */
* {
	margin: 0;
	padding: 0;
	color: #000;
}

.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
}
/* eof global */
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetia, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #C9CDD0;
}
#seite {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../layout/header.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: left top;
}
#links-oben {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 35px;
	line-height: 2em;
	font-size: 14px;
}
#links-oben a {
	text-decoration: none;
}
#links-oben a:hover {
	text-decoration: none;
	color: #333;
}
#abstand-oben {
	height: 255px;
	width: 945px;
}


#seite #inhalt {
	float: right;
	min-height: 560px;
	width: 700px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #C9CDD0;
	border-right-color: #C9CDD0;
	border-bottom-color: #C9CDD0;
	border-left-color: #C9CDD0;
}
#inhalt #content {
	padding: 10px;
	float: left;
	min-height: 100px;
	width: 385px;
}
#inhalt #spalte-rechts {
	width: 265px;
	float: right;
	padding-right: 5px;
	clear: right;
}
#spaltenews {
	float: left;
	clear: both;
	width: 680px;
	padding: 10px;
}


#zeileOben p {
	padding: 0px;
	margin: 0px;
}



#seite #navi_block {
	float: left;
	width: 230px;
	display: table-row;
	clear: left;
	padding-left: 10px;
	padding-top: 5px;
}


#navi_block a {
	width: 180px;
	color: #000000;
	height: 20px;
	display: block;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-decoration: none;
}
#navi_block a:hover {
color:#5B5B53;
}
#navi_block ul {
	list-style-type: none;
	padding-left: 25px;
}

#navi_block #nav-1 {
	background-image: url(../layout/stuhl-mini.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 13px;
}
#navi_block ul ul{
	list-style-type: none;
	padding-left: 25px;
}
.subnavi {
	display: block;
	margin: 0px;
	padding-top: 2px;
}

#navi_block .subnavi a {
	font-size: 12px;
	color: #333333;
}
 
#navi_block .subnavi a:hover {
	font-size: 12px;
	color:#990000;
}

#navi_block .aktive {
	width: 190px;
	display: block;
 
}


#seite #footer {
	height: 90px;
	width: 945px;
	clear: both;
	background-color: #FFF;
}




#inhalt  h1 {
	font-size: 16px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

#inhalt h2 {
	font-size: 15px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}

#seite #inhalt  a {
	text-decoration: none;
}
#seite #inhalt  a: hover {
	text-decoration: underline;
}
#seite .abstand {
	padding: 10px;
}
	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid gray;
		padding: 0px 0px;
	}
fieldset  {
border:0px ;
}