/*
  Global Styles
*/
html,body,table,td,div,form,button,select,input,textarea,h1,h2,h3,h4,h5,h6,a,p,cite,quote,u,i {
  margin: 0px;
  padding: 0px;
  font-family: Arial,Verdana,Tahoma,Geneva,Helvetica,Sans-serif;
  color: #222;
  font-size: 11px;
}

h1,h2,h3,h4,h5,h6,hr,p,div,form {
  display: block;
}

td {
  vertical-align: middle;
}

strong {
  font-weight: bold;
  font-style: normal;
}

img,table {
  border: 0px none;
}

hr {
	color : #999;
	height : 1px;
	padding : 0;
	border-color : #999;
	border-width : 1px 0 0 0;
	border-style : solid;
	margin: 3px 0 6px 0;
}

/*##################
  MAXFLASH STYLES
##################*/
html,body {
  height: 100%;
  color: #000;
  background-color: #FFF;
  background-image: url(../images/bg.jpg);
  background-position: center;
  cursor: default;
}

html,body,input {
  font-size: 10px;
  line-height: 140%;
}

a:link,a:visited,a:hover,a:active {
  color: #de2b25;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*
  MAIN DIV STYLES
*/
div#page {
  position: relative;
  width: 872px;
  margin: 0 auto;
  background-image: url(../images/bg_content.jpg);
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div#header {
  width: 872px; height: 200px;
  clear: both;
}
div#header img { float: left }

div#header div#language {
  float: left; text-align: center;
  width: 53px; height: 22px;
  padding-left: 7px; padding-top: 13px;
  background-image: url(../images/language.jpg)
}
div#header div#language img { margin: 2px }

div#header div#slideshow {
  position: absolute;
  top: 53px; left: 273px;
  width: 599px; height: 147px;
  background-image: url(../images/slideshow.jpg)
}

div#subheader {
  width: 872px; height: 235px;
  clear: both;
}

div#subheader div#navi {
  width: 273px; height: 235px;
  background-image: url(../images/navigation.jpg);
  float: left;
}

div#subheader div#archive {
  width: 182px; height: 225px;
  padding-top: 10px; padding-left: 15px; padding-right: 20px;
  background-image: url(../images/newsarchiv.jpg);
  float: left; color: #848484; font-size: 10px;
  line-height: 12px;
}

*+html div#subheader div#archive { height: 215px; padding-top: 20px }
* html div#subheader div#archive { height: 215px; padding-top: 20px }

div#subheader div#archive a.read {
  background-image: url(../images/icons/read.jpg);
  background-repeat: no-repeat;
  display: block; text-align: center;
  width: 47px; height: 15px; padding-top: 2px;
  margin-left: 120px;
}

div#subheader div#archive div.date {
  background-image: url(../images/icons/dot_date.jpg);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding-left: 20px; font-weight: bold;
  margin-top: 10px; margin-bottom: 5px;
  text-decoration: underline; font-size: 12px;
}

div#subheader div#teaser {
  width: 382px; height: 235px;
  background-image: url(../images/teaser.jpg);
  float: left;
}

div#subheader div#navi div {
  padding-top: 52px;
  padding-left: 65px;
}

div#subheader div#navi a {
  display: block;
  font-family: Verdana, Tahoma;
  font-size: 14px; 
  color: #777;
  padding: 6px;
  width: 170px;
}

html>/**/body div#subheader div#navi a { padding-top: 7px }

div#subheader div#navi a.active,
div#subheader div#navi a:hover,
div#subheader div#navi a:active { 
  color: #b7b7b7;
  text-decoration: none;
}

div#subheader div#navi a span { 
  color: #b7b7b7;
  text-decoration: none;
}

div#subheader div#navi a.active span,
div#subheader div#navi a:hover span,
div#subheader div#navi a:active span {
  color: #de2b25;
  text-decoration: none;
}

/*
  NAV BAR
*/
div#navbar {  
  float: left;
}

div#navbar div#search {
  width: 273px; height: 64px;
  background-image: url(../images/nav_search_bg.jpg);
  margin-top: 3px;
}

div#navbar div#search input#suchfeld {
  width: 141px; height: 15px;
  padding: 4px 2px; border: 0 none;
  background-image: url(../images/bg_search.jpg);
  color: #555; font-size: 12px; margin-left: 68px;
}
div#navbar div#search input#suchsubmit {
  width: 25px; height: 22px;
  padding: 0; border: 0 none;
  background-image: url(../images/button_search.jpg);
  cursor: hand; cursor: pointer;
}

div#navbar div#links {
  width: 273px; padding-top: 5px;
}

div#navbar div#links a {
  display: block; width: 130px;
  color: #000;
  margin-left: 75px; padding: 4px; padding-left: 18px;
  background-image: url(../images/icons/nav_dot.jpg);
  background-repeat: no-repeat;
  background-position: left 7px;
}

div#navbar div#links a:hover,
div#navbar div#links a:active { 
  color: #de2b25;
  text-decoration: none;
}

/*
  CONTENT
*/
div#content { 
  float: left;
  margin-bottom: 25px;
}

