* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-size: 12px;
  color: white;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#start {
  position:relative;
  width:970px;
  margin: auto;
}

#header {
  position:relative;
  width:970px;
  height:91px;
  top:0px;
}

#container {
  position:relative;
  width:970px;
  background-color:#FFFFFF;
}

#nav {
  position: relative;
  width: 233px;
  float:left;
  min-height: 452px;
  height: auto !important;
  height: 452px;
  padding-left:15px;
  margin-right:15px;
}

#content {
	position: relative;
	width: 707px;
	float: right;
	min-height: 452px;
   height: auto !important;
   height: 452px;
}

#left {
  position: relative;
  width: 339px;
  float:left;
  margin-right:13px;
  min-height: 452px;
  height: auto !important;
  height: 452px;
}

.leftgelb {
	background-image: url(images/content/gelb.gif); 
	background-repeat: no-repeat;
}

.leftorange {
	background-image: url(images/content/orange.gif); 
	background-repeat: no-repeat;
}

.lefthellgruen {
	background-image: url(images/content/hellgruen.gif); 
	background-repeat: no-repeat;
}

.leftgruen {
	background-image: url(images/content/gruen.gif); 
	background-repeat: no-repeat;
}

.leftblau {
	background-image: url(images/content/blau.gif); 
	background-repeat: no-repeat;
}

.leftviolett {
	background-image: url(images/content/violett.gif); 
	background-repeat: no-repeat;
}

.bg_brown {
	background-image: url(images/content/bg_right_brown.jpg); 
	background-repeat: no-repeat;
}

.bg_brown_2 {
	background-image: url(images/content/bg_right_brown_2.jpg); 
	background-repeat: no-repeat;
	background-color:#1D0D00;
}


#right {
	position: relative;
	width: 339px;
	float: left;
	min-height: 452px;
   height: auto !important;
   height: 452px;
}

#footer {
  position: relative;
  width: 970px;
  height: 30px;
  margin-top:16px;
  text-align:center;
}

/* container ende */

h1 {
  font-weight: bold;
  font-size:14px;
  color:white;
  margin-top:20px;
  margin-bottom:0px;
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:white;
  background-color: #6B3B14;
  padding:3px;
  margin:0px;
}

/* links */
a,a:link,a:visited,a:active {
  font-style: normal;
  color: white;
  text-decoration: underline;
  font-weight:bold;
}

a:hover {
  font-style: normal;
  color: white;
  text-decoration: none;
  font-weight:bold;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  color:white;
  text-decoration: underline;
  font-weight : normal;
}

a.blacklink:hover {
  text-decoration:none;
  color:white;
  text-decoration: none;
  font-weight : normal;
}

input,textarea,select{
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}

.none {
	background-color: #594739;
	text-align:center;
	width:10%;
}

.apo1 {
	background-color: #214FA4;
	text-align:center;
	width:15%
}

.apo2 {
	background-color: #397AF3;
	text-align:center;
	width:15%
}

.apo3 {
	background-color: #94B6F4;
	text-align:center;
	width:15%
}
