@charset "utf-8";

/* CSS Document */

	body {

	margin:20px 0px;

	padding:0px;

	text-align: center;

	color: #5c544b;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 9pt;

	background-color: #646464;

}

#container2 {

	width: 1000px;

	height: 1000px;

	text-align: left;

	border: 1px solid black;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

#container {

	background-color: white;

	width: 900px;

	text-align: left;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	list-style-type: none;

}

#header {

	float: top;

	height: 290px;

	padding: 15px;

	text-align: center;

	border-color: #FFFFFF;

}

#right {
	float: right;
	height: 900px;
	width: 220px;
	margin-right: 0px;

}



#right2 {

	float: right;

	height: 300px;

	width: 200px;

	margin-top: 800px;

	padding-top: 20px;

	padding: 10px;

}





#left {

	font-weight: bold;	
	float: left;

	width: 140px;

	height:300px;

	padding-left: 25px;

}

#center {

	float: left;

	width: 500px;

}

#mainnav {
	font-weight: bold;
	height: 30px;
	margin-left: 155px;
	padding: 20px;

}

#contents {
	font-size: 9pt;
	line-height: 16px;
	width: 450px;
	padding-left: 40px;
	padding-bottom: 30px;

}

  #contents h1 {

	font-size: 11pt;

	font-weight: bold;



  }





#leftnav {

	width: 130px;

	font-weight: bold;

	padding: 10px;

}

#leftmenu {
	width: 130px;
	height: 200px;

}

#footer {

	clear: both;

	font-size: 8pt;

	width: 440px;

	padding-left: 40px;

	padding-bottom: 10px;

}



  #footer a, 

  #footer a:visited {

  text-decoration:none;

  line-height:1.5em;

  color:#5c544b; 

  text-align:center;

  }



  #footer a:focus,

  #footer a:hover,

  #footer a:active {

  text-decoration:underline;

  }







a:link {

	text-decoration: none;

	color: #DF3336;

}

a:hover {

	text-decoration: underline;

}



a:visited {

	text-decoration: none;

	color: #DF3336;

}





/*** Linke Navigation ***/  

  #leftmenu ul li a,

  #leftmenu ul li strong {

	color: #5c544b;

	display: block;

	text-decoration: none;

	border-bottom: 1px solid #e2e2e2;

	padding-top: 1em;

	padding-bottom: 1em;

  }



  #leftmenu ul li a:focus,

  #leftmenu ul li a:hover,

  #leftmenu ul li a:active  {

  text-decoration: underline;

  }





  #leftmenu ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	list-style-position: outside;



  }

  



/*** Hauptnavigation ***/



  #mainnav ul {

	float:left;

	padding:0;

	margin:0;

	list-style-type:none;

  }





  #mainnav ul li.item {
	float:left;
	width:95px;

  }



  #mainnav ul li.trenner {

	float:left;

	position:relative;

	width:1px;

	height:15px;

	margin-top:8px;

	background-color:#e2e2e2;

  }





  #mainnav ul li a, 

  #mainnav ul li a:visited {

  display:block;

  margin:0;

  padding-top:0.8em;

  text-decoration:none;

  font-weight:bold;

  line-height:1.5em;

  color:#5c544b; 

  text-align:center;

  }



  #mainnav ul li a:focus,

  #mainnav ul li a:hover,

  #mainnav ul li a:active {

  text-decoration:underline;

  }

  





.roundedCornerSpacer {

    margin: 0px; padding: 0px; border: 0px;

    clear: both;

    font-size: 1px; line-height: 1px;

}

/* In the CSS below, the numbers used are the following:

    1px: the width of the border

    3px: a fudge factor needed for IE5/win (see below)

    4px: the width of the border (1px) plus the 3px IE5/win fudge factor

    14px: the width or height of the border image

*/

.borderTL, .borderTR, .borderBL, .borderBR {

    width: 14px; height: 14px;

    padding: 0px; border: 0px;

    z-index: 99;

}

.borderTL, .borderBL { float: left; clear: both; }

.borderTR, .borderBR { float: right; clear: right; }

.borderTL { margin: -1px 0px 0px -1px; }

.borderTR { margin: -1px -1px 0px 0px; }

.borderBL { margin: -14px 0px 0px 0px; }

.borderBR { margin: -14px 0px 0px 0px; }

/* IE5-5.5/win needs the border scooted to the left or right by an

   additional 3px! Why? */

.borderTL {

    margin-left: -4px;

    ma\rgin-left: -1px;

}

html>body .borderTL {

    margin-left: -1px;

}

.borderTR {

    margin-right: -4px;

    ma\rgin-right: -1px;

}

html>body .borderTR {

    margin-right: -1px;

}

.borderBL {

    margin-left: -3px;

    ma\rgin-left: 0px;

}

html>body .borderBL {

    margin-left: 0px;

}

.borderBR {

    margin-right: -3px;

    ma\rgin-right: 0px;

}

html>body .borderBR {

    margin-right: 0px;

}

/* To get around a known bug in IE5/win, apply the

   border (no margin, padding or positioning) to the

   content class and apply whatever positioning you

   want to the contentWrapper class. */



.contentWrapper {

    /* position this div however you want, but

       keep its padding and border at zero */

    padding: 0px;

    border: 0px;

}  
