/*main.css*/

html, body { 
  width: 100%; 
  height: 100%; 
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  background-image: url(../pics/.jpg);
  font-family: Tahoma, Arial, Lucida, Helvetica, Helv, sans-serif;
  color: #000000;
}

h1, h2, h3, h4 {
  color: #000000;
  font-style:normal;
}

h1 { font-size: 1.3em; text-align: left; color: #000000; font-weight:bold;}
h2 { font-size: 1.2em; text-align: left; color: #000000; font-weight:bold;}
h3 { font-size: 1.1em; text-align: left; color: #000000; font-weight:bold;}
h4 { font-size: 1em; text-align: left; color: #000000; font-weight:bold;}
h5 { font-size: 0.9em; text-align: left; color: #000000; font-weight:bold;}
h6 { font-size: 0.8em; text-align: left; color: #000000; }

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #f36523;
  text-decoration: underline;
}

a:visited {
  color:  #000000;
}

img {
 border:inherit;
}

#intro {
  width:100%;
  margin: 1em 0 1em 0;
  padding:0;
  text-align:center;
  font-size:0.5em;
}

#container {
  width: 85%;
  min-height: 80%;
  height:  auto !important; /* moderne Browser */
  height: 100%; /* IE */
  margin: auto;
  margin-top: 1em;
  margin-bottom: 0;
  border: none;
  padding: 1em 1em 1em 0;
  background-repeat: repeat;
  background-color: white;  
  color: #000000;
}

#Form {
  float: none;
  width: 54em;
  margin: 1em 1em 1em 1em;
  border: none;
  padding: 1em 1em 1em 1em;
  background: #ffffff;


  background-repeat: no-repeat;
}

#PageContent {
  margin: 1em 1em 1em 16em;
  border: none;
  padding: 0em 1em 1em 1em;
  font-size: 90%;
  text-align: left;
  background-color: #ffffff;
}

#Links{
  text-align: center;
  font-size: 70%;
}

#Links li {
  list-style: none;
  display: inline;
}

#Links li a {
  padding: 1px 1em;
  text-decoration: none;
  color: #f36523;
}

#Links a:hover {
  color: black;
  background-color: #ffffff;
  border-style: ridge;
}

#Logo {
  width: 8em;
  margin: 2em 1em 2em 0;
  position: absolute;
  border: none;
  text-align: left;
}

#outro {
  width:100%;
  margin: 0;
  padding:0;
  text-align:center;
  font-size:0.4em;
}

#PageFooter {
  position: relative;
  bottom: 0;
  padding: 1em;
  font-size: 0.6em;
  font-weight: normal;
  text-align: center;
  color: #000000;
}

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#f36523; margin:0 5px;}
.b2 {height:1px; background:#f36523; border-right:2px solid #f36523; border-left:2px solid #f36523; margin:0 3px;}
.b3 {height:1px; background:#f36523; border-right:1px solid #f36523; border-left:1px solid #f36523; margin:0 2px;}
.b4 {height:2px; background:#f36523; border-right:1px solid #f36523; border-left:1px solid #f36523; margin:0 1px;}
.contentb {background: transparent; border-right:1px solid #f36523; border-left:1px solid #f36523; margin:0;}
.contentb div {margin-left: 2px;}

.alignc {
  text-align:center;
  font-size:x-small;
}

.alignr {
  text-align: right;
}

.bold {
 font-weight: bold;
}

.subheader {
  font-size: 80%;
  font-weight: normal; 
  text-align:center;
}

.lethumb {
 float: left;
 position: static;
 padding: 0em 1em 0 1em;
}

.rithumb {
 float:right;
 position: static;
 padding: 0em;
 font-size: x-small;
}