html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
overflow-y: scroll;
}

iframe {
overflow-y: auto;
}

/* end hack */

body {
	/*background: #bbb url(muster-layout_FILES/bg_body.gif);*/
	background: #fff;
	text-align: center; /*IE centered content*/	
}
/* General element styles: */
* { 
font-family: Verdana,Arial,Helvetica,sans-serif;
margin:0;
padding:0;
background-color: transparent;
font-size: 1em;
}
html {
font-size: 100.01%;
}
body { 
color: #444;
font-size: 75%;
} 
/***************************/

#fullheightcontainer, #wrapper {
     	min-height: 100%;  	
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer, * html #wrapper {
	height: 100%;
}
/*hack end*/


/*----------all relative elements-----*/
body, #fullheightcontainer, #wrapper, #footer  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#search, #printlink, #language, #servicemenu, #topmenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain, #contentRight, #contentBorder { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}

/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer, #topmenu {
	width: 960px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}


/*-------content elements definition-------*/
#contentWrap {
	width: 750px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 460px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 750px;
}

#ct3 #contentWrap, #ct3 #contentMain, #ct3 #contentRight {  /* width for layout ct3 */
	width: 960px;
}
#ct3 #contentMain { 
	float: none;
	background: transparent url(../img/bg_homeheaderm.jpg) repeat-y;
	margin-bottom: 3em;
}
#ct3 .hometeaser {
padding: 5px 0 0.5em 20px;
width: 305px;
color: #333;
}
#ct3 .homepic {
margin: 0 10px 0 0;
background-position: 100% 0%;
background-repeat: repeat-y;
min-height: 260px;
}
* html #ct3 .homepic {
margin-bottom: -4px;
height: 260px;
}

#ct3 .hometeaser p,#ct3 .hometeaser h3,#ct3 .hometeaser h2,#ct3 .hometeaser h1 {
margin: 0 0 0.3em 0;
}
#ct3 .hometeaser h1,#ct3 .hometeaser h3,#ct3 .hometeaser h2 {
color: #c00;
}
.hometeaserbottom {
background: transparent url(../img/bg_homeheaderb.gif) no-repeat 0% 100%;
height: 10px;
}
#contentRight {
	padding: 0 0 0 40px; /*extra div for IE6*/
}
 #ct3 #contentRight {
 padding: 0;
 }
#right {
	width: 250px;
}
#topmenu {
top: 125px;
left:0;
background: transparent url(../img/bg_topnavi.gif) repeat-x 0% 100%;
}
#header {
	height: 135px;
	left: 0;
	top: 0;
	background: #fff;
}
#header img {
	position: absolute;
        top: 20px;
	right: 0px;
}
#logo {
	left: 0;
	top:20px;
	z-index: 2;
}
#servicemenu {
	top: 28px;
	right: 0px;
}

#contentAll {
        padding-top:  180px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#footer {
	border-top: 2px solid #d2d2d2;
	height: 40px;
	margin: -40px auto 0 auto;
	font-size: 90%; 
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 5px;
}
/* css classes to deactivate floats*/
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.clearfix {
      display: inline-block;
}
/* without IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* End without IE Mac */


p {
line-height: 130%;
margin: 0 0 1em 0px; 
}
a { 
color: #000; 
text-decoration: none; 
}
a:hover { 
color: #c00; 
text-decoration: none; 
}
:focus {
outline: 0;
}
input, textarea, option { 
padding-left: 2px;
}
table {
border-collapse:collapse;
}
td { 
vertical-align : top; 
}
pre { 
font-family: monospace; 
}
strong {
font-weight: bold;
}
blockquote {
margin: 0 40px;
}

hr {
visibility: hidden;
}

