/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++ STYLESHEET +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  font-family: Verdana;
}

body {
  background: #454545;
  padding: 0px;
  margin: 0px;
}

img { border: 0px; }

a:link, a:visited {
	color: #D3D3D3;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++ PAGE +++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#page {
  width: 800px;
  padding-top: 10px;
  margin: 0px auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ NAVIGATION ++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#navigation {
  width: 800px;
  height: 51px;
  background: url(images/navibg.gif);
}

#navigation ul {
  margin: 0px;
  margin-left: 35px;
  padding: 0px;
  border: none;
  list-style: none;
}

#navigation li {
  float: left;
  margin: 0;
  padding: 0;
}

#navigation li a {
  display: block;

  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 45px;
  
  margin-top: 7px;
  margin-bottom: 2px;
  margin-left: 20px;
  
  background: url(images/button.gif) no-repeat;
  
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #101710;
}

#navigation li a:hover {
  color: #B8997A;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ CONTENT +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.conten_rahmen {
  width: 690px;
  height: 415px;
  
  font-size: 12px;
  color: #ffffff;
  
  overflow: auto;
}

#content {
  width: 800px;
  height: 527px;
  
  font-size: 12px;
  color: #FFFFFF;
}

.con {
  padding-top: 25px;
  padding-left: 60px;
  padding-right: 60px;
}

.starttext {
  width: 300px;
  
  padding-top: 70px;
  padding-left: 90px;
  
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #454545;
}

#content h1 {
  margin-top: 0px;
  margin-bottom: 22px;
  
  font-size: 18px;
  font-weight: bold;
  color: #454545;
}

#content h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

#content h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
  width: 750px;
  height: 33px;
  
  padding-top: 14px;
  padding-left: 25px;
  padding-right: 25px;
  
  background: url(images/footer.gif);
  
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
}

#footer a {
  text-decoration: none;
  color: #FFFFFF;
}

#footer a:hover {
  text-decoration: underline;
}
