﻿/*############################# Hauptklassen #############################*/
body {
  margin: 0;
  background-color: #fff;
  color:#404050;
  font: normal normal normal 1em/1.5em Tahoma,Verdana,Helvetica,sans-serif;
  text-align:left;
}

/*############################# Header #############################*/
#header {
  width: 100%;
  height:170px;
  margin-bottom: 20px;
  background-image: url(images/header.png);
}
#header a {
  color:#404050;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font: normal normal bold 0.8em/1em Tahoma,Verdana,Helvetica,sans-serif;
}
#logo{
  width: 260px;
  height:150px;
  background: transparent url(images/logo.png) scroll no-repeat 0px -106px;
  float: left
}
#button_a, #button_a:link, #button_a:active, #button_a:visited {
  width: 150px;
  height:14px;
  margin-left: 90px;
  background: transparent url(images/button1.png) scroll no-repeat;
  padding-top: 136px;
  float: left;
  display:block;
}
#button_a:hover {
  width: 150px;
  height:145px;
  margin-left: 90px;
  padding-top: 5px;
  background: #ffc000 url(images/button1.png) scroll no-repeat;
  float: left
}
#button_b, #button_b:link, #button_b:active, #button_b:visited {
  width: 150px;
  height:14px;
  background: transparent url(images/button2.png) scroll no-repeat;
  padding-top: 136px;
  float: left;
  display:block;
}
#button_b:hover {
  width: 150px;
  height:145px;
  background: #008abc url(images/button2.png) scroll no-repeat;
  padding-top: 5px;
  float: left;
  display:block;
}
#button_c, #button_c:link, #button_c:active, #button_c:visited {
  width: 150px;
  height:14px;
  background: transparent url(images/button3.png) scroll no-repeat;
  padding-top: 136px;
  float: left;
  display:block;
}
#button_c:hover {
  width: 150px;
  height:145px;
  background: #00c359 url(images/button3.png) scroll no-repeat;
  padding-top: 5px;
  float: left;
  display:block;
}
#links{
  width: 100%;
  height: 20px;
  color: #ebebeb;
  font: normal normal bold 1em/1em Tahoma,Verdana,Helvetica,sans-serif;
  background: transparent;
  float: left;
}
#links  a{
  color: #ffc000;
  text-decoration: underline;
}
#links a:hover{
  color: #ffc000;
  text-decoration: none;
}

/*############################# Inhalt #############################*/
.content {
	width: 800px;
	margin: 0 auto;
}

/*############################# Footer #############################*/
#footer {
  width: 100%;
  height:385px;
  background-image: url(images/footer.png);
}
#footerlogo{
  width: 250px;
  padding-top:225px;
  padding-left:10px;
  color: #ebebeb;
  font: normal normal bold 0.8em/1.2em Tahoma,Verdana,Helvetica,sans-serif;
  background: transparent url(images/logo.png) scroll no-repeat 0px 0px;
  float: left;
}
#footerlogo  a{
  color: #ffc000;
  text-decoration: underline;
}
#footerlogo a:hover{
  color: #ffc000;
  text-decoration: none;
}
.feld {
  width: 200px;
  color: #ebebeb;
  padding-top:110px;
  padding-left:70px;
  font: normal normal bold 0.8em/1.2em Tahoma,Verdana,Helvetica,sans-serif;
  float: left;
}
.feld  a{
  color: #ffc000;
  text-decoration: underline;
}
.feld  a:hover{
  color: #ffc000;
  text-decoration: none;
}

/*############################# Links / Kontainer #############################*/

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a {
	color:#ffc000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color:#ffc000;
	font-weight: bold;
}
h1 {
	color: #ffc000;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	color: #ffc000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
}
h3 {
	color: #ffc000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}
#debug {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  padding: 5px;
  color: #757575;
  font-family: Tahoma;
  font-size: 10px;
  overflow: auto;
  line-height: 150%;
}
#errors {
  color:#DD3300;
}
#sql {
  color:#666666;
}

/*############################# ajax #############################*/
#ajax_loading {
  position:absolute;
  top:20px;
  right:60px;
}