html {
	margin-top:0px;
	padding-top:0px;
}

/* Body */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background:	#FFF;
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:	11px;
}
/* MainArea */
#header {
	width:	708px;
	padding: 0;
	margin: 0;
	margin-top:20px;
	float:	left;
}
#header .logo{
	margin:	0 0 15px 0;
	padding: 0;
	border: 0;
}
#header a,img{
	border: 0;
/*	padding: 0;
	margin: 0;*/
}
.rte_image{
	border:	1px solid #000;
}
/* Headerbild */
#header .headerImage {
	padding: 0;
	margin: 0;
	border: 0;
}
/* Orangener Balken */
#header .orangeBar{
	width: 693px;
	background-color:	#EB690B;
	padding: 9px 0 7px 15px;
	border: 0;
	margin: 0;
	margin-top: -2px;
	font-family: sans-serif;
	font-size:	16px;
	font-weight: bold;
	color:	#fff;
}

#header .orangeBar{

	background-image: url(../images/white_bar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 0 10px 15px;
	margin-top: 0;
}
/* Hauptnavigation Ober Startseite im Headerbereich */

div#menuTop ul{
	margin:0;
	padding:0;
}
#menuTop li {
	margin:0;
	padding:0;
	list-style-type: none;
	margin-top:1px;
	display:block;
	float:left;
}

div#menuTop a {
	background-image: url(../images/nav_top_vertical_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:	#999;
	background-color: #F3F3F3;

	display:block;
	float:left;

	text-decoration:none;
	font-weight:bold;

	margin:0;
	padding:7px 7px;
	margin-right:2px;

	border: 0;
	border-right: 1px solid #CCC;

	font-size:	10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}
div#menuTop a:hover, div#menuTop td.active a{
	background-image: url(../images/nav_top_vertical_line_active.gif);
	color:	#fff;
	background-color: #1979BA;
}

.menuTop .emptyElement {
	background-image: url(../images/nav_top_vertical_line_mirrored.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 4px 300px 4px 13px;
	border: 0;
	margin:	0;
	border-left: 1px solid #CCC;
	display:inline;
}

/* Left Column */

#leftColumn{
	width:	245px;
	float:	left;
	padding: 0;
	margin: 0px 0px 0 0;
	margin-top: 123px;
	min-height: 500px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Content from TYPO3 for the left Column*/

div.menuSub{
	width:	230px;
	padding: 0;
	border: 0;
	margin: 5px 0 0 0;
}

/* Navigation zweite Ebene */
div.menuSub div.lastElement{
	border-bottom: 1px solid #CCC;
}
div.menuSub ul {
	width:	228px;
	padding: 0;
	border: 0;
	margin:	0;
}
div.menuSub li {
	list-style: none;
}
div.menuSub p{
	margin:0;
	padding:0;
}
div.menuSub a:hover {
	background-color: #1979BA;
}
div.menuSub ul li a,  div.menuSub p a{
	background-image: url(../images/nav_left_normal.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	font-size:	11px;
	color:	#000;
	text-decoration: none;
	background-color: #fff;
	display:block;
	padding: 6px 0 6px 28px;
	border-top: 1px solid #CCCCCC;
}
div.menuSub ul li.active a, div.menuSub ul li.activeSub a {
	color:	#fff;
	background-color: #1979BA;
}

div.menuSub ul li.activeSub a{
	background-image: url(../images/nav_left_subactive.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
}

.menuSub a:hover {
	color:	#fff;
	background-color: #1979BA;
}

div.menuSub ul.level2 li a,  div.menuSub p a{
	background-image: url(../images/nav_meta_normal.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	font-size:	11px;
	color:	#999;
	text-decoration: none;
	background-color: #fff;
	display:block;
	padding: 6px 0 6px 28px;
	border-top: 1px solid #CCC;
}

div.menuSub ul.level2 li.active a {
	background-image: url(../images/nav_left_sub_active.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
	color:	#000;
	background-color: #D1E4F1;
}

div.menuSub ul.level2 a:hover {
	color:	#000;
	background-color: #D1E4F1;
}

/* MainContent */
#mainContent{
	margin-bottom: 10px;
}
#mainContent p a,
#mainContent p a:hover,
#mainContent p a:active,
#mainContent p a:visited
{
	color: #006AB3;
}

#mainContent h1{
	font-size:	16px;
	color:	#1979BA;
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 8px 0px;
	margin: 15px 0px 25px 0px;
}
#mainContent h2{
	font-size:	11px;
	color:	#000;
	font-weight: bold;
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#mainContent .bodytext{
	width: 520px;
	font-size:	11px;
	color:	#000;
	border: 0;
}

#mainContent .csc-textpic-text .bodytext {
	width: 450px;
}


/* ---------------------------- Footer ----------------------------------------------- */
#footer{
	clear:	both;
	padding: 10px 0 120px 0;
	width: 972px;
	background-color: #F3F3F3;
	margin-bottom: 10px;
}
#footer ul{
	margin: 0 0 0 265px;
	color:	#999;
	padding: 0;
}
.menuFooter li{
	font-size:	10px;
	color:	#999;
	list-style: none;
	display:	inline;
}
.menuFooter a {
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:	10px;
	color:	#999;
	text-decoration:	none;
}
/* -------------------------- Navigation Meta ----------------------------------------------------*/
div#bottom {
	clear: both;
	width: 100%;
	margin-left:267px;
}
div#menuMeta {
	height:25px;
	padding:0px;
	margin:0px;
	margin-bottom: 25px;
	background-color:#F3F3F3;
}
div#menuMeta ul {
	width: 978px;
	margin: 0 9px 0 0;
	background-color:#F3F3F3;
	padding: 0;
}

