*  {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}


body {
	background-color: #e1e1e1;
	margin:0; padding:0; 
}

#wrap {
	width: 960px;
	margin-left: 20px;
	clear: both;
}

#menu {
	height: 100%;
	width: 200px;
	background-color: #bec831;
	padding-top: 220px;
	float: left;
}

#right {
	width: 760px;
	background-color: #ffffff;
	float: left;
}

#header {
	height: 220px;
	width: 680px;
	background: url(logo_80x200.gif) no-repeat; 
	padding-left: 80px;
}

#pagetitle {
	width: 255px;
	border-top: 10px solid #bec831;
	text-align: right;
	padding-right: 10px;
	margin-top: 120px;
	float: right;
}

#content {
	width: 510px;
	padding-left: 80px;	
	padding-right: 170px; 
	padding-bottom: 20px;
}




/* NAVIGATION */

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 340px 60px;
	background-image: url(g_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}


#menu ul.level2 {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: none !important;
}

#menu ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#menu ul li a { /* Menu Element */
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	/* width: 155px; */
	overflow: visible;
	display: inline;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
	
#menu ul.level2 li a {
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: black !important;
}

#menu ul.level2 li.active a {
	color: white !important;
}


#menu ul li a:hover { /* Hover */
	text-decoration: none;
	color: white !important;
}


#menu ul.level1 li.active a { /* aktives Menuelement */
	color: white;
}

ul.csc-menu-1 { padding-left: 0; list-style-position: inside; }



h1  {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #bec831;
	padding: 30px 0px 10px 0px;
	margin: 0;
	clear: both;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	margin: 0;
}

p {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

strong {
	font-weight: bold;
}


.csc-firstHeader {
	padding: 0px 0px 10px 0px;
	margin: 0px;
} 


a {
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: #a8a8a8;
	text-decoration: underline;
}

a:hover {
	color: #bec831;
	text-decoration: underline;
}

ul {
	font-size: 14px;
	padding: 0px 0px 20px 30px;
	list-style-position: outside;
}

ul li ul {
	padding: 0px 0px 0px 25px;
}

li, ul li ul  li {
	padding: 5px 0px 0px 0px;
}

span.spamprotection {
	visibility: hidden;
	display: none;
}


img {
 padding: 0px 0px 30px 0px;
 
} 


#content_field_left {
	width: 205px;
	float: left;
}

#content_field_right {
	float: right;
	width: 205px;
}



/* Styles f�r csc-mailform */

#content .csc-mailform {
	width: 500px;
	border: none;
	padding: 0px;
	margin: 0px;
}

#content .csc-mailform-field {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}

#content .csc-mailform label { 
	display: block;
	text-align: left;
	margin: 0px 0px;
	padding: 0px;
	font-size: 14px;
}


#content .csc-mailform input, 
#content .csc-mailform textarea {
	border: 1px solid #bec831;
	width: 320px;
	padding: 2px 0px;
	font-size: 8pt;
	font-size: 14px;
}


#content .csc-mailform input.csc-mailform-submit{
	float: left;
	width: 320px;
	cursor:hand;
	color:#000000;
	background-color: #bec831;
}

#content .csc-mailform-field-check input,
#content .csc-mailform-field-check label{
	width: auto;
	display: inline;
}

/* Tabelle */
table.contenttable { border-spacing: 10px; }
.contenttable td { vertical-align: top; font-size: 14px; }


