@import "layout.css";
@import "tags.css";
@import "box.css";
@import "start.css";
@import "page.css";
@import "content.css";
@import "colors.css";
@import "zahspiegel.css";

* {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
}

body {
  font: 12px/22px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

#outer_wrapper {
  overflow: visible;
  margin: 0 auto;
	padding: 0 27px;
	min-width: 955px;
	max-width: 1100px;
}

#outer_header {
  overflow: hidden;
  padding: 0 20px;
	margin: 0 auto;
	min-width: 969px;
	max-width: 1114px;
}

/* Header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header {
  position: relative;
  margin: 0 auto;
  float: none;
  height: 105px;
  background: url("images/header-background.png") 0 0 no-repeat;
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 18px;
}


#header h1 {
  width: 100%;
  left: 0;
  top: 0;
  height: 107px;
  position: absolute;
  background: url("images/header-background.png") bottom right no-repeat;
}

#header h1 a {
  padding-left: 8px;
}

#header h1 span {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

#header_content {
  position: relative;
  padding-right: 20px;
  overflow: visible;
}

#header .col_100,
#header .col_66,
#header .col_50,
#header .col_33,
#header .col_25,
#header .col_20 {
  float: right;
  margin-right: 0;
  margin-left: 5%;
}

#header .left_float .col_100,
#header .left_float .col_66,
#header .left_float .col_50,
#header .left_float .col_33,
#header .left_float .col_25,
#header .left_float .col_20 {
  float: left;
  margin-right: 5%;
  margin-left: 0;
}

#header .col_last {
  margin-left: 0;
}

#header .left_float .col_last {
  margin-right: 0;
}

#header .button {
  background: url("images/button_blue_slim.png") no-repeat;
  color: #fff;
  float: left;
  width: 62px;
  padding-bottom: 1px;
}

#header .password_request {
  float: left;
}

#header_image {
  background: url("images/header_image.jpg") no-repeat;
  width: 346px;
  height: 98px;
  position: absolute;
  top: 0;
  left: 333px;
}

/* Login form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#login-form {
  overflow: hidden;
  background-color: #d1d1d1;
}

#header .box .box_small_space {
  padding: 10px;
  overflow: hidden;
}

#header .box .ctl,
#header .box .ctr,
#header .box .cbl,
#header .box .cbr {
  background-image: url('images/corner-inverse-10px.png');
  background-repeat: none;
  width: 10px;
  height: 10px;
  position: absolute;
}

#header .box .ctl { left:0; top: 0;}
#header .box .ctr { right: 0; top: 0; background-position: top right;}
#header .box .cbl { left: 0; bottom: 0; background-position: bottom left;}
#header .box .cbr { right: 0; bottom: 0; background-position: bottom right;}

#login-form {
  margin-top: 15px;
}

#login-form fieldset div {
  overflow: hidden;
}

#header #login-form input.text {
  margin-left: 0;
  margin-right: 0;
  width: 69%;
}

#login-form input.button {
  float: right;
	cursor: pointer;
}

#login-form input.button:hover {
	color: #eee;
}

/* Wrapper +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#wrapper {
  float: none;
  margin: 0 auto;
  overflow: visible;
}

/* #main-navigation  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Farben: #f3917a, #69aaec, #e6e6e6 */

#main-navigation {
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #b6b6b6;
}

#main-navigation li span {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

#main-navigation li {
  float: left;
  margin-right: 8px;
}

#main-navigation li li {
  margin-right: 1px;
}

#main-navigation ul a {
  margin-bottom: 1px;
	cursor: pointer;
}

#main-navigation ul a,
#main-navigation ul span {
  display: block;
  background: url("images/navigation_sprite.gif") 0 -112px no-repeat;
}

#main-navigation ul a:hover,
#main-navigation ul a:hover span,
#main-navigation ul .active a,
#main-navigation ul .active span {
	background-image: url("images/navigation_sprite_hover.gif");
}

#main-navigation ul a {
  text-decoration: none;
  background-color: #e6e6e6;
  color: #444444;
}

#main-navigation ul a:hover {
  background-color: #d6d6d6;
}

#main-navigation ul span {
  position: relative;
  top: 0;
  left: 0;
  background-position: 100% -142px;
  padding: 0 10px;
}

#main-navigation .state a {
  background-color: #c30e13;
  color: #fff;
  letter-spacing: 0.1em;
	background-position: 0 0;
}