/* Headers, plain */
/******************/
h1 { 
font-size: 140%;
}
h2 { 
font-size: 120%; 
}
h3 { 
font-size: 115%;  
}
h4 { 
font-size: 110%; 
}
h5 { 
font-size: 100%;  
}
h1, h2, h3, h4, h5 { 
margin: 1em 0px; 
}
h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader, h4.csc-firstHeader, 
h5.csc-firstHeader {
margin-top: 0px; 
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a {  
text-decoration: none; 
}


/* RTE / Bodytext: */
/*******************/
p a { 
font-weight: bold; 
}
/*.hometeaser p a.internal-link, .hometeaser p a.internal-link:hover { 
padding:0 10px 0 0;
}
.hometeaser p a.internal-link { 
background: url(../img/blackarrow.gif) no-repeat 100% 60%;  
}
.hometeaser p a.internal-link:hover { 
background: url(../img/redarrow.gif) no-repeat 100% 60%;   
}*/
.indent {
margin-left:50px;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-justify {
text-align: justify;
}

/* RTE / Bulletlists */
ul, ol { 
padding-left:30px;
margin: 0 0 1em 0px;
}
li { 
padding-top: 2px;
}


/* RTE / Table styling */
table.contenttable { 
border: 1px #333 solid; 
margin: 10px 0px; 
width: 100%;
border-collapse:separate;
border-spacing:1px; 
}
table.contenttable tr td, table.contenttable tr th { 
padding: 1px 3px;
background-color: #EDEBF1;
}

/* Images */
/**********/

/* Images / Captions */
.csc-textpic-caption { 
font-size: 90%; 
height: 3.5em;
}


/* Tables, generally */
/*********************/

/* Tables, specifically */
table.contenttable-0 p { }

table.contenttable-1 p { 
color: #186900; 
}
table.contenttable-1 tr.tr-0 td p { 
font-weight: bold; 
}
table.contenttable-1 tr.tr-0 td { 
background-color: #D1D2E4;
}

table.contenttable-2 p { 
color: #10007B; 
}
table.contenttable-2 tr td.td-0 { 
background-color: #F5FFAA;
}
table.contenttable-2 tr td.td-0 p { 
font-weight: bold; 
}

table.contenttable-3 p { 
color: #8A0020; 
}
table.contenttable-3 tr td.td-0, 
table.contenttable-3 tr.tr-0 td { 
background-color: #D1D2E4;
}
table.contenttable-3 tr td.td-0 p, 
table.contenttable-3 tr.tr-0 td p { 
font-weight: bold; 
}

/* Filelinks, generally */
/************************/
table.csc-uploads { 
border: 0px; 
}
table.csc-uploads tr td p { }
table.csc-uploads tr.tr-even td { 
background-color: #EDEBF1; 
}
table.csc-uploads tr.tr-odd td { 
background-color: #D8D7DC; 
}
table.csc-uploads tr td.csc-uploads-icon { 
padding: 0 6px;  
width: 1%; 
text-align: center; 
vertical-align: middle; 
}
table.csc-uploads tr td.csc-uploads-fileName { 
width: 80%; 
padding-left: 5px; 
}
table.csc-uploads tr td.csc-uploads-fileName p a { 
font-weight: bold; 
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description { 
font-style: italic; 
}
table.csc-uploads tr td.csc-uploads-fileSize { 
white-space: nowrap; 
padding: 0 6px; 
}

/* Filelinks, specifically */
table.csc-uploads-1 { 
border-color: #186900; 
}
table.csc-uploads-2 { 
border-color: #10007B;
}
table.csc-uploads-3 { 
border-color: #8A0020; 
}
table.csc-uploads-3 tr td { 
vertical-align: middle; 
}
table.csc-uploads-3 tr.tr-even td.csc-uploads-icon img { 
border: 2px solid #333333; 
}
table.csc-uploads-3 tr.tr-odd td.csc-uploads-icon img { 
border: 2px solid #333333; 
}


/*****************/
/* Various Forms, Version 3.9.0 */
/*****************/

/* Search form, specifically */
form table.csc-searchform { width: 100%; }
form table.csc-searchform tr td { padding: 5px 5px 5px 5px; }
form table.csc-searchform tr td.csc-form-labelcell, form table.csc-searchform tr td.csc-form-commentcell { font-weight: bold; }
form table.csc-searchform tr td.csc-form-fieldcell input, form table.csc-searchform tr td.csc-form-fieldcell select { width: 100%; }

/* Login form, specifically */
form table.csc-loginform { width: 70%; }

/* Various Forms */
/*****************/
input,textarea,select,fieldset {
background-color:#fff;
}

/* Email, Login and Search forms generally: */
fieldset {
border:0px;
}
.csc-mailform-field {
margin: 5px 0;
clear:both;
}
.csc-mailform-field label, .csc-mailform-radiolabel { 
float:left;
text-align:right;
margin-right: 5%;
width:30%;
}
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select,
.csc-mailform-radio {
width:50%;
background-color:#fff;
}
.csc-mailform-radio {float: left;}
input.csc-mailform-submit,
input.csc-mailform-check,
.csc-mailform-radio input {
width:auto;

}
input.csc-mailform-submit {
margin-left: 35% !important;/* see label width + margin*/
background: #fff;
border: 1px solid #000;
color: #000;
margin-top: 1em;
}
input.csc-mailform-submit:hover {
border: 1px solid #c00;
color: #c00;
}
.csc-mailform-radio legend {
display:none;
}
.csc-mailform-field .csc-mailform-radio input {
float:none;
}
.csc-mailform-field .csc-mailform-radio label {
text-align:left;
float:none;
width:auto;
margin: 0;
}
.csc-loginform {
padding: 5px;
background-color: #EDEBF1;
}
.csc-loginform-field {
margin: 5px 0;
}
.csc-loginform-field label { 
float:left;
text-align:right;
margin-right: 5%;
width:30%;
}
.csc-loginform-field input {
width:50%;
background-color:#fff;
}
input.csc-loginform-submit {
width:auto;
margin-left: 35% !important;/* see label width + margin*/
}


/* Frames, spacing, link-to-top */
/********************************/
div.csc-frame { 
border: 0px; 
}
div.csc-frame-invisible {}
div.csc-frame-rulerBefore { 
border-top: 1px solid #333333; 
margin: 20px 0 10px 0;
}
div.csc-frame-rulerAfter { 
border-bottom: 1px solid #333333; 
margin: 10px 0 20px 0;
}
div.csc-frame-indent { 
padding-left: 100px; 
}
div.csc-frame-indent3366 { 
	padding-left: 33%; 
}
div.csc-frame-indent6633 { 
padding-right: 33%; 
}
div.csc-frame-frame1 { 
background: #fff url(../img/bg_teaser.jpg) no-repeat; 
width: 320px;
height: 145px;
float:left;
margin-bottom: 20px;
}
div.csc-frame-frame1 .wrap {
padding: 5px 10px 10px 50px;
overflow: hidden;
}
div.csc-frame-frame2 { 
background-color: #efe0e1; 
padding: 10px 10px 0 10px; 
border: 1px solid #5a5a5a; 
margin-bottom: 20px;
}

div.csc-frame-frame1 h1, 
div.csc-frame-frame1 h2, 
div.csc-frame-frame1 h3, 
div.csc-frame-frame1 h4, 
div.csc-frame-frame1 h5 { 
margin-top: 0px; 
}
div.csc-frame-frame2 h1, 
div.csc-frame-frame2 h2, 
div.csc-frame-frame2 h3, 
div.csc-frame-frame2 h4, 
div.csc-frame-frame2 h5 {
margin-top: 0px; 
}


.invisible, li dfn {
display:block;
height:0;
left:-2000px;
position:absolute;
width:0;
}
/*  -----CSS Einstellungen fuer horizontales Menues----- */

#topmenu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
#topmenu li {
    float:left;
	margin: 0px;
	list-style: none;
	display:block;
	line-height: 14px;
	border-right: 2px solid #d2d2d2;
}
#topmenu li.first {
border-left:  2px solid #d2d2d2;
}
#topmenu a, #topmenu li .CURnoLink {
	text-decoration: none;
	display:block;
	padding: 0 8px 5px 8px;
	background: transparent url(../img/bg_topnavi.gif) repeat-x 0% 100%;
}
#topmenu a:hover, #topmenu li.ACT a, #topmenu li .CURnoLink, #topmenu li.ACTSUB a {
	color: #c00;
	text-decoration: none;
	background: transparent url(../img/bg_topnavi_act.gif) repeat-x 0% 100%;
}

