 /**
  * 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: #313131;
    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: 11px;
	color: #313334;
}
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: #313334;
}
a:visited {
	color: #313334;
}
a:hover {
	color: #313131;
}
a:focus {
	color: #313131;
}
.active a {
	color: #313131;
}
h1 {
	font-size: 19px;
	color: #313334;
	padding: 10px 0 10px 0;
	margin-bottom: 30px;
}
h2 {	margin-bottom: 25px;
}
h3 {
	color: #515151;
	font-size: 14px;
	padding: 10px 0 7px 0;
	margin: 0 0 12px 0;
	border-bottom: 2px solid #cdcdcd;
	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 {
	border: solid #9aaebd;
	border-width: 0 1px 0 1px;
	padding: 0px 25px 0px 25px;
	height: 108px;
	background-color: #003e82;
	background-image: url(images/head.jpg);
}
#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/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	/*padding: 3px 0 0 0;*/
	background-color: #e6eef2;
	/*border: solid #e6eef2;
	border-width: 1px 0 0px 0;*/
	border: solid #9aaebd;
	border-width:0 1px 1px 1px;
	/*border-top: 1px solid #e6eef2;*/
	float: left;
	width: 948px;
	height: 32px;
}
#menu ul {
	list-style: none;
	/*background-color: #9adcd1;*/
	margin-left: 198px;
	padding: 0;
}
#menu ul li {
	list-style: none;
	/*background-color: #9adcd1;*/
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li a {
	list-style: none;
	margin-left: 0px;
	padding: 0;
	display: block;
	float: left;
	padding: 10px 25px 10px 25px;
	/*border: 0;
	border-right: 1px solid #9aaebd;*/
	color: #313334;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#menu ul li  a:hover {
	/*background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;*/
	color: #313334;
	/*background-color: #edf6fa;*/
	text-decoration: underline;
}
#menu ul li  a:focus {
	/*background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;*/
	color: #313334;	
	/*background-color: #edf6fa;*/
	text-decoration: underline;
}
#menu ul li.last a {
	border-right: 0;
}
#menu ul li.active a {
	/*background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;*/
	color: #313334;
	/*background-color: #edf6fa;*/
	text-decoration: underline;
	font-weight: bold;
}
#page {
	background-color: #ffffff;
	float: left;
	width: 950px;
	border: 0;
	padding: 0 0 0px 0;
}
#content {
	/*background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #e6eef2;
	width: 709px;
	/*margin-top: 8px;*/
	padding: 10px 25px 15px 15px;
	float: right;
	border: solid #9aaebd;
	border-width: 0px 1px 1px 1px;
	min-height: 316px;
}
#sidebar {
	/*background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;*/
	background-color: #e6eef2;
	width: 168px;
	padding: 10px 25px 15px 5px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border: solid #9aaebd;
	border-width: 0px 0px 1px 1px;
}
#sidebar li {
	padding: 5px 0 5px 0;
}
#sidebar a {
	color: #313334;
	text-decoration: none;
}
#sidebar a:visited {
	color: #313334;
}
#sidebar a:hover {
	color: #313334;
	text-decoration: underline;
}
#sidebar a:focus {
	color: #313334;
	text-decoration: underline;
}
#sidebar .active a {
	color: #313334;
	text-decoration: underline;
}
#footer {
	padding: 5px 5px 0px 0px;
	border: 0;
	border-top: 1px solid #d7d7d7;
}
#footer p {
	color: #666666;
	text-align: center;
}
#footer #legal {
	display: inline;
	float: right;
}
ul.news {
	list-style: none;
	margin: 15px 0 0 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 {
	padding: 10px 10px 5px 10px;
	border: 0;
	border-bottom: 1px solid #008b7c;
	background-color: none;
	text-decoration: none;
	display: block;
	float: left;
	width: 610px;
}
ul.news li a:hover {
	background-color: #9adcd1;
	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;
}


