* {
 margin: 0;
 padding:0;
 border: 0;
}

html, body {
 margin:0px auto;
 background-color:#EBE8E5;
 background-image:url(/fileadmin/layout/images/hg.gif);
 background-repeat:repeat-x;
 text-align: center;
 font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
 font-size:100.01%;
 color:#000000;
}

html {
 /* Scrollbalken immer anzeigen, damit Seite nicht springt */
 height: 100%;
 padding-bottom:1px;
}

/* ----------- Layout anfang ------------ */

#hauptcontainer {
 width:950px;
 margin: 0 auto;
 text-align:center;
 font-size:14px;
 line-height:140%;
}

#kopf {
 background-image:url(/fileadmin/layout/images/hg-kopf.jpg);
 background-repeat:no-repeat;
 text-align:left;
 height:215px;
 width:950px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}
* html #kopf { 
 height:215px;
 margin:0px 0px 0px 0px;
}

#logo {
 float:left;
 margin:49px 0px 38px 114px;
 padding:0px;
 border:0px;
}
* html #logo {
 margin:49px 0px 38px 57px;
}

#navioben {
 clear:both;
 text-align:right;
 width:950px;
 height:39px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 color:#000000;
 border:0px solid #FF00FF;
}
* html #navioben {
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}

#links {
 clear:both;
 float:left;
 text-align:center;
 width:211px;
 margin:0px;
 padding:30px 3px 0px 6px;
 border:0px solid #FF00FF;
}
* html #links { 
 width:211px;
 margin:0px;
 padding:30px 3px 0px 6px;
 border:0px solid #FF00FF;
}


#inhalt {
 width:730px;
 float:left;
 text-align:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 border:0px;
}
* html #inhalt { 
 width:730px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 border:0px solid #FFFF00;
}

#inhalt-links {
 width:450px;
 float:left;
 text-align:left;
 margin:0px 0px 0px 0px;
 padding:30px 10px 30px 34px;
 border:0px;
}
* html #inhalt-links { 
 width:450px;
 padding:30px 10px 30px 34px;
 margin:0px 0px 0px 0px;
 border:0px;
}

#inhalt-rechts {
 background-image:url(/fileadmin/layout/images/hg-rechts.gif);
 background-repeat:no-repeat;
 float:right;
 text-align:center;
 width:232px;
 min-height:440px;
 margin:0px 0px 0px 0px;
 padding:30px 0px 30px 4px;
 border:0px;
}
* html #inhalt-rechts { 
 float:right;
 width:232px;
 height:440px;
 margin:0px 0px 0px 0px;
 padding:30px 0px 30px 4px;
 border:0px;
 /* border:1px solid #FFFF00; */
}

#footer {
 background-image:url(/fileadmin/layout/images/hg-footer.gif);
 background-repeat:repeat-x;
 clear:both;
 width:950px;
 height:20px;
 padding:10px 0px 10px 0px;
 margin: 0 auto;
 text-align:left;
 border:0px;
 color:#000000;
}
* html #footer { 
 padding:10px 0px 10px 0px;
 margin-top:0px;
}
*+html #footer { 
 padding:10px 0px 10px 0px;
 margin-top:0px;
}


#copyright {
 float:right;
 text-align:right;
 margin:0px;
 margin-top:2px;
 margin-right:20px;
 padding:0px;
 color:#000000;
 /* width:200px; */
}
* html #copyright {
 margin:0px;
 margin-right:10px;
 border:0px;
}
*+html #copyright {
 margin:0px;
 margin-right:20px;
 border:0px;
}

#copyright a {
 margin:0px;
 padding:0px;
 color:#000000;
 font-size:11px;
 text-decoration:none;
 background:transparent;
}
* html #copyright a {
 margin-top:2px;
 padding:0px;
}
*+html #copyright a {
 margin-top:2px;
 padding:0px;
}

#copyright a:focus, #copyright a:hover {
 color:#40362C;
}



div.box-rechts-weiss {
 clear:both;
 width:160px;
 margin:0 auto;
 margin-bottom:10px;
 padding:18px 18px 18px 18px;
 background-color:#FFFFFF;
 color:#000000;
 font-size:12px;
 text-align:left;
 border:1px solid #EAE4DB;
}
div.box-rechts-weiss h1 {
 clear:both;
 font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
 color:#E85127;
 font-size:16px;
 font-weight:bold;
 text-align:left;
 border:0px;
}

div.box-mitte {
 clear:both;
 background-color:#F3F0EC;
 color:#000000;
 font-size:13px;
 text-align:left;
 margin:0px 0px 10px 0px;
 padding:4px;
 border:1px solid #ffffff;
 border-left:5px solid #E96836;

}

/* ----------- Allgemeine Definitionen anfang ------------ */

hr {
 margin: 5px 0 5px 0;
 padding:0px;
 border-top: 1px solid #E5E5E5;
}

* html hr {
 margin: 5px 0 5px 0;
 padding:0px;
 border:0px;
 border-top-width: 1px;
 border-top-style:solid;
 border-top-color:#E5E5E5;
}

.clr {
 clear:both;
}

.inv {
 clear:both;
 display:none;
 visibility:hidden;
}

img, .img {
 padding:0px;
 margin:0px;
 border:0px;
}

.csc-header {
/* margin-top:3px; */
}

/* ----------- Allgemeine Definitionen anfang ------------ */



/* ----------- Text Definitionen anfang ------------ */
/*  ÃÂÃÂ¯ÃÂÃÂ¿ÃÂÃÂ½berschriften h1 - h6 befinden sich im rte.css   */

/* ----------- Text Definitionen ende ------------ */

