* {
	margin: 			0px;
	padding: 			0px;
}
html, body {
	height: 			100%;
	width: 				100%;
}
body {
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#666666;
	font-size:			12px;
	background-color:	#fff;
	background-image:	url(bg-body.jpg);
	background-position: top;
	background-repeat:	repeat-x;
}
td 
{
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#666666;
	font-size:			12px;
}
a,
a:link {
	color: 				#666666;
}
a:hover {
	text-decoration:	none;
}
#main {
	margin: 			0px auto;
	width:				100%;
	text-align:			center;
	background-image:	url(bg.jpg);
	background-position:center;
	background-repeat:	repeat-y;
}
#header {
	margin: 			0px auto -320px auto;
	width:				100%;
	height:				640px;
	text-align:			center;
	background-image:	url(header.jpg);
	background-position:center;
	background-repeat:	no-repeat;
}
#header span {
	display:			none;
}
#header a {
	position: 			absolute;
	display:			block;
	width:				272px;
	height:				150px;
	left:				50%;
	top:				171px;
	margin-left:		-474px;
}
#container {
	margin: 			0px auto;
	height:				auto;
	width:				970px;
	text-align:			left;
overflow: visible;

}
#footer {
	clear:				both;
	margin: 			0px 0px;
	width:				100%;
	height:				289px;
	background-image:	url(footer.jpg);
	background-position:center;
	background-repeat:	no-repeat;
overflow: hidden;
}
* html #footer {
	text-align: left;
}
#footer h2 {
	display:none;
}
#footer ul {
width: 960px;
position: relative;
top: 125px;
left: 50%;
margin-left: -480px;
padding-left: 6px;
text-align: left;
}
*+html #footer ul,
* html #footer ul {
left: 0px;
margin-left: 0px;
}
#footer ul li {
	list-style-type: 	none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	color: 				#fff;
	display: inline;
	margin-right:		16px;
}
#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited{
	color: 				#fff;
}
#footer ul li a:hover{
	text-decoration: 	none;
}

.clearer {
clear: both;
}

/*********************** MENU ***********************/
#menu {
	width: 				670px;
	height: 			102px;
	overflow: 			hidden;
	display: 			block;
	margin: 			0 auto;
	position: 			absolute; 
	top: 				219px;
	z-index:			100;
	left:				50%;
	margin-left:		-184px;
}
#menu h2 span {
	display: 			none;
}
#menu ul.menu1 li {
	float:				left;
	margin-left:		12px;
	list-style-type:	none;
	display:			inline;
	padding:			0px;
}
#menu ul.menu2 li {
	clear:				both;
	margin-left:		0px;
	list-style-type:	none;
}

#menu ul.menu1 li ul.menu2 {
	display:			none;
	position: 			absolute;
}
/* ie hack */
*+html #menu ul.menu1 li ul.menu2, 
* html #menu ul.menu1 li ul.menu2 {
	display:			none;
	position: 			absolute;
	top: 				17px;
}
#menu ul.menu1 li:hover ul.menu2 {
	display:			block;
	position: 			absolute;
}

#menu ul.menu1 li a,
#menu ul.menu1 li a:link,
#menu ul.menu1 li a:visited {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#403f3f;
	font-size:			10px;
	font-weight:		bold;
	text-decoration:	none;
	display:			block;
	text-align:			left;
	margin-bottom:		6px;
	line-height:		16px;
}
#menu ul.menu1 li a.active,
#menu ul.menu1 li a:hover {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#403f3f;
	font-size:			10px;
	font-weight:		bold;
	text-decoration:	none;
	display:			block;
	text-align:			left;
	margin-bottom: 		6px;
	line-height:		16px;
	background-image:	url(nav-bg.gif);
	background-position:bottom right;
	background-repeat:	no-repeat;
}
#menu ul.menu2 li a,
#menu ul.menu2 li a:link,
#menu ul.menu2 li a:visited {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#383838;
	font-size:			10px;
	font-weight:		normal;
	text-decoration:	none;
	display:			block;
	text-align:			left;
	white-space:		nowrap;
	margin: 			0px;
	background-image:	none;
	line-height:		11px;
}
#menu ul.menu2 li a.active,
#menu ul.menu2 li a:hover {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#383838;
	font-size:			10px;
	font-weight:		normal;
	text-decoration:	underline;
	display:			block;
	text-align:			left;
	margin: 			0px;
	background-image:	none;
	line-height:		11px;
}


/*********************** END MENU ***********************/



/*********************** CONTENT ***********************/

#main-container {
	float:				left;
	width:				670px;
	overflow:			hidden;
}
#content {
	padding:			24px;
}

#content h1 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			18px;
	color:				#787271;
	font-weight:		bold;
	padding-bottom:		6px;
	padding-top:		18px;
}
#content h1.csc-firstHeader {
	padding-top:		0px;
}
#content h2 {
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#666666;
	font-size:			13px;
	font-weight:		bold;
}
#content h3 {
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#777777;
	font-size:			12px;
	font-weight:		bold;
}
#content ul, #content ol {
padding-left: 2em;
padding-bottom: 0.7em;
}
#content p 
{
padding-bottom: .7em;
}
#content hr 
{
border: 0px; /* Für Firefox und Opera */
border-top: solid 1px #CCC;
border-bottom: solid 1px #FFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
margin-bottom: .7em;
}
#content table 
{
margin-top: .7em;
}

