@charset "utf-8";


html
 { height: 101% }

body  {
	font-size: 85%; font-family: Arial, Helvetica, sans-serif; background: #fff
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(../img/logo.jpg);
	height: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(../img/bgleft.jpg);
	height: 545px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-top: 0px;
}
.twoColFixLtHdr #container #sidebar #sitenavi {
	margin-top: 87px;
}


#sidebar ul a,
li span#LM_youAreHere
 { color: black; text-decoration: none; display: block; margin: 2px 0; padding: 2px 14px 2px 2px }

#sidebar ul a:hover,
li span#LM_youAreHere
 { }

ul#LM_level_2 li a,
ul#LM_level_2 li span#LM_youAreHere
{
  padding-left: 1em;
}

ul#LM_level_3 li a,
ul#LM_level_3 li span#LM_youAreHere
{
  padding-left: 2em;
}

li.LM_collapsed a
{
  background-image: url(images/LM_arrow-right.gif) !important;
  background: no-repeat 99% 50%;
}

li.LM_expanded a,
li.LM_expanded span
{
  background: url(images/LM_arrow-down.gif) no-repeat 99% 50%;
}

li.LM_endPage a,
li.LM_endPage span
 { background-image: none !important }

#sidebar ul#LM_level_1
 { list-style-type: disc; margin-bottom: 1em; margin-left: 20px }

#sidebar ul ul
{
    margin-bottom: 5px;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
} 

.twoColFixLtHdr #mainContent a, a:hover, a:visited {
	color:#6f6f6f;
	text-decoration:underline;
} 

/* Obere Navigation über Content in Rot */
.twoColFixLtHdr #container #menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	color: #000;
	background-color: #fff;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.twoColFixLtHdr #container #menu a
 { color: white; text-decoration: none; background-color: #f85c64; margin-right: 2px }

.twoColFixLtHdr #container #menu ul,
#sidebar ul
 { list-style: none; margin: 0; padding: 0 }

.twoColFixLtHdr #container #menu li
 { font-size: 0.9em; font-weight: 900; display: inline }

.twoColFixLtHdr #container #menu li a
  { padding: 10px 20px }

.twoColFixLtHdr #container #menu li a:hover
 { color: #6f6f6f; background-color: #f85c64 }

.twoColFixLtHdr #container #menu li a:active
  { color: #6f6f6f; background-color: #fcacb0 }
/* Ende obere Navi in rot */  
  
.twoColFixLtHdr #container #breadcrumps {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	color: #cfcfcf;
	font-size: 10px;
	background: #fff;
	padding: 3px;
	border-bottom: 1px dashed #cfcfcf;
}
.twoColFixLtHdr #container #breadcrumps a, a:hover {
	color: #6f6f6f;
	text-decoration: underline;
}

.twoColFixLtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
} 
.twoColFixLtHdr #container #header #topnav a {
	color: #6f6f6f;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #cfcfcf;
}

#footer a,
#footer a:visited,
#footer a:active
 { color: #cfcfcf; background: inherit inherit inherit inherit }

#footer a:hover
{
  color: #000;
  background:inherit;
  text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header #headliners h1 {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 12px;
}
.twoColFixLtHdr #container #header #topnav {
	float: none;
	font-size: 11px;
	display: block;
	padding-left: 488px;
	padding-top: 48px;
}

.twoColFixLtHdr #container #header #headliners h2 {
	font-size: 12px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #header #headliners h1 a {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #header #headliners h2 a {
	color: #6f6f6f;
	text-decoration: none;
}
.twoColFixLtHdr #container #header #headliners {
	float: left;
	margin-left: 0px;

}
#etoNotice,
.hidden
{
  display:none;
}

/* ListGlobals
---------------------------------- */
ul.LGlob_list  { }

ul.LGlob_list.li  { }

li.LGlob_isfolder a
  { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 99% 50% }

li.LGlob_active a
 { background: #fff }

li.LGlob_isfolder_active a
 { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 99% 50% }
 
 /* Ende LISTGLOBALS */

.newsList{
	font-size: 62%; font-family: Arial, Helvetica, sans-serif; background: #fff;
	
}

h1.pagetitle
  { font-size: 1.3em; font-weight: bold; margin-bottom: 15px; margin-top:15px; border-bottom: 1px solid #ddd }
  
h1,
h2,
h3
 { color: #f85c64; background: inherit inherit inherit inherit; margin: 0; padding: 0 }

h1
 { color: #f85c64; font-size: 1.6em; font-weight: normal; background: inherit inherit inherit inherit }

h2
{
  font-size: 1.3em;
}

h3,
h4,
h5,
h6
{
  font-size: 1em;
}