/*  -----CSS Einstellungen fuer vertikales Menues----- */

#leftmenu ul {
	margin: 0;
	padding: 0;
	width: 180px;
	overflow: hidden;
}

* html #leftmenu ul {
	margin-bottom: 0; 
}
#leftmenu li {
    display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*navigation border lines begin*/
#leftmenu ul {
	border-bottom:1px solid #ddd;
}
#leftmenu ul ul {
	border-bottom:none;
	font-size: 100%;
}
#leftmenu li a, #leftmenu li .CURnoLink {
	border-top:1px solid #ddd;
}
#leftmenu li.last a, #leftmenu li.last .CURnoLink {
}
#leftmenu li.first a, #leftmenu li.first .CURnoLink {
	border-top: none;
}
#leftmenu li li.first a, #leftmenu li li.first .CURnoLink {
	border-top: 1px solid #ddd;
}
#leftmenu li li li.first a, #leftmenu li li li.first .CURnoLink {
	border-top: none; 
}
#leftmenu li li.first li a, #leftmenu li li.first li .CURnoLink {
	border-top: none; 
}
#leftmenu li li a, #leftmenu li li .CURnoLink {
	border-top: 1px solid #eee; 
}
#leftmenu li.first li a, #leftmenu li.first li .CURnoLink {
	border-top: 1px solid #eee;
}
#leftmenu li li li a, #leftmenu li li li .CURnoLink, #leftmenu li li.first li a, #leftmenu  li li.first li .CURnoLink{
	border-top: none; 
}
/*navigation border lines end*/


