/* ---------------------------------------------------------- */
/* Basics                    -------------------------------- */
/* ---------------------------------------------------------- */

* { /* Reset all */
	border: 0 none transparent;
    margin: 0;
    padding: 0;
    }

html {  /* viewport-schatten IE und 6.0 aus. */
    border: 0 none transparent;
    height: 100%; 
    margin: 0;
    padding: 0; 
    }

body{
	background-color :#363636;
	height: 100%;
    border: 0 none transparent; 
    color: #000;
	margin: 0 auto;
	width :980px;
	text-align: justify;
    font-size: 100.01%; /* Diesen Einstellung nicht veraendern! 
    Sie verhindert Renderingfehler bei Schriftgroessendefinition per .em in IE.
    Alle anderen font-sizes in % (bevorzugt) oder in em.  */
	font-family:Verdana, Arial, Helvetica, Sans-Serif
}

/* -------------------------------------------------------------- */
/* Listen ------------------------------------------------------- */
/* -------------------------------------------------------------- */

ul .inline {
	page-break-inside: avoid;
    display: inline; 
    }

/** ---------------------------------------------------------------------------------- header begin **/

#header_wrapper{
	background-color:#EFEFEF;/**/
}

#header_right{
	width:576px;
	padding :28px 0 0 0;
	float:right;
	clear:right;
	}

#header_main{
	background-color: #7F7F7F; /* darkgrey */
	/**/margin-right :576px;
}

#header_left{
	float:left;
	width:196px;
	margin: 28px 0 0 0;
}

#header_content{
	background-color:#082A12; /* darkgreen */
	border-width: 0 2px 0 2px;
	border-style: solid;
	height: 172px; /* 200 - 28 - 28 */
	padding :28px 0 0 0;
	border-color: #FFFFFF;
	position :relative;
	width:200px;
/*	width:206px;*/
	/**/margin-left :200px;
}

#header_tabs{
	background-color:#FFFFFF;
	height: 140px;
	border-style: solid;
	border-width: 2px 0 2px 0;
	border-color: #FFFFFF;
}

#header_logo{
	position :relative;
	border-style: solid;
	width: 200px;
	border-width: 2px 0 2px 0;
	height: 140px;
	border-color: #FFFFFF;
}

#header_image{
	position :relative;
	width: 576px;
	height: 140px;
	border-style: solid;
	border-width: 2px 0 2px 0;
	border-color: #FFFFFF;
}

/** ---------------------------------------------------------------------------------- header end **/

/** ---------------------------------------------------------------------------------- content begin **/

#wrapper{
	background-color:#FFFFFF;/**/
	background-image: url(images/background_pattern.gif);
}

#right{
	width:576px;	
	float :right;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px 0 0 0;
	padding: 28px 0 0 0;
}

#main{
	background-color :#7F7F7F; /* darkgrey */
/*	min-height: 448px;*/
	/**/margin-right :576px;
}

#left{
	float:left;
	width:200px;	
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px 0 0 0;	
}

#mainnavigation{
	background-color: #082A12; /* darkgreen */
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 0 10px 0 10px;
	position :relative;
	color: #FFFFFF;
	width:180px;
	min-height: 448px;
	height:auto;
	margin-left: 200px;
}

.clear{clear :both;width :180px;/**/}

/** ---------------------------------------------------------------------------------- content end **/

/** ---------------------------------------------------------------------------------- footer begin **/

#footer{
	padding: 0px;
	margin: 0;
	height:28px;
	background: repeat-x left top;
	/**/clear :both;
}/**/

#footer address{
	width :700px;
	margin-left :auto;
	margin-right :auto
}

/** ---------------------------------------------------------------------------------- footer end **/

/** ---------------------------------------------------------------------------------- navigation begin **/

/** tabs **/
#tabs {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  font: bold 12px/1.5em Verdana;
}

#tabs ul {
margin:0;
padding:0px 10px 0 50px;
list-style:none;
}

#tabs li {
  display:inline;
  margin:0;
  padding:0;
}

#tabs a {
  float:left;
  background:url("images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#tabs a span {
  float:left;
  display:block;
  background:url("images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#006633;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#000;
}
#tabs a:hover, a#active-level1 {
  background-position:0% -42px;
}
#tabs a:hover span, a#active-level1 span {
  background-position:100% -42px;
}



/** tabs_disclaimer **/

ul#tabs_disclaimer
{
	padding: 120px 0 0 0;
	margin: 0 0 0 28px;
	list-style-type: none;
	font-size: 10px;		
	color: #000000;
}

ul#tabs_disclaimer li { display: inline; }

ul#tabs_disclaimer li a
{
	width: 5em;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0.2em 0.1em;
	text-decoration: none;
}

/** teaser **/

SELECT {
  color: #000000;
  background-color: #EDEFF1;
  border: 0px solid #CCCCCC;
}

TEXTAREA {
  border:1px solid #000000;
  color: #000000;
  font-weight : normal;
}

INPUT {
  color: #000000;
  border: 1px solid #000000;
}

BUTTON {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #EDEFF1;
}

.csc-mailform {
  border: 0px none;
  font-size: 11px;
  color: #000000;
}

.csc-mailform-field {
  margin-bottom: 6px;
  line-height: 18px;
}


/* ---------------------------------------------------------- */
/* .teaserbox: Thumbnail + Heading + Text ------------------- */
/* ---------------------------------------------------------- */

ul#teaser
{
	padding: 38px 0 0 0;
	margin: 0;
	list-style-type: none;
	width: 100%;	
	color: #FFFFFF;
}

ul#teaser li 
{ 
	padding: 16px 0 0 0;
	margin-left :42px
}

ul#teaser p
{
	font-size: 10px;
	width: 115px;
}


ul#teaser li a
{	
	font-size: 10px;
	color: #FFFFFF;
	padding: 0 0 0 0;
	text-decoration: none;
}

ul#teaser li a:hover
{
	font-weight:900;
}

/** left-hand navigation **/
ul#leftnavigation, ul#leftnavigation_hints
{
	padding: 38px 0 0 0;
	margin: 0;
	font-weight: 500;
	color: #FFFFFF;
	list-style-type: none;
	margin-bottom: 2em;
}

ul#leftnavigation li, ul#leftnavigation_hints li
{	
	padding: 16px 0 0 0;
}

ul#leftnavigation li a, ul#leftnavigation_hints li a
{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 0 0 8px;
	text-decoration: none;
}

ul#leftnavigation li a:hover, ul#leftnavigation_hints li a:hover,a#active-level1
{
	font-weight: 900;
}

/** ---------------------------------------------------------------------------------- navigation end **/

/*#content ul li
#left h2,#right h2,#content h2,#content p{margin-left :40px;margin-top :15px;margin-bottom :15px}/**/


#right h1 {
	margin-top :15px;
	font-size: 24px;
	color: #006633;
	font-weight: 500;
	margin-bottom: 1em;

}

#right p {
	color: #000000;
	font-size: 12px;
	margin-bottom: 1.5em;
}

#content {
	padding: 0 26px 0 26px;
}


/*blockquote {
	padding-left: 2em;
	background: url(images/img06.gif) no-repeat;
	font-style: italic;
}*/

