@CHARSET "ISO-8859-1";

body {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size:12px;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#wrap {
	#background-color: green;
}


	
/* ----------banner for logo-------------- */
#header {
	margin: 0;
	padding: 0;
	height:123px;
	margin-top:0px;
	padding: 0px 50px 0px 50px;
	background: url("images/banner_01.png") bottom;
	position: relative;
}

/* -----------------Inhalt--------------------- */
#mainNav {
	bottom:-3px;
	position:absolute;
	z-index:50;
	padding-left:1px;
}

#mainNav div.no {
	background-image:url(images/linkInactiveLeft.png);
	background-position:0;
	background-repeat:no-repeat;
	cursor:pointer;
	float: left;
	height:24px;
	margin-left:1px;
	padding-left:10px;
	text-decoration:none;
	width:auto;
	display: inline-block;

}

#mainNav div.no a {
	height: 24px;
	display: inline-block;
  	width: auto;
	background-image:url(images/linkInactiveRight.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	line-height: 26px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color: #31A02C;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

#mainNav div.ro {
	background-image:url(images/linkActiveLeft.png);
	background-position: 0;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	background-repeat:no-repeat;
	cursor:pointer;
	float: left;
	height:24px;
	margin-left:1px;
	padding-left:10px;
	text-decoration:none;
	width:auto;
	display: inline-block;

}

#mainNav div.ro a.ro{
	display: inline-block;
	background-image:url(images/linkActiveRight.png);
	background-position: right;
	color: #FFF;
	cursor: pointer;
	height: 24px;
	width: auto;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	line-height: 26px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

#NavBar {
	background: url("images/mainNavBar_02.gif") no-repeat;
	height:8px;
	overflow: hidden;
}

#wrap {
	padding: 0px 0px;
	background: url("images/background_04.gif") repeat-y 0px 0px;
	z-index: 150;
}

#contentHead {
	padding: 0 50px;
	background: url("images/background_03.gif") no-repeat 0px 0px;
	z-index: 100;
}

#left {
	float: left;
	width: 130px;
	margin: 5px;
	padding:0px;
}

#content {
	min-height:600px;
  	height:auto !important;  /* für moderne Browser */
  	height:600px;  /*für den IE */
	padding: 5px;
	float:left;
	margin: 5px;
	width: 490px;	
}

#right {
	float: left;
	width: 140px;
	margin: 5px;
	padding: 0;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	background: url("images/footer.gif") no-repeat;
	padding: 0 50px;
	margin: 0;
	height: 26px;	
}

#footerText {
	padding: 0 50px;
	background: white !important;
	font-size:12px;
	color: gray;
}

#footerText div {
	display: inline;
}

#footerText a {
	color: gray;
	text-decoration: none;
}

#klickpfad {
	font-size: 10px;
	color: lightgray;
}

#klickpfad a {
	text-decoration: none;
	color: lightgray;
}

#klickpfad .last a{
	color: gray !important;
}

#klickpfad a:hover {
	text-decoration: underline;
}


#subMenu {
	border-bottom:1px solid #94dd85;
	font-size:12px;
	line-height:2em;
	margin:0;
	padding:0;
}

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

.ersteEbene li {
	position: relative;
}

.ersteEbene li.first {
	border-top:1px solid #94dd85;
	display:block;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:0.75em;
	vertical-align:middle;
}

.ersteEbene li.first_cur {
	/*background: #D8E9F5;*/
	border-top:1px solid #94dd85;
	display:block;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:0.75em;
	vertical-align:middle;
}

.ersteEbene li.first_active {
	/*background: #D8E9F5;*/
	border-top:1px solid #94dd85;
	display:block;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:0.75em;
	vertical-align:middle;
}


.ersteEbene a {
	display: block;
	text-decoration: none;
	color:#007601;
}

.ersteEbene a:hover {
	background: #94dd85;
}

#subMenu p {
	color:#565656;
	display:block;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0;
	vertical-align:middle;
}

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

.zweiteEbene a {
	padding-left: 5px;
}
.zweitEbene li {
	position: relative;
}

.zweiteEbene li.first {
	
	border-top:1px dotted #e1e1e1;
	display:block;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:0.75em;
	vertical-align:middle;
}

.zweiteEbene li.first_cur {
	
	border-top:1px dotted #e1e1e1;
	display:block;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:0.75em;
	vertical-align:middle;
}

.zweiteEbene li.first_active {
	
	border-top:1px dotted #e1e1e1;
	display:block;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent:0.75em;
	vertical-align:middle;
}
	
