body {
	text-align: center;
}

body, p, td {
	background: url(grafik/hintergrund_wrapper.gif) repeat-x top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

p {
	text-align: justify;
 padding-bottom: 10px;
}

#nc_wrapper {
	width: 855px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#nc_inhalt {
	background-color: #808080;
	color: white;
	height: 460px;
	margin-top: 40px;
}

#nc_logo {
	background: #808080 url(grafik/hintergrund_logo_bereich.gif) repeat-x center;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom:0px;
	height: 60px;
}

#nc_seitenfuss {
   clear: both;
	background-color: #ffffff;
	color: #808080;
	margin: 0px 0px 0px 0px;
}

#nc_seitenfuss td {
	padding: 0px 15px 0px 0px;
	background: #ffffff;
	color: #808080;
	text-align: left;
	vertical-align: top;
}

/* *********************** */
/* Links im Hauptmenu      */
/* *********************** */

#nc_seitenfuss a {
	color: #808080;
	text-decoration: none;
}

#nc_seitenfuss a:visited {
	color: #808080;
	text-decoration: none;
}

#nc_seitenfuss a:hover {
	color: #000000;
   text-decoration: none;
}

#nc_seitenfuss a:active {
	color: #808080;
	text-decoration: none;
}

#current {
	color: #000000 !important;
	font-weight: bold;
}

/* Kleinkram */

/*
.balkenl {
	border-collapse: separate;
	border-spacing: 0px 7px;
}
*/

.balkenl td {
	border-left: 2px solid white;
	padding: 0px 0px 0px 10px;
}

input {
   width: 350px;
	border: 1px solid none;
}

textarea {
   width: 462px;
	border: 1px solid none;
}

/* normale Links */

a {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #000000;
}

a:active {
	color: #ffffff;
}