* {
  font-style: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body {
  background-color: #ccc;
  color: #333;
  text-align: center; /* dont worry IE */
  font: 0.8em/160% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
#wrapper {
  background: #fff url("images/bg_wrapper.gif") repeat-y 0 0;
  margin: 20px auto;
  text-align: left;
  width: 850px;
  overflow: hidden;
}
#header {
  background: transparent url("images/bg_header.gif") no-repeat 0 0;
  height: 146px;
  position: relative;
  width: 850px;
}
#header h1 {
  background: transparent url("images/logo.gif") no-repeat 0 0;
  height: 63px;
  left: 25px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  text-indent: 200px;
  width: 192px;
}

/*** Search *******************************************************************/

#search {
  position: absolute;
  right: 40px;
  top: 20px;
}
#search ul {
  list-style: none;
}
#search ul li {
  display: inline;
}
#search a {
  color: #03182e;
}
#search a:hover {
  color: #000;
  text-decoration: underline;
}
#search a:active {
  color: #fd7b11;
}
#search label {
  position: absolute;
  visibility: hidden;
}

/*** Navigation ***************************************************************/

#navigation {
  background: transparent url("images/bg_navigation.gif") repeat-x 0 0;
  left: 1px;
  height: 51px;
  list-style: none;
  padding-left: 20px;
  position: absolute;
  top: 95px;
  width: 828px;
}
#navigation ul {
  position: absolute;
  visibility: hidden;
  list-style: none;
  left: 22px;
}
#navigation li {
  background: transparent url("images/navi_separator.gif") no-repeat 100% 0;
  float: left;
}
#navigation li a {
  color: #fff;
  float: left;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin-right: 1px;
  padding: 0 1.5em;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px #ff3d02;
}
#navigation li a:hover,
#navigation li.selected a {
  background: transparent url("images/navi_hover.gif") repeat-x 0 0;
}
#navigation li.selected ul {
  bottom: 0;
  visibility: visible;
}
* html #navigation li.selected ul {
  bottom: -1px;
}
#navigation li li,
#header #navigation li li a {
  background: transparent;
  color: #03182e;
  font-size: 92%;
  height: 23px;
  line-height: 23px;
  text-shadow: none;
}
#header #navigation li li a:hover {
  background: transparent url("images/subnavi_hover.gif") repeat-x 0 0;
}

/*** Teaser *******************************************************************/

#teaser {
  background: transparent url("images/teaser.jpg") no-repeat 0 0;
  height: 182px;
  margin: 0 1px;
  width: 848px;
}
#teaser * { /* hide content from visual browsers */
  position: absolute;
  visibility: hidden;
}

/*** Content ******************************************************************/

#content {
  background: transparent url("images/bg_content.gif") repeat-x 0px 0px;
  display: inline;
  float: right;
  padding: 20px;
  margin-right: 1px;
  width: 542px;
}
* html #content {
  margin-left: -3px;
}
#content h2,
#sidebar h2 {
  background: transparent url("images/bg_hseparator_large.gif") no-repeat 50% 100%;
  color: #03182e;
  font-size: 140%;
  margin-top: 1em;
  padding-bottom: 16px;
}
#content .maincontent h2 {
	width: 545px;
}
#content h2.team {
  clear: both;
}
#content .leftcolumn,
#content .rightcolumn {
  width: 259px;
  float: left;
}
#content .maincontent ul {
	margin-left: 2em;
	margin-top: 1.5em;
}
#content .leftcolumn {
  margin-right: 20px;
}
#content .leftcolumn h2,
#content .rightcolumn h2 {
  background-image: url("images/bg_hseparator_small.gif");
}
#content h3 {
  color: #ff6600;
  font-size: 100%;
  text-transform: uppercase;
}
#content p {
  margin-bottom: 1em;
}
#content .rightcolumn img {
	margin-top: -5px;
	margin-right: 5px;
	float: left;
}
#content .rightcolumn p a {
  color: #333;
  margin-left: 5px;
}
#content .rightcolumn p a:hover {
  color: #ff6600;
}
#content .rightcolumn p a:active {
  color: #fff;
}
#content .rightcolumn p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
	line-height: 135%;
	margin-top: 0.4em;
}
#content .rightcolumn p em {
	color: #ff6600;
	display: block;
	font-weight: bold;
}
#content .maincontent {
	float: left;
}
#content .maincontent a {
	color: #ff6600;
	text-decoration: underline;
}
#content .maincontent a:hover,
#content .maincontent a:visited  {
	color: #03182e;
}
#content .maincontent a:active {
	color: #000;
}
#content .maincontent p img {
	margin: 1em;
	border: 1px solid #eaeaea;
	padding: 5px;
	margin-left: 0px;
	float: left;
	background-color: #fff;
}
#content .maincontent em.news_datum {
	color: #ccc;
	font-size: 11px;
}
#content .maincontent p img.partner {
	margin: 1em;
	border: 0;
}
#content .maincontent img.team {
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	border: 0;
}
#content .maincontent form input, textarea {
	background-color: #eaeaea;
	border: 1px solid #333;
	font-size: 80%;
	padding: 0.2em;
	width: 250px;
}
#content .maincontent form label {
	font-size: 100%;
	text-align: right;
	padding-right: 1em;
	padding-bottom: 1em;
	float: left;
	width: 7em;
}
#content .maincontent form .submit {
	margin-top: 15px;
	margin-left: 10em;
}
* html #content .maincontent form .submit { /* IE my friend */
	margin-top: 15px;
	margin-left: 8.2em;
}
#content .maincontent form br {
	clear: both;
}

