﻿html
{
 background: #ebeff7;
}
body
{
  font: 100% arial, verdana, helvetica, geneva, sans-serif;
  background: #ebeff7;
  color: #333;
  margin: 12px 0 0 0;
  padding: 0 0 8px 0;
}
a
{
   color: #ec2529;
   text-decoration: none;

}
a:hover
{
 text-decoration: underline;
}
p
{
  margin: 0;
  padding: 0;
}

ul, ol, li
{
  margin: 0;
  padding: 0;
  font-size: 100%;
}
img,
a img
{
border: 0;
}

h1
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 20px;
  line-height: 20px;
  color: #ec2529;
}
h2
{
  margin: 40px 0 0 0;
  padding: 0;
  font-size: 16px;
  color: #ec2529;
}
h3
{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ec2529;
}
h4
{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ec2529;
}
h5
{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ec2529;
}
h6
{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ec2529;
}

table
{
   font-size: 100%;
}


.header,
.content,
.footer
{
  width: 699px;
  margin: 0 auto;
}


.header
{
  padding-top: 63px;
  position: relative;
  border-top: 2px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #507fca url(../images/bg_header.jpg) left top repeat scroll; ;
}

.content
{
  position: relative;
  border: 1px solid #000;
  background: #fff url(../images/grid.gif) left top repeat scroll;
  font-size: 13px;
  line-height: 20px;
}
.content-padding
{
  margin: 40px 84px 40px 84px;
}

.content p
{
  margin: 20px 0 0 0;

}

.content ul
{
  margin: 20px 0 0 0;
  padding: 0 0 0 20px;
  list-style-type: disc;
 /* position: relative;*/
  list-style-position: outside;
  list-style-image: url(../images/list_icon.gif);

}
.content ul.ref-list
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
 .ref-list li
 {
   position: relative;
   clear: both;
   margin-top: 20px;
   padding-left: 18px;
   background: transparent  url(../images/list_icon.gif) left top no-repeat scroll;
 }
 .ref-list img
 {
   float: right;
 }
 .ref-list a
 {
   display: block;
   width: 100%;
   color: #333;
   text-decoration: none;
   position: relative;
 }
 .ref-list a:hover
 {
  color: #ec2529;
  text-decoration: underline;

 }

.footer
{
  border: 1px solid #000;
  background: #333;
  color: #ededed;
  font-size: 11px;
  text-align: right;
}
.footer p
{
   padding: 1px 5px 1px 17px;
}
.footer a
{
  float: left;
  color: #ededed;
  text-decoration: none;
}
.footer a:hover
{
  text-decoration: underline;
}

/* Navigation */

ul#nav {
      	position: relative;
	width: 346px;
	margin: 0 0 0 340px;
	height: 22px;
	list-style-type: none;
	overflow: hidden;
}

ul#nav li a {
         display: block;
	position: absolute;
	top: 0;
	width: 86px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px!important;
         background: transparent url(../images/navi.gif) 0 0  no-repeat;
}

ul#nav li#lei a 	       		{ background-position: 0 0;  left: 0; }
ul#nav li#lei a:hover		{ background-position: 0 -56px; }
ul#nav li#lei a.active,
ul#nav li#lei a.active:hover	{ background-position: 0 -28px; }

ul#nav li#ref a 			{ background-position: -86px 0; left: 86px; }
ul#nav li#ref a:hover		{ background-position: -86px -56px; }
ul#nav li#ref a.active,
ul#nav li#ref a.active:hover	{ background-position: -86px -28px; }

ul#nav li#his a 			{ background-position: -172px 0; left: 172px; }
ul#nav li#his a:hover		{ background-position: -172px -56px; }
ul#nav li#his a.active,
ul#nav li#his a.active:hover	{ background-position: -172px -28px; }

ul#nav li#kon a 			{ background-position: -258px 0px; left: 258px; }
ul#nav li#kon a:hover		{ background-position: -258px -56px; }
ul#nav li#kon a.active,
ul#nav li#kon a.active:hover	{ background-position: -258px -28px; }

/* ---------------------------- */

/* Pager Navigation */


ul#pager {
      	position: relative;
	width: 346px;
	margin: 22px 0 0 -2px;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
}

ul#pager li a {
         display: block;
	position: absolute;
	top: 0;
	width: 20px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px!important;
         background: transparent url(../images/pager_navi.gif) 0 0  no-repeat;
}

ul#pager li#ref-prev a 	       	{ background-position: -0 0;  left: 0; }
ul#pager li#ref-prev a:hover	{ background-position: -0 -40px; }

ul#pager li#ref1 a 		{ background-position: -20px 0; left: 40px; }
ul#pager li#ref1 a:hover		{ background-position: -20px -40px; }
ul#pager li#ref1 a.active,
ul#pager li#ref1 a.active:hover	{ background-position: -20px -20px; }

ul#pager li#ref2 a 		{ background-position: -40px 0; left: 80px; }
ul#pager li#ref2 a:hover		{ background-position: -40px -40px; }
ul#pager li#ref2 a.active,
ul#pager li#ref2 a.active:hover	{ background-position: -40px -20px; }

ul#pager li#ref3 a 		{ background-position: -60px 0px; left: 120px; }
ul#pager li#ref3 a:hover		{ background-position: -60px -40px; }
ul#pager li#ref3 a.active,
ul#pager li#ref3 a.active:hover	{ background-position: -60px -20px; }

ul#pager li#ref4 a 		{ background-position: -80px 0; left: 160px; }
ul#pager li#ref4 a:hover		{ background-position: -80px -40px; }
ul#pager li#ref4 a.active,
ul#pager li#ref4 a.active:hover	{ background-position: -80px -20px; }

ul#pager li#ref5 a 		{ background-position: -100px 0px; left: 200px; }
ul#pager li#ref5 a:hover		{ background-position: -100px -40px; }
ul#pager li#ref5 a.active,
ul#pager li#ref5 a.active:hover	{ background-position: -100px -20px; }


ul#pager li#ref-next a           { background-position: -200px 0;  left: 240px; }
ul#pager li#ref-next a:hover     { background-position: -200px -40px; }


/* ---------------------------- */


a.home-link
{
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 241px;
  height: 58px;
}

.ref-list a.invisible
{
 position: absolute;
  top: -2000px;
  left: -2000px;
  display: inline;
  width: auto;
  height: 0;

}

.float-left
{
  width: 290px;
  float: left;  
}
.float-right
{
  width: 215px;
  float: right;  
}
.clearing
{
  clear: both;
  line-height: 1px;
  height: 1px;
}

form input,
form textarea
{
  width: 100%;
}

.red
{
  color: #ec2529;
}

.notdienst
{
	
  position: absolute;
  top: 0px;
  right:0px;
   width: 405px;
  display: block;  	
	 color: #ec2529;
	 font-size: 90%;
	 overflow:visible;
	
}
.notdienst p
{
     border-left: 1px solid #000;
	  border-bottom: 1px solid #000;
	   text-align: center;
	   background: #fff;
	   padding: 3px 3px 2px 3px;
	   
}
.notdienst small
{
	font-size: 80%;
	}