* html div#menuMeta ul {
	width: 986px;
}

div#menuMeta li {
	float: right;
	background-color:#F3F3F3;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 12px 3px;
	border: 0;
	padding: 0 0 3px 5px;
	margin:	5px 0px 0 0;
	display:inline;
}
div#menuMeta a {
	font-size:	11px;
	color:	#999;
	text-decoration: none;
}
div#menuMeta a:hover, div#menuMeta li.active {
	color:	#00AEEF;
}
div#buttons{
	margin-top: 55px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	width: 705px;
	float: left;

}
div#buttons span{
	float: left;
	margin-right: 5px;
}
div#buttons span.toTop{
	float: right;
	margin: 0;
}

/* ----------FCE LAYER---------- */

/* ----------non active---------- */
.fceLayer {
	padding: 4px 0 8px 15px;
}
.fceLayer .headline a{
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:	11px;
	color:	#1979BA;
	display: block;
	background: url('../images/button_link_plus.gif') no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
.fceLayerContent{
	display: none;
}

/* ----------active---------- */
.fceLayer_active {
	padding: 4px 0 8px 15px;
	margin-bottom: 3px;
	background-color: #F3F3F3;
}
.fceLayer_active .headline a{
	font-family:	Verdana, Helvetica, sans-serif;
	font-size:	11px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	background: url('../images/button_link_minus.gif') no-repeat;
	background-position: 0px 3px;
	background-color: #F3F3F3;
	padding-left: 15px;
}
.fceLayer_active .fceLayerContent{
	background-color: #F3F3F3;
	display: block;
	margin-left: 15px;
	margin-top: 15px;
}

/* ----------global---------- */
.fceLayerContent img {
	border:	1px solid #1979BA;
	float:right;
	margin-right:20px;
}
.blockText {
/*	margin: 0 0 0 100px; */
	float:left;
}

.blockTextLink {
	clear: both;
	margin-left: 115px;
	margin-bottom: 10px;
	padding-left: 14px;
	background-image: url(../images/button_link_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.blockTextLink a{
	color: #1979BA;
}

/* ----------tables---------- */
.contenttable {
	width:700px;
}

#mainContent table.contenttable td p.bodytext {
	width:auto;
	margin:0;
	padding: 3px;
}
