/* Elements */

* {
  margin:0;
  padding:0;
}

body {
  font: 62.5% Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  text-align: center;
}

ul {
  list-style-position:  inside;
  list-style-type: square;
}

ol {
  list-style-position:  inside;
}


img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

hr {
  border-color:#EE7900;
  outline-color: #EE7900;
  background-color: #EE7900;
  color: #EE7900;
  height: 1px;
  margin: 3mm;
  padding: 0;
}

div {
  text-align: left;
}


/* Layers */

#page {
  background-color: white;
  width: 694px;
  margin: 0 auto;
  margin-top: 20px;
}

#navigation {
  display: none;
}

#right {
  display: none;
}

#functions {
  display: none;
}

#legal {
  padding: 0px;
  width: auto;
}


/* Object formatting */


#footer div ul  { 
  list-style: none;
}

#footer div ul li { 
  display: inline; 
}

#footer div ul li {
  color: #00417D;
}

a:link, a:active {
  color: #00417D;
}

a:visited {
  color: #00417D;
}

a:hover {
  color: #B01415;
}

#legal span, #legal a {
  display: none;
}

#header img {
   margin-bottom: 10px;
}

/* Content */

#content div.image {
  display: block;
  background-image: url(../images/content_bg.jpg);
  background-repeat: no-repeat;
  width: 694px;
  padding-top: 20px;
}

.dummy1 {
  display: none;
}


.dummy2 {
  display: none;
}


#content h1 {
  margin-left: 1cm;
  font-size: 1.4em;
}

#content div.image img {
  display: none;
}

#content div p, #content div ul, #content div ul ul, #content div ol, #content div ol ul {
  margin-left: 1cm;
  font-size: 1.2em;
}

#content div h2 {
  margin-left: 1cm;
  font-size: 1.2em;
}

#content div p strong {
  font-weight: bold;
}


#content div div.content {
  clear: both;
}



blockquote {
  font-weight: bold;
  margin-left: 2cm;
  color: #4b4b4b;
}

h1 {
  margin-top: 1cm;
}

#applynow, #applynowde {
   display: none;
}

#hrcontentbottom {
   margin-top: 1cm;
}

.contentbox a {
  display: none;
}


#content div ul.arrow {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin-left: 26px;
}

a.arrow {
  display: block;
  float: left;
  padding-left: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: scroll;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/btns_icons/pfeil_low.gif);
}

#content a.arrow2 {
  margin-left: 26px;
  line-height: 1.3em;
  font-size: 1.2em;
  display: block;
  padding-left: 17px;
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-attachment: scroll;
  font-weight: normal;
  text-decoration: none;
  background-image: url(../images/btns_icons/pfeil_low.gif);
}

a.totop {
  display: none;
}

#content div h2.caps {
  /*text-transform: uppercase;*/
  color: #b02a30; /* #4b4b4b;*/
  font-size: 1.3em;
}

#content div h3 {
  margin-left: 1cm;
  font-size: 1.2em;
}

#content ul, #content ol {
  padding-left: 1cm;
}
#content ol ul  {
  padding-left: 0px;
}
