html
	{
		height: 100%;
	}

body {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	height:100%;
	text-align: left;
}

table {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
table.contenttable {
	width: 515px;
}

* {
	margin:0;
	padding:0;
}

.small {
	font-size: 10px;
}

h1 {
	font-size:15px;
	margin: 15px 0px 15px 0px;
}

/* ------ content bereich ------ */

#page {
	margin:0px;
	min-height:100%;
	_height: 100%;
	text-align:left;
	/*width:950px;*/
	background: #C1D0D5 url(../images/bg_content.gif) 0px 140px repeat-y;
	overflow: hidden; /*new*/
}

body.layout_0 #page {
	background: #c1d0d5 url(../images/bg.layout_0.gif) 0px 140px repeat-y;
}
body.layout_1 #page {
	background: #ffffff url(../images/bg.layout_1.gif) 0px 140px repeat-y;
}
body.layout_2 #page {
	background: #ffffff url(../images/bg.layout_0.gif) 0px 140px repeat-y;
}

#pageWhite {
	margin:0px;
	min-height:100%;
	_height: 100%;
	text-align:left;
	/*width:950px;*/
	background: #C1D0D5 url(../images/bg_white.gif) 0px 140px repeat-y;
}


/* ------- head ------- */

#headBG {
	background-color: #FFFFFF;
	height: 120px;
}

#head {
	width: 950px;
}

#head .headpic{
	width: 744px;
	height: 120px;
	float: left;
}

#head .logo{
	width: 206px;
	height: 120px;
	float: left;
}

#logo a {
	overflow: hidden;
	
	display: block;
	width: 206px;
	height: 120px;
	
	text-indent: -22222px;
	
	background: url('/fileadmin/web/images/logo.gif') top left no-repeat;
}
#logo img,
#logo br
{
	display: none;
}

/* -------- menu ------- */

#mainmenu {
	width: 100%;
	height: 20px;
	background: transparent;
}

#mainmenu .link {
	background-color: #8A8A8A;
	display: block;
	float: left;
	height: 20px;
	text-align: center;
	margin-right: 4px;
	position: relative;
}

#mainmenu li.page_11{
	width: 186px;
	text-align: right;
}

#mainmenu li.page_10 {
	width: 130px;
}
#mainmenu li.page_9 {

	width: 78px;
}
#mainmenu li.page_8 {

	width: 61px;
}
#mainmenu li.page_7 {
	width: 74px;
}
#mainmenu li.page_6 {
	width: 70px;
}
#mainmenu li.page_5 {
	width: 121px;
}

#mainmenu a{
	
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	display: block;
	height: 20px;
	line-height: 20px;
}
#mainmenu .first a {
	padding-right: 5px;
}
#mainmenu a:hover,
#mainmenu .active,
#mainmenu .crumb {
	background-color: #376080;
}

#mainmenu li ul {
	display: none;
	background-color: #376080;
	position: absolute;
	top: 20px;
	left: 0;
}
#mainmenu li:hover ul {
	display: block;
}
#mainmenu li ul .link {
	float: none;
	margin: 0;
	padding: 0 7px;
	background-color: #376080;
	text-align: left;
	height: auto;
}
#mainmenu li ul li a {
	background: none;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	height: auto;
	white-space: nowrap;
}
#mainmenu li ul li a:hover {
	color: #999999;
}

#mainmenu li ul li a,
#mainmenu li ul li.first a,
#mainmenu li.first ul li a {
	margin: 0;
	padding: 0;
}
#mainmenu li.first ul {
	margin-left: 97px;
}
#mainmenu li ul li ul,
#mainmenu li:hover ul li ul,
#mainmenu li.active ul li ul {
	display: none;
}

/* ---- breadcrumbs ---- */
#breadcrumbs {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

/* ------ leftBox ----- */
.leftBox {
	display:block;
	float:left;
	height:100%;
	width:190px;
}

/* ------ content ----- */

