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


html {
  overflow-y:scroll;
}

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

}

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

/* container */

#start {
  position:relative;
}

#header {
  position:relative;
  height:169px;
  margin:auto;
  width:965px;
}

#nav {
  position:absolute;
  top:98px;
  left:0px;
}

#logo {
	position:absolute;
	top:47px;
	right:0px;
	text-align:right;
}

#content {
  position:relative;
  margin:auto;
  width:965px;
  min-height:392px;
  height: auto !important;
  height:392px;
  background-repeat:no-repeat;
}

#content2 {
  position:relative;
  margin:auto;
  width:865px;
  min-height:192px;
  height: auto !important;
  height:192px;
  background-color:#A50808;
  background-repeat:no-repeat;
  padding:150px 50px 50px 50px;
}

#start_text{
	position:absolute;
	top:180px;
	left:8px;
}

#start_img1{
	position:absolute;
	top:288px;
	left:0px;
}

#start_text1{
	position:absolute;
	top:288px;
	left:110px;
}

#start_img2{
	position:absolute;
	top:288px;
	left:330px;
}

#start_text2{
	position:absolute;
	top:288px;
	left:440px;
}

#start_img3{
	position:absolute;
	top:288px;
	left:680px;
}

#start_text3{
	position:absolute;
	top:288px;
	left:790px;
}

#footer {
  position: relative;
  width:965px;
  margin:auto;
  height:70px;
  margin-top:10px;
  background-image: url(images/footerline.gif);
  background-repeat: repeat-x;
  background-position:top;
  color:#333333;
}

#foot_left{
	position:absolute;
	top:10px;
	left:10px;
	width:205px;
	background-image: url(images/footerline2.gif);
   background-repeat: repeat-y;
   background-position:right;
	height:40px;
}

#foot_middle{
	position:absolute;
	top:10px;
	left:250px;
	width:500px;
	background-image: url(images/footerline2.gif);
   background-repeat: repeat-y;
   background-position:right;
	height:40px;
}

#foot_right{
	position:absolute;
	top:10px;
	left:780px;
	width:180px;
	height:40px;
}


h1 {
  font-weight: bold;
  font-size:14px;
  color:#F4D959;
  margin:0px;
  padding:0px;
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#F4D959;
  margin:0px;
  padding:0px;
}

a,a:link,a:visited,a:active {
  font-style:normal;
  color: #F4D959;
  text-decoration:underline;
  font-weight:normal;
}

a:hover {
  font-style: normal;
  color: #F4D959;
  text-decoration:none;
  font-weight:normal;
}


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

a.blacklink:hover {
  color:#333333;
  text-decoration:underline;
  font-weight:normal;
}

a.footerlink:link,a.footerlink:visited,a.footerlink:active {
  color:#333333;
  text-decoration:underline;
  font-weight:normal;
}

a.footerlink:hover {
  color:#333333;
  text-decoration:none;
  font-weight:normal;
}


.bord {
   position:relative;
	background-image: url(images/splitline.gif);
   background-repeat: repeat-x;
	background-position:center;
	margin-top:8px;
	margin-bottom:8px;
	line-height:3px;
}


/* ############### NOTDIENSTKALENDER ########################## */

.apo {
  background-color: #FFFFFF;
  font-weight: normal;
  color: #000000;
}

.apoa {
  background-color: #E44E74;
  font-weight: bold;
  color: #FFFFFF;
}

.apob {
  background-color: #FBA300;
  font-weight: bold;
  color: #FFFFFF;
}

.apoc {
  background-color: #4A94F7;
  font-weight: bold;
  color: #FFFFFF;
}

.apod {
  background-color: #000099;
  font-weight: bold;
  color: #FFFFFF;
}

.apoe {
  background-color: #006600;
  font-weight: bold;
  color: #FFFFFF;
}

.apof {
  background-color: #81C770;
  font-weight: bold;
  color: #FFFFFF;
}

.apog {
  background-color: #663300;
  font-weight: bold;
  color: #FFFFFF;
}

.apoh {
  background-color: #990066;
  font-weight: bold;
  color: #FFFFFF;
}

.apoi {
  background-color: #D2B85B;
  font-weight: bold;
  color: #FFFFFF;
}

.apok {
  background-color: #FFFF99;
  font-weight: bold;
  color: #000000;
}

/* ############### NOTDIENSTKALENDER ENDE #################### */


ul {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
}

li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-repeat: no-repeat;
	list-style-type: disc;
	list-style-image: url(images/icon.gif);
}

.img_bord{
	padding:2px;
	border:1px solid #C7766F;
}