#leftmenu li a {
	text-decoration: none; 
}
#leftmenu li.CUR .CURnoLink { 
	color: #c00;
}
#leftmenu li a, #leftmenu li.CUR .CURnoLink { 
	padding: 5px 5px 5px 10px; 
	display: block;
	height:auto;
}
#leftmenu li.CUR li {
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

#leftmenu a:hover, #leftmenu a:focus, #leftmenu a:active, #leftmenu li a.current {
	color: #c00;
}

/* Zweite Menueebene */
#leftmenu li li {
	margin-bottom:0;
	margin-top:0;
	font-weight: normal;
}

#leftmenu li li a, #leftmenu li li.CUR .CURnoLink { 
	padding: 2px 5px 2px 20px; 
	font-weight:normal; 
}

#leftmenu li li.CUR li {
	margin-left: 0px;
	position: relative;
	padding: 0px;
}
/* Dritte Menueebene */

#leftmenu li li li {
	border-top:none;  
}

#leftmenu li li li a , #leftmenu li li li.CUR .CURnoLink {
	padding: 1px 0px 1px 30px;
}
/* Vierte Menueebene */

#leftmenu li li li li a , #leftmenu li li li li.CUR .CURnoLink {
	padding: 1px 0px 1px 40px;
}



/* ----Einstellungen für Servicemenu----- */
#servicemenu ul {
	padding: 0;
	margin: 0;
	float: left;
}
#servicemenu li {
    padding: 0 7px;
	margin: 0;
	list-style: none;
	float: left;
	font-size: 80%;
	border-left: 1px solid #ccc;
}
#servicemenu li.first {
	border-left: none;
}
#servicemenu li.last {
	padding-right: 0;
}
#servicemenu li a{
	text-decoration: none;
}
#servicemenu li.CUR {
color: #c00;
}
.tx-srlanguagemenu-pi1 {float: left; padding-left: 10px;}
.tx-srlanguagemenu-pi1 p {
	font-size : 0.8em;
	line-height : 100%;
	margin-top : 8px;
	padding : 0;
	text-indent : 0;
}
.tx-srlanguagemenu-pi1 img {
	margin : 0 5px;
	padding : 0;
	border-style : none;
}
.tx-srlanguagemenu-pi1 .CUR {
	float : left;
	font-size : 0.8em;
}
.tx-srlanguagemenu-pi1 .CUR a {
	background-color : transparent;
	text-decoration : none;
}
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active {
	color : #333333;
}
.tx-srlanguagemenu-pi1 .NO {
	float : left;
	font-size : 0.8em;
}
.tx-srlanguagemenu-pi1 .NO a {
	background-color : transparent;
	text-decoration : none;
}
.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active {
	color : #333333;
}
.tx-srlanguagemenu-pi1 .INACT {
	float : left;
	font-size : 0.8em;
}
.tx-srlanguagemenu-pi1 .INACT a {
	background-color : transparent;
	text-decoration : none;
}
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active {
	color : #333333;
}
.tx-srlanguagemenu-pi1 .SPC {
	float : left;
	font-size : 0.8em;
	line-height : 100%;
}
.tx-srlanguagemenu-pi1 fieldset label {
	display : none;
}
.tx-srlanguagemenu-pi1 fieldset select {
	font-size : 0.8em;
	background-color : #35006d;
	color : white;
	font-weight : bold;
}