body.layout_1 #content {
	/*background: #ffffff;*/
}
#content {
	width: 760px;
	margin-left: 190px;
	overflow: auto;
	height: 63%;
	clear: none;	
}

#content .leftcell{
	width: 515px;
	float: left;
	margin: 10px 0px 0px 40px;	
}


#content .leftcellModul{ /* startseite zb */
	float: left;
	margin: 20px 0 0;
	padding: 0 30px 0 40px;
	/*width: 485px;*/
	width: 480px;
}

#content .leftcellTable{ /* seiten ohne rechte spalte */
	width: 700px;
	float: left;
	margin: 20px 0px 0px 40px;	
}

#content .rightcell{
	width: 190px;
	float: right;
	/*width: 103px;
	float: left;*/
}
#content .rightcell .csc-menu {
	/*margin-bottom: 25px;*/
	margin-bottom: 15px;
}
#content .rightcell img{
	margin: 0px 0px 18px 0px;	
}

.spacer {
	height: 25px;
	float: left;
	width: 100%;
}

 /* module startseite zb */
.modul {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 555px;
}

.modul h1, .modul h1 a{
	margin: 0px 0px 18px 0px;
	color: #000000;
}

.modul img{
	float: left;
	margin: 0px 30px 0px 0px;
}

/* ------ footer ------ */

#footer .leftcell{
	width: 190px;
	float: left;
	background-color: #FFFFFF;
	height: 76px;
	text-align: right;
	padding: 15px 0px 0px 0px;

}
body.layout_0 #footer .leftcell {
	background-color: #ffffff;
}
body.layout_1 #footer .leftcell, body.layout_2 #footer .leftcell {
	background-color: #c1d0d5;
}

#footer .leftcell a { 
	color: #5E5E5E;
	font-size: 10px;
	text-decoration: underline;
	line-height: 15px;
	padding: 0px 5px 0px 0px;
}

#footer .rightcell{
	width: 760px;
	float: left;
	height: 80px;
	background: url('/fileadmin/web/images/common/footer.bg.gif') left bottom no-repeat;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	padding-top: 11px;
}

/* Startseite */
#footer {
	background-color:#858A8E;
	height: 91px;
	margin:-91px 0px 0px 0px;
	position:relative;
}
/* Meta-Seiten */
#tree_13 #footer {
	background-color: #376080;
}
/* Content-Seiten */
#tree_5 #footer,
#tree_6 #footer,
#tree_7 #footer,
#tree_8 #footer,
#tree_9 #footer,
#tree_10 #footer,
#tree_11 #footer {
	background-color: #CD6601;
}
/* footer color styles */

/* Startseite */
#footer .rightcell h3 {
	color: #666666;
	padding: 0px 1px 0px 1px;
	font-weight: bold;
}
/* Meta-Seiten */
#tree_13 #footer .rightcell h3 {
	color: #ffffff;
}
/* Content-Seiten */
#tree_5 #footer .rightcell h3,
#tree_6 #footer .rightcell h3,
#tree_7 #footer .rightcell h3,
#tree_8 #footer .rightcell h3,
#tree_9 #footer .rightcell h3,
#tree_10 #footer .rightcell h3,
#tree_11 #footer .rightcell h3 {
	color: #ffffff;
}

.orange {
	background-color: #FC7218;
	padding: 0px 1px 0px 1px;
}

.blue {
	background-color: #054D90;
	padding: 0px 1px 0px 1px;
}


/* ------ sitemap ------ */

ul#sitemap li.link {
	margin: 14px 0px 14px 0px;
}
ul#sitemap li.link a {
	font-weight: bold;
	text-decoration: none;
}

ul#sitemap li.link ul.level_2 {
	margin: 12px 0px 0px 30px;
	font-weight: normal;
	text-decoration: underline;
}
ul#sitemap li.link ul.level_2 li.link {
	margin: 0px 0px 0px 0px;
}
ul#sitemap li.link ul.level_2 li.link a {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}




