html, body {
  margin: 0;
  padding:0;
  height: 100%;
  
  background:#fff;
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}


/* container */

#all {
  margin:0 50px;
  position: relative;
  width:960px;
  min-height: 100%; 
  height:auto !important;/* moderne Browser */
  height:100%; /* IE */
}

#header {
  position: relative;
  top: 25px;  
  width:958px;
  height:298px;
  border:1px solid #009f8e;
}

#header #img {
  width:800px;
  height:298px;
  float:right;
}

#header #logo {
  width:117px;
  height:117px;
  margin:30px 0 0 30px;
  padding:0;
}

#header #navigation1 {
  position:absolute;
  bottom:0;
  width:147px;
}

#header #navigation2 {
  position:absolute;
  bottom:0;
  width:220px;
}

#subheader {
  margin-top:25px;
  width:820px;
  padding:5px 70px;
}


#subnavigation {
  width:330px;
  float:left;
}

#headline1,
#headline2 {
  border-top:1px solid #b2b2b2;
  border-bottom:1px solid #b2b2b2;
}

#headline1 {
  width:900px;
  padding:5px 30px;
}

#headline2 {
  width:630px;
  _width:627px;
  margin-left:330px;
  padding:5px 0;
}

#supportNavigation {
  border-bottom:1px solid #b2b2b2;
  width:960px;
  padding: 0 0 15px 0;
}

#content1 {
  width:900px;
  padding:30px 30px 50px 30px;
  clear:both;
}

#content2 {
  width:630px;
  _width:627px;
  margin-left:330px;  
  padding:30px 0 50px 0;  
}

#footer {
  position: absolute;
  bottom: 25px;
  width:960px;
  border-bottom:1px solid #b2b2b2;  
}



/* text layout */

h1 {
  margin:0;
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #009e8e;
  font-weight:bold;
}

h2 {
  margin:0 0 1em 0;
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
}

img {
  border:0;
}

a,
a:link,
a:visited {
  /*color: #333;*/
  color: #009e8e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #009e8e;
}
a:active {
  text-decoration: none;
  color: #666;
}


.headerImg {
  text-align:right;
}


.navigation1 ul {
  margin:0;
  padding:0;
}

.navigation1 ul li {
  width:147px;
  height:24px;
  margin:0;
  padding:0;
  border-top: 1px solid #b2b2b2;
  list-style: none;
}

.navigation1 ul li img {
  vertical-align:bottom;
}

.navigation1 ul li.first {
  border-top: 0;
}

.navigation2 ul {
  margin:0;
  padding:0;  
}

.navigation2 ul li {
  width:220px;
  height:24px;
  line-height:24px;
  margin:0;
  padding:0;
  border-top: 1px solid #b2b2b2;
  list-style: none;
}

.navigation2 ul li.first {
  border-top: 0;
}

.navigation2 ul li a {
  display:block;
  padding:0 12px;
}

.navigation2 ul li.current a,
.navigation2 ul li a:hover {
  background-color:#efefef;
  text-decoration:none;
}

/* support navigation */
.supportNavigation ul {
  margin: 0;
  padding:0;
}

.supportNavigation ul li.head {
  width:220px;
  margin:0 50px 0 0;
  padding:0;
  list-style:none;
  float:left;
}

.supportNavigation ul li {
  margin:0;
  padding:0;
  list-style:none;
}

.supportNavigation ul li.head ul {
  border-top:1px solid #b2b2b2;
  width:220px;
}

.supportNavigation ul li span,
.supportNavigation ul li ul li {
  padding: 3px 13px;
  display:block;
}

.supportNavigation ul li.current a {
  font-weight:bold;
}

.subheader {
  line-height: 30px;
  text-align:right;
}

.subnavigation ul {
  margin: 0 30px;
  padding:0;  
}

.subnavigation ul li {
  margin:6px 0;
  padding:0;
  list-style: none;
}

.headline {
  line-height: 30px;
}

.headline h1 {
  float:left;
}

.content p {
  width:500px;
}

div.imgSelect {
  float:right;
}

div.imgSelect ul {
  margin:0;
}

div.imgSelect ul li {
  display:inline;
  margin-left:5px;
}

div.userinfo {
  float:right;
  margin-left:50px;
}


p.bottom-line {
  padding-bottom:10px;
  border-bottom: 1px solid #009f8e; 
  width:500px;
  _width:497px;
  padding-right:130px;  
}  

span.marked {
  color: #009f8e;    
}

a.download {
  display:inline-block;
  padding-left: 28px;
  line-height:32px;
  background: transparent url(/fileadmin/site/images/file.gif) no-repeat center left;
}

a.download-pdf {
  display:inline-block;
  padding-left: 28px;
  line-height:32px;
  background: transparent url(/fileadmin/site/images/pdf.gif) no-repeat center left;
}

span.marked-bold {
  color: #009f8e; 
  font-weight:bold;  
} 

/* form */

p.feedbackButton span {
  margin: 4em 0 0 0;
  color: #009e8e;
  text-decoration: none;
  cursor:pointer;
}
p.feedbackButton span:hover,
.over {
  text-decoration: underline;
}

fieldset {
  border:0;
  margin:2em 0;
  padding:0;
}

fieldset.feedback {
  border:1px solid #b2b2b2;
  margin:4em 0 1em 0;
  padding:0.3em 0em 0.3em 1em;
  width:65em;
}

legend {
  font-weight:bold;
  color:#666666;
}

label {
  width:10em;
  display:block;
  float:left;
  padding-right:1em;
}

input,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

input.text {
  border: 1px solid #b2b2b2;
  width:18em;
}

textarea.text {
  border: 1px solid #b2b2b2;
  width:52em;
  height:7em;
}

input.button {
  cursor:pointer;
  margin-top:0.5em;
  border:1px solid #ccc;
  font-weight:bold;
  background:#eee;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
/*  border-radius: 3px;*/
}

div.input {
  margin: 0.5em 0;
  clear:left;
}

div.video {
  margin-top: 15px;
}

div.clear {
  clear:both;
}

div.clearFooter {
  clear:both;
  margin-bottom:10px;
}

div.toTop {
margin: 0 0 30px 0;
}