/* HTML begin */
/*****************************************************************************/
body {
  font-size: 85%;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  /*height: 100%;*/
  text-align: center;
  background-image: url("../grafik/body_bg.png");
  background-position: center 0;
  background-repeat: repeat-y;
  background-color: #a9a9a9;
  color: #333333;
}

td, th, textarea {
  margin: 0;
  padding: 0;
  font-size: 85%;
}

p {
  color: #333333;
}

img {
	border: 0;
  outline: none;
  display: block;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
  font-family: arial, helvetica, sans-serif;
}

a {
  color: green;
  /*color: #054015; */
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #333333; 
  xtext-shadow: 1px 1px 0px #333333;
  
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 10px 0;
  color: #333333; 
}

p {
  margin: 0 0 10px 0;
}

ul {
  list-style-image: url(../grafik/li.png);
  list-style-position: outside;
  adding: 0;
  argin: 0;
}
ul ul {
  list-style-image: url(../grafik/subli.png);
  adding: 0 0 0 18px;
}
ul ul ul {
  list-style-image: url(../grafik/subsubli.png);
}
/*****************************************************************************/
/* HTML end */


/* Seite begin */
/*****************************************************************************/
div#all {
  width: 990px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  ackground: #ffffff;
  color: #000000;
}

div#header {
  height: 150px;
  background: #333333;
  background-position: right 0; 
  background-repeat: no-repeat; 
}

div#banner {
  background-image: url(../grafik/fadeBanner.png); 
  height: 150px;
}

div#logo {
  float: left;
  height: 100px;
  /*width: 290px;*/
}
div#logo img {
  margin: 5px 0;
  width: 550px;
}
div#logo h1 {
  color: #cccccc;
  font-size: 4em;
  padding: 20px 20px 0 20px;
  margin: 0;
  font-weight: normal;
}
div#logo h2 {
  color: #cccccc;
  font-size: 1.5em;
  padding: 0 0 0 20px;
  margin: 0;
  font-weight: normal;
}
div#logo a {
  text-decoration: none;
}


div#language {
  ext-align: center;
  float: right;
  height: 25px;
  margin: 4px 5px 0 0;
}

/* Menü siehe Abschnitt unten */

div#band {
  height: 80px;
  position: relative;
}

div#suchen {
  float: right;
  background: url("../grafik/white75.png");
  border: 1px solid #607d68;
  padding: 1px;
  margin: 5px 10px;
}
input.suchen {
  background: transparent;
  padding: 0 3px;
  width: 88px;
  border: 0;
  color: #05541b;
  float: left;
}

div#position {
  float: left;
  width: 300px;
  height: 80px;
  color: #ffffff;
}
div.position {
  margin: 30px 20px 10px 20px;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
}

div.subtext {
  margin: 0 20px;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
}

div.footer {
  font-size: 0.9em;
  argin: 30px 0 0 0;
  padding: 3px 0px;
  background-color: #05541b;
  color: #e0e0e0;
  font-style: italic;
}

div.footer div.info {
  float: left; 
  padding: 0 5px; 
  border-right: 1px solid #999999;
}

div.footer a {
  padding: 0 5px; 
  color: #ffffff; 
  font-style: normal;
}

div.clear {
  clear: both;
}
/*****************************************************************************/
/* Seite end */