#content div.csc-header, 
#content div.csi-textpic
{ clear: both; }

#left {
	float:				left;
	width:				272px;
	margin:6px 0px 6px 12px;
	display:			inline;
	overflow:			hidden;
}


/*********************** END CONTENT ***********************/


#pfad {
	padding-left: 24px;
}
#pfad span a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7e7e7e;
}
#pfad a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7e7e7e;
}




/************************ SUB MENU ****************************/
#sub-menu ul{
	margin-top: 24px;
	border-top: 1px solid #e0e0e0;
}
#sub-menu ul li
{
	list-style-type:	none;
	padding:			0px;
}
#sub-menu ul li a,
#sub-menu ul li a:link,
#sub-menu ul li a:visited
{
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	padding: 4px 14px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #f9f9f9;
	text-decoration:none;
}
#sub-menu ul li a:hover,
#sub-menu ul li a.active
{
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	padding: 4px 14px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #f9f9f9;
	text-decoration:none;
	background-color:#f4f4f4;
}

/*********************** NEWS ***********************/

#news .news-latest-container h2 {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	font-weight:		bold;
	text-transform:		uppercase;
	border-bottom: 		1px solid #e0e0e0;
	padding-top: 		24px;
}

#news .news-latest-item {
	background-color:	#f4f4f4;
	border-top: 		1px solid #fff;
	border-bottom: 		1px solid #e0e0e0;
	padding: 			6px 14px 6px 14px;
}

#news ul {
list-style-type: none;
}

#news .news-latest-date a,
#news .news-latest-date a:link {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			9px;
	text-decoration:	none;
}
#news h3 a,
#news h3 a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:14px;
}
/*
#news .news-latest-item img {
	float: left;
	padding-right: 3px;
}
*/

#news .news-latest-morelink {
	clear:both;
}	

#news hr,
#news .news-latest-gotoarchive {
	display:			none;
}


#content .news-single-item h2{
font-family:		Arial, Helvetica, sans-serif;
	font-size:			18px;
	color:				#787271;
	font-weight:		bold;
	padding-bottom:		6px;
	padding-top:		6px;
}
.news-single-img {
float: right;
}

.news-list-item img {
float: right;
padding-bottom: 4px;
}

/*********************** END NEWS ***********************/






/*********************** kontakt links ***********************/
#kontakt {
	border-bottom: 1px solid #e0e0e0;
}
#kontakt h2 {
	background:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 24px;
}
#kontakt h3 {
	border-top: 1px solid #fff;
	background-color:#f4f4f4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 6px 14px 0px 14px;
}
#kontakt p {
	background-color:#f4f4f4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	padding: 3px 14px 6px 14px;
}



/*********************** end kontakt links  ***********************/




/**************** styles for extension "tx_pbsurvey_pi1" **************/
.tx-pbsurvey-pi1 {
	padding-top: 16px;
}
.tx-pbsurvey-pi1 div {
	margin-bottom: 10px;
}
.tx-pbsurvey-pi1 .pagenumbering {
	font-size: 10px; 
	height: 15px;
font-weight: bold;
line-height: 15px;
}
.tx-pbsurvey-pi1 .barcontainer {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 600px;
	height: 15px;
	z-index: 6;
	position: relative;
overflow: hidden;
}
.tx-pbsurvey-pi1 .bar {
	background-color: #f00;
	height: 15px;
	z-index: 4;
	position: relative;
	left: 0px;

}
.tx-pbsurvey-pi1 .bartext {
	z-index: 5;
	text-align: center;
	position: relative;
	left: 0px;
top: -26px;
	width: 100px;
	height: 15px;
color: #000:
font-weight: bold;
}
.tx-pbsurvey-pi1 .pageheader {
	font-size: 16px;
	font-weight: bolder;
	color: #003399;
}
.tx-pbsurvey-pi1 .pageIntroduction {
	font-size: 12px;
}
.tx-pbsurvey-pi1 .survey_item {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tx-pbsurvey-pi1 .itemform {
	font-size: 12px;
}
.tx-pbsurvey-pi1 .question {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.tx-pbsurvey-pi1 table,
.tx-pbsurvey-pi1 td,
.tx-pbsurvey-pi1 input
 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.tx-pbsurvey-pi1 table {
width: 100%;
}
.tx-pbsurvey-pi1 input {

}
.tx-pbsurvey-pi1 .questionNumber {
	left: -20px;
	position: absolute;
}
.tx-pbsurvey-pi1 .questionSubtext {
	font-size: 10px;
}
.tx-pbsurvey-pi1 .required {
	font-size: 9px;
	color: #FF0000;
	vertical-align: super;
}
.tx-pbsurvey-pi1 .additional_ver {
	margin-left: 20px;
}
.tx-pbsurvey-pi1 .matrix {
	width: 100%;
}
.tx-pbsurvey-pi1 .matrix .surveyrow_even {
	background-color: #CCCCFF;
}
.tx-pbsurvey-pi1 .matrix .columnFirst {
	font-size: 11px; 
	font-weight: bold; 
	text-align: left;
}
.tx-pbsurvey-pi1 .matrix .columnNext {
	font-size: 11px; 
	text-align: center;
}
/******************* end styles for extension "tx_pbsurvey_pi1" ***********/