html, body, div, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #F5FFE8;
	margin-bottom:1px;
}
div {
	text-align: left;
}
h1, h2, h3, h4 {
	color: #222;
	font-weight: bold;
	font-size:100%
}

h1.csc-firstHeader {
     font-size:100%;
} 

.csc-header-n2 h1 {
	font-size:100%;
}

p, li, td, th, .content {
	font-size: 13px;
	line-height: 1.3em;
	color: #111;
}
ul ul li {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	border-collapse: collapse;
}
th, td  {
	vertical-align: top;
	text-align: left;
	border: 1px solid #98C93C;
	padding: 10px;
}
a {
	text-decoration: none;
	color: #111;
}
.act a:link, .act a:visited {
	color:#98C93C;
}

.no a:link, .no a:visited{
	color:#111;
}

.no a:hover, .no a:active{
	color:#98C93C;
}

.de a {
	color: #98C93C;
}
.fr a {
	color: #98C93C;
}
.it a {
	color: #98C93C;
}
a:hover {
	color: #98C93C;
}
a img {
	border: none;
}

/* navigation */

.nav {
	margin-top: 10px;
	width: 180px;
	float: left;
}
.nav ul {
	list-style: none;
}

.nav li {
	margin-top: 0px;
	color: #111;
font-weight:bold;
font-size:12px;
}

.nav li li{
margin-left:10px;
	list-style:none;
font-size:12px;
font-weight:normal;
}

.nav li li li{
margin-left:10px;
font-size:11px;
}

.nav a {
	text-decoration:none;
}

.nav strong {
	color: #98C93C;
	font-size: 100%;
}

/* textbereich */

.intro td {
	border: none;
	padding: 0;
	vertical-align: bottom;
	text-align: inherit;
}
.dtd {
	margin: auto;
	width: 980px;
}
.all {
	padding-top: 30px;
}
.content {
	margin: 10px 0 0 0;
	width: 560px;
	height: 500px;
}
.content ul {
	margin: -10px 0 0 -20px;
}
.content li ul {
	margin: 0 0 0 -20px;
}
.region td {
	font-weight: bold;
}
.wichtig {
	color: Red;
	font-weight: bold;
}
.werbung {
	margin-top: 10px;
	width: 200px;
	float: right;
	visibility: visible;
}
.fotos {
	margin: 30px 0 50px 230px;
	width: 500px;
}
.fotos img {
	margin-right: 50px;
}
.fr .title {
	margin-top: -10px;
}
.abst1 {
	margin-left: 100px;
}
.partner li {
	margin-left: -20px;
	list-style-type: none;
}

/* anmeldeseiten */

input, select, textarea{
border: 1px solid #999999;
}
/*
input.error, select.error {
padding-right: 16px;
border: 1px solid #999999;
background-color: #FFCC99;
background-image: url(../../any/graphspx/warning_obj.gif);
background-position: right;
background-repeat: no-repeat;
}
*/
input:focus, select:focus {
border: 1px solid #999999;
background-color:#cfc;
}