div.contentTop,
div.newsTop {
  position: relative;
  width: 526px; height: 26px;
  background-image: url(../images/news_top.jpg);
  font-weight: bold; font-size: 13px;
  padding: 10px; padding-left: 40px;
}

div.contentTop {
  background-image: url(../images/content_top.jpg);
}

div.newsTop div {
  position: absolute;
  font-weight: normal; text-align: center;
  right: 10px; top: 15px;
  width: 130px;
}

div.newsContent {
  padding-left: 17px; padding-bottom: 9px; padding-right: 10px;
  width: 550px; line-height: 150%;
  background-image: url(../images/bg_news.jpg);
  background-repeat: repeat-y;
}

div#allproducts {
  float: left;
  width: 100px;
  border: 1px solid #DDD;
  padding: 2px;
  margin-right: 19px;
}

div#allproducts a {
  background-image: url(../images/icons/dot_date.jpg);
  background-repeat: no-repeat; background-position: left 4px;
  padding-left: 15px;
  display: block;
  width: 100px;
  color: #222;
}
div#allproducts a.selected {
  color: #de2b25;
}

div#product {
  float: left; width: 420px;
  padding-top: 10px;
}
* html div#product { width: 410px }

div#product ul {
  float: left;
}

div#product ul,
div#product li {
  list-style-type: none;
  margin-left: 10px; padding-left: 0;
}

div#product ul li ul { float: none }

div#product ul li,
div#product h1 {
  background-image: url(../images/icons/dot_date.jpg);
  background-repeat: no-repeat; background-position: left 4px;
  padding-left: 15px;
}

div#product h1 {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 14px; font-weight: bold;
}

div#product img.product {
  float: left;
  margin-top: -10px;
}

/*
  FORMS
*/
/************************
  FORM ELEMENTS
************************/
div.form {
  padding: 14px;
}

div.form div {
  position: relative;
  clear: both;
  margin: 6px;
}

div.form div.formError {
  color: red;
  padding-bottom: 10px;
}

div.form div label {
  color: #555;
  cursor: pointer;
  text-align: right;
  padding-right: 30px;
  width: 120px;
  display: block;
  float: left; 
}

div.formHiglight {
  color: #444;
  background-color: #FFFFCC;
  border: 1px dashed #CCCC66;
  padding-bottom: 10px; padding-left:7px; padding-right:7px; padding-top:7px;
  clear: both;
  text-align: center;
}

.inputField,
.inputField_hover,
.inputField_focus {
  width: 280px;
  border: 1px solid #777;
  color: #444;
}
.inputField_hover,
.inputField_focus {
  border: 1px solid #222;
  color: #111;
}

textarea.inputField,
textarea.inputField_hover,
textarea.inputField_focus {
  height: 160px;
}

.inputFieldFile {
  cursor: pointer;
}

.submit,
.button {
  cursor: pointer;
}

div.submit { 
  padding-top: 10px;
  text-align: right;
  cursor: default;
}

/*
  FOOTER
*/
div#footer {
  width: 100%; padding: 9px;
  position: absolute;
  bottom: 0; left: 0;
  text-align: center;
}

div#footer a {
  color: #333;
}


/*
  Suche
*/
input#suchfeld {
  margin-top: 11px;
  margin-left: 10px;
  border: 0;
  padding: 2px;
  padding-top: 5px;
  width: 60px; height: 15px;
  background-image: url(../_gfx/nav_suche.jpg);
  background-position: top right;
}

input#suchsubmit {
  margin-top: 11px;
  width: 22px; height: 22px;
  background-image: url(../_gfx/nav_suche_submit.jpg);
  border: 0;
  cursor: pointer;
}

em {
	font-weight: bold;
	font-style: normal;
}

#output a {font-weight: bold;}

.searchword,
.searchword0,
.searchword1,
.searchword2,
.searchword3,
.searchword4,
.searchword5,
.searchword6 {
  color: #222; 
  background-color: yellow;
}
  
.mod {
  display: block;
  font-style: italic;
}

ol#suche,
ol#suche li {
  margin: 0; padding: 0;
  list-style-type: decimal;
  text-align: justify;
}

ol#suche {
  margin: 0 21px;
}

/*
  Bezugsquellen
*/

div#vpartner {
  padding-top: 10px;
}
div#vpartner a.n,
div#vpartner a.hover {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
div#vpartner div.p {
  display: none;
}

div#vpartner a.n {
  border-bottom: 1px solid #CCC;
  margin: 1px;
  margin-left: 4px;
  margin-right: 4px;
}

div#vpartner a.n img,
div#vpartner a.hover img {
  float: left;
  margin-right: 2px;
  margin-top: 1px;
}

div#vpartner a.hover,
div#vpartner a.n:hover,
div#vpartner a.n:active {
  border-bottom: 1px solid #999;
  color: #000;
}

/*
  TOOLS
*/
.bold { font-weight: bold }

.clear {
  height: 0;
  line-height: 0;
  clear: both;
}

/*
  TRANS LAYER
*/
div#trans {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  background-color: #000;
  z-index: 999;
  filter:alpha(opacity=40); 
  -moz-opacity: 0.4; 
  opacity: 0.4;
  display: none;
}

div#fly {
  display: none;
  position: absolute;
  top: 50%; left: 50%;
  z-index: 9999;
}