 /**
  * Browser Reset
  */

  /* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
  * { margin:0; padding: 0 }

  /* Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em }

  /* Globale Korrektur des Italics Bugs des IE 5.x und IE 6 */
  * html body * { overflow:visible }
  * html iframe, * html frame { overflow:auto }
  * html frameset { overflow:hidden }
  
  /* Vorgabe der Standardfarben und Textausrichtung */
  body {
    color: #000000;
    background: #ffffff;
    text-align: left;
  }

  /* Rahmen für <fieldset> und <img> Elemente löschen */
  fieldset, img { border: 0 solid}

  /* Neue Standardwerte */
  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 166.67% }                     /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.1em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.1em;}

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style:italic }
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i { font-style:italic }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }


 /*------------------------------------------------------------------------------------------------------*/

body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #313131;
}
body {
	background-color: #eceff1;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #ff6c00;
}
a:visited {
	color: #ff6c00;
}
a:hover {
	color: #555555;
}
a:focus {
	color: #555555;
}
.active a {
	color: #555555;
}
h1 {
	background-image: url(images/h1_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 43px;
	font-size: 19px;
	color: #313131;
	padding: 20px 0 20px 0;
	margin-bottom: 0px;
}
h2 {	padding: 5px 0 10px 0;
	font-size: 17px;

}
h3 {
	color: #313131;
	font-size: 14px;
	padding: 10px 0 7px 0;
	margin: 0 0 12px 0;
	border-bottom: 2px solid #cdcdcd;
	display: block;
}

h4 {
	color: #313131;
	font-size: 14px;
	padding: 10px 0 7px 0;
	margin: 0 0 12px 0;
	display: block;
}

.clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}

#container {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	padding: 0px 25px 0px 25px;
	height: 150px;
	background-color: #ffffff;
	/*border-right: 1px solid #5b0c73;*/
}
#header  h1 {
  color: #ffffff;
  font-size: 18px;
}
#header  h2 {
  color: #ffffff;
  font-size: 15px;
}
#header a:link, #header a:hover, #header a:visited, #header a:active {
	color: #ffffff;
	text-decoration: none;
}
 
#menu {
	/*background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px;*/
	padding: 0;
	background-color: #ff6c00;
	/*border: solid #5b0c73;
	border-width: 1px 1px 0 0px;
	border-bottom: 1px solid #ffffff;*/
	float: left;
	width: 950px;
	height: 20px;	
}
#menu ul {
	list-style: none;
	background-color: #ff6c00;
	margin-left: 201px;
	padding: 0px;
}
#menu ul li {
	/*border-left: 1px solid #5b0c73;*/
	list-style: none;
	background-color: #ff6c00;
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li a {
	list-style: none;
	margin-left: 0px;
	padding: 0;
	display: block;
	float: left;
	padding: 2px 25px 10px 25px;
	border: 0;
	/*border-left: 1px solid #5b0c73;*/
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#menu ul li  a:hover {
	color: #ffffff;
	background-color: #ffb580;
}
#menu ul li  a:focus {
	color: #ffffff;	
	background-color: #ffb580;
	font-weight: bold;
}
#menu ul li.last a {
	border-right: 0;
}
#menu ul li.active a {
	color: #ffffff;
	background-color: #ffb580;
	text-decoration: none;
}
#page {
	background-color: #ffffff;
	float: left;
	width: 950px;
	border: 0;
	padding: 0px 0 150px 0;
}
#content {
	width: 700px;
	padding: 10px 20px 15px 29px;
	float: right;
	/*border: solid #5b0c73;
	border-width: 0 1px 1px 1px*/
}
#sidebar {
	/*background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #ffffff;*/
	width: 170px;
	height: auto;
	margin: 0 0 0 30px;
	padding: 30px 0px 15px 0px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #313131;
	/*border: solid #5b0c73;
	border-width:  0 0 1px 0px;
	border-right: 1px solid #ff6c00;*/
}
#sidebar ul {
	float: left;
	margin: 0px 0 0 15px;
	padding: 10px 0px 0px 0px;
}
#sidebar ul li{
	padding: 5px 0 10px 0;
}
#sidebar ul ul {
	padding: 0px 0 10px 0;
}
#sidebar ul ul li {
	padding: 0px 0 6px 0;
}
#sidebar a {
	color: #313131;
	text-decoration: none;
}
#sidebar a:visited {
	/*color: #5b0c73;*/
}
#sidebar a:focus {
	color: #ff6c00;
}
#sidebar a:hover {
	color: #ff6c00;
}
#sidebar .active a {
	color: #ff6c00;
	text-decoration: none;
}
#footer {
	height: 50px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px 5px 0px 0px;
	border: 0;
	border-top: 1px solid #d0d0d0;
}
#footer p {
	color: #666666;
	text-align: left;
}
#footer a {
	color: #666666;
	text-align: left;
	text-decoration: none;
}
#footer #legal {

	display: inline;
	float: right;
}
ul.news {
	list-style: none;
	margin: 10px 0 50px 0;
	padding: 0;
	width: 630px;
	float: left;
}
ul.news li {
	list-style: none;
	margin: 0 0 15px 0;
	width: 630px;
	float: left;
}
ul.news li a {
	color: #313131;
	padding: 10px 10px 5px 10px;
	border: solid #666666;
	border-width: 0 1px 1px 0;
	background-color: none;
	text-decoration: none;
	display: block;
	float: left;
	width: 610px;
}
ul.news li a:hover {
	color: #000000;
	border: solid #aaaaaa;
	border-width: 0 1px 1px 0;
	background-color: #f2f2f2;
	font-weight: normal;
}
ul.news li a img {
	margin: 0px 5px 5px 0px;
	padding: 0px 10px 5px 0px;
	float: left;
}
ul.news li span.title {
	font-weight: bold;
}

img.news_image {
	margin: 0px 5px 5px 0px;
	padding: 0px 10px 10px 0px;
	float: left;
}

ul.images {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.images li {
	padding: 0;
	margin: 3px;
	list-style: none;
	float: left;
}
ul.images li a {
	padding: 3px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	float: left;
}
ul.images li a img {
	padding: 0;
	margin: 0;
	border: 0;
}
ul.images li a:hover {
	border: 1px solid #a7a7a7;
}