/*** Sidebar ******************************************************************/

#sidebar {
  background: transparent url("images/bg_sidebar.gif") no-repeat 100% 0px;
  padding: 20px;
  margin-left: 1px;
  width: 226px;
}
* html #sidebar {
  float: left;
  margin-left: -1px;
}
#sidebar h2 {
  background: transparent url("images/bg_sidebar_separator.gif") no-repeat 0px 50%;
  height: 30px;
  padding: 0;
  padding-left: 30px;
  line-height: 1.8em;
}
#sidebar h3 {
  background: transparent url("images/mouse.gif") no-repeat 0 0;
  color: #ff6600;
  font-size: 100%;
  font-weight: normal;
  margin-top: 1em;
  padding-left: 28px;
}
#sidebar h3 em {
  color: #03182e;
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin-top: -0.3em;
  margin-left: -28px;
}
#news p {
	border-bottom: 1px solid #fff;
	padding-bottom: 1em;
}
#news p.allnews {
	text-align: center;
	font-size: 1.1em;
	padding-top: 1em;
}
#content .maincontent p.newsarchiv {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	
}
#sidebar p a {
  color: #ff6600;
  text-decoration: underline;
}
#sidebar p a:hover {
	color: #03182e;
}
#sidebar p a:active {
	color: #fff;
}
#sidebar form p {
  margin-bottom: 1em;
}
#sidebar form.newsletter .submit {
  width: auto;
  margin-left: 3.5em;
  margin-top: 0.5em;
}
#sidebar form.newsletter input {
	width: 180px;
}
#sidebar form.login {
  float: left;
}
#sidebar form.login label {
  clear: both;
  float: left;
  width: 5.5em;
}
#sidebar form.login input {
  margin-bottom: 0.7em;
  width: 120px;
}
#sidebar form.login .submit {
  margin-left: 6.5em;
  margin-top: 0.3em;
  width: auto;
}
/*** Footer *******************************************************************/

#footer {
  background: transparent url("images/bg_footer.gif") no-repeat 0px 100%;
  float: left;
  padding-bottom: 45px;
  position: relative;
  width: 850px;
}
#footer ul {
  clear: both;
  float: left;
  list-style: none;
  margin-left: 20px;
  margin-top: 0.5em;
}
#footer li {
  float: left;
}
#footer ul.button li a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-weight: bold;
  margin-right: 7px;
  padding: 0.2em 1em;
}
#footer ul.button li a:hover {
  border: 1px solid #999;
}
#footer li a {
  color: #333;
  text-decoration: underline;
}
#footer li a:hover {
  color: #ff6600;
}
#footer li {
  margin-right: 0.5em;
}
#footer p {
 /* background: transparent url("images/interhof.gif") no-repeat 0px 0px;*/
  padding-top: 0px;
  position: absolute;
  left: 290px;
}