#main-navigation .state a span {
	background-position: 100% -30px;
}


#main-navigation .private a {
	background-color: #30549f;
  color: #fff;
	background-position: 0 -60px;
}

#main-navigation .private a span {
	background-position: 100% -90px;
}

#main-navigation .active a {
  padding-bottom: 2px;
  margin-bottom: 0;
}

/* .buttons ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.promo_button {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
  display: block;
  float: right;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.02em;
	background: #093a97 url('images/button_blue_glossy.png') no-repeat;
	line-height: 24px;
	height: 24px;
	width: 139px;
	text-align: center;
}

.promo_button:hover {
	background-position: 0 -25px;
}

/* Newsletter box +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#free_newsletter {
  font-size: 10px;
}

#free_newsletter label {
	display: block;
}

#free_newsletter .text {
  float: left;
  border: 1px solid #6f6f6f;
  width: 98%;
  margin-top: 3px;
}

#free_newsletter div {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

#free_newsletter .last {
  margin-bottom: 0;
}

#free_newsletter .left {
  float: left;
  width: 60%;
  line-height: 12px;
  color: #7c7c7c;
  background: none;
}

#wrapper #free_newsletter .button {
  background: url("images/button_blue.png") no-repeat;
  color: #fff;
  width: 88px;
  line-height: 12px;
  height: 19px;
  display: block;
  overflow: hidden;
  float: left;
}

/* # Sitemap +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sitemap #content-wrapper img {
  margin-bottom: 10px;
}

#sitemap h3 {
  margin-bottom: 15px;
}

#sitemap h3.red {
  color: #c30e13;
}

#sitemap h3.blue {
  color: #30549f;
}

#sitemap p,
#sitemap #content-wrapper li {
  font-size: 11px;
  line-height: 15px;
}

#sitemap p {
	margin-bottom: 0;
}

#sitemap #content-wrapper ul {
	margin-left: 1.1em;
	margin-bottom: 0;
}

#sitemap #content-wrapper li {
  list-style: disc outside;
}

#sitemap #content-wrapper li a {
  text-decoration: none;
  color: #000;
}

#sitemap #content-wrapper li a:hover {
  text-decoration: underline;
}

#sitemap h4 {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

#sitemap h4 a,
#sitemap h4 a span {
	background-image: url("images/sprite_sitemap.png");
	background-repeat: none;
}

#sitemap h4 a {
	color: #000;
  line-height: 30px;
  background-position: top right;
  padding-left: 10px;
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	background-position:  0 -116px;
}

#sitemap h4 a span {
	display: block;
	background-position: 100% -145px;
}

#sitemap .state h4 a {
	background-position: 0 0;
	color: #fff;
}

#sitemap .state h4 a span {
	background-position: 100% -29px;
}

#sitemap .private h4 a {
	background-position: 0 -58px;
	color: #fff;
}

#sitemap .private h4 a span {
	background-position: 100% -87px;
}

#sitemap #footer {
	margin-top: 0;
}

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#footer {
  margin-top: 25px;
  clear: both;
  font-size: 13px;
  line-height: 13px;
  color: #444;
  border-top: 1px solid #444;
  padding-top: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}

#footer li.left {
  float: left;
  border-right: 1px solid #444;
  margin-right: 10px;
}

#footer li a,
#footer li span {
  color: #444;
  padding-right: 10px;
  position: relative;
  top: -2px;
  text-decoration: none;
}

#footer li a:hover {
  text-decoration: underline;
}

#footer li.last {
  border-right: none;
  margin-right: 0;
}

#footer li.center {
  margin-left: 60px;
}

#footer li.center span {
  color: #ff6a0c;
}

#footer li.right {
  float: right;
}

#footer li.right span {
  padding-right: 0;
}

#article_wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
}

/* FF2 */

*:not(h1) body  #main-navigation[id=MAIN-NAVIGATION] .right {
  margin-top: -38px;
}

*:not(h1) body  #wrapper[id=WRAPPER] .video {
  overflow: visible;
  display: block;
  float: left;
}

#outer_pop_wrapper #print {
  background: url("images/printer.png") no-repeat;
  color:#30549F;
  display:block;
  line-height:16px;
  padding-left:25px;
  text-decoration:none;
  float: right;
  margin-top: 10px;
}