.news-latest-container  h2 a {
	color: #2f2f2f !important;
}

.news-latest-container  h2 a:hover {
	text-decoration: none;
}

.news-latest-container  h2 {
	margin: 1px 0px !important;
}

.news-latest-container img {
	float: right;
	margin-left: 5px;
}
.news-latest-container span {
	color: #a1a1a1;
}

.news-latest-date {
	
}

.news-latest-category {
	
}

.commentCount {
	
}

.clearer {
	border: 0px;
	clear: both;
}

.news-latest-item {
	margin: 10px 0px 0px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #AFAFAF;
}

label {
	/*width: 80px;
	display: inline-block;*/
}

/* Aufzählung in der rechten Spalte */
ul.right {
	padding-left: 0px;
	margin: 0 0 0 20px;
}

div.news-single-img {
	float: right;
	margin-left: 5px;
}

.news-latest-date {
	float: left;
	margin-right: 15px;
	height: 16px;
	line-height: 16px;
	display: block;
	padding-left:22px;
	background: url("images/icons.gif") no-repeat;
	background-position: 0px -48px;
}

.news-latest-category {
	float: left;
	margin-right: 15px;
	height: 16px;
	line-height: 16px;
	display: block;
	padding-left:22px;
	background: url("images/icons.gif") no-repeat;
	background-position: 0px -480px;
}

.news-latest-author {
	float: left;
	margin-right: 15px;
	height: 16px;
	line-height: 16px;
	display: block;
	padding-left:22px;
	background: url("images/icons.gif") no-repeat;
	background-position: 0px 0px;
}

.commentCount {
	float: right;
	margin-right: 15px;
	height: 16px;
	line-height: 16px;
	display: block;
	padding-left:22px;
	background: url("images/icons.gif") no-repeat;
	background-position: 0px -96px;
}

.news-single-img p{
	margin: 0px 0px 10px 0px;
}

.news-list-item img {
	float: right;
	margin: 0 0 5px 5px;
}

.tx-cal-controller dt {
	color: #a1a1a1;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.tx-cal-controller hr {
	margin: 2px 10px 2px 10px;
	padding 0;
	border: 0px;
}

.tx-cal-controller dd {
	padding:0;
	margin:0;
}

.tx-cal-controller dl {
	padding:0;
	margin:5px 0 5px 0;
}

dt.even {
	background: #EFEFEF;
}

.tx-newloginbox-pi1 h1 {
	font-size: 12px !important;
}

#left h1 {
	font-size: 14px;
	color: white;
	background: url("images/header_1_green.png") repeat-x;
	padding: 5px 4px;
}

#content h1 {
	font-size: 17px;
	color: white;
	background: url("images/header_2_gray.png") repeat-x;
	padding: 3px 4px;
}

#right h1 {
	font-size: 12px !important;
	color: white;
	background: url("images/header_1_green.png") repeat-x;
	padding: 5px 4px;
}


.tx-newloginbox-pi1 input[type=text] {
	display: block;
	width: 120px;
	height: 14px;
	background:url(images/input_bg.gif) repeat-x;
	border: 1px solid #808080;
}

.tx-newloginbox-pi1 input[type=password] {
	display:block;
	width: 120px;
	height: 14px;
	background:url(images/input_bg.gif) repeat-x;
	border: 1px solid #808080;
	margin-bottom: 4px;
}

.tx-newloginbox-pi1 label {
	display:block;
	font-size:10px;
	padding: 0;
	margin: 0;
	width:auto !important;
	height: 12px;
}

/* Eigenschaften für einen Menüeintrag einer neuen Seite */

span.neu {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 17px;
	margin: 0px 2px 0px 0px;
	padding: 0 5px 4px 0 !important;
	width: 37px;
	text-align: right;
	background: url("images/new.png") no-repeat right bottom;
}

/*.csc-textpic-imagewrap dl {
	padding: 5px;
	border: 1px solid RGB(204, 204, 204);
	margin: 2px !important;
}*/

.tx-mmforum-pi1-listpost-text .post-img {
	width: 450px;
}

div.info  {
	margin: 5px 0px;
	font-size: 11px;
}

.pagebrowser {
	float: right;
}

.pagebrowser span {
	padding:2px;
	padding-bottom: 2px;
	font-size: 11px;
	color:  rgb(0, 118, 1);
}

.pagebrowser span:hover {
	background: rgb(0, 118, 1);
	color: #FFFFFF !important;
}

.pagebrowser span a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}

.active {
	font-weight: bold;
	border-bottom: rgb(0, 118, 1) 2px solid;
}
