body {
	margin: 0;
	color: #000000;
	text-align: justify;
	background-color: #ffffff;
	line-height: 18px;
}

#topContent {
	background-image: url(/img/bg_header.jpg);
	background-repeat: no-repeat;
	width: 1048px;
	height: 25px;
}

#mainContent {
	background-image: url(/img/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 1048px;
}

/*#ortTop {
	float: left;	
	padding-left: 30px;
	padding-right: 30px;
	width: 918px;
	height: 15px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 15px;
}

#ortTop a {
	color: #f26430;
	text-decoration: none;
}

#ortTop a:hover { color: #000000; }*/

#naviTop {
	float: right;	
	margin-right: 25px;
	margin-top: 135px;
}

.naviTopActive {
	color: #a2bd30;
	font-weight: bold;
}

#naviTop a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

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

#naviContent {
	float: left;
	font-size: 12px;
	line-height: 25px;
}

#naviContent {
	margin-left: 30px;
	width: 225px;
	float: left;
	text-align: left;
}

.naviContentCatActive a {
	color: #a2bd30;
	font-weight: bold;
	margin-left: 30px;
	text-decoration: none;
}

.naviContentCatActive a:hover {
	text-decoration: underline;
}

.naviContentCat a {
	margin-left: 30px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
} 

.naviContentCat a:hover {
	text-decoration: underline;
} 

.naviContentSubcatActive a {
	color: #a2bd30;
	font-weight: bold;
	margin-left: 45px;
	text-decoration: none;
}

.naviContentSubcatActive a:hover {
	text-decoration: underline
}

.naviContentSubcat a {
	margin-left: 45px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.naviContentSubcat a:hover {
	text-decoration: underline;
}

.naviContentArticleActive a {
	color: #a2bd30;
	font-weight: bold;
	margin-left: 60px;
	text-decoration: none;
}

.naviContentArticleActive a:hover {
	text-decoration: underline
}

.naviContentArticle a {
	margin-left: 60px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.naviContentArticle a:hover {
	text-decoration: underline;
}

#centerContent {
	margin-left: 50px;
	width: 630px;
	float: left;
	text-align: left;
}

#footer {
	background-image: url(/img/bg_footer.jpg);
	background-repeat: repeat-y;
	width: 1048px;
	color: #ffffff;
	text-align: left;
	line-height: 18px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

#footer a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

.inputFeld {
	font-family: "Courier New", Courier, monospace;	
	font-size: 12px;
	border: 1px dotted #000000;
	padding-left: 5px;
}

.textfield { width: 360px; }

input { font-family: "Courier New", Courier, monospace; }

#fehler {
	background-image: url(/img/bg_fehler.jpg);
	background-repeat: no-repeat;
	height: 80px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 100px;
	padding-top: 15px;
	color: #ffffff;
}

#fehler a {
	color: #ffffff;
	background-image: none;
}

#fehler a:hover {
	color: #000000;
	background-image: none;
}

#erfolgreich {
	background-image: url(/img/bg_erfolgreich.jpg);
	background-repeat: no-repeat;
	height: 75px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 100px;
	padding-top: 20px;
}

.textarea {
	width: 570px;
	height: 50px;
	border: 1px dotted #000000;
}

