html, body		{
	margin: 0 0 0 0;
	background-color: #243f8a;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #333333;
}

body			{
	background: url('design/bg-body.gif') repeat-x top;
}

p
{
  text-align: justify;
}

img
{
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-right: 5px;
  float: left;
}

img.imageRight
{
  margin-left: 5px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-right: 30px;
  float: right;
}

img.imageNoPad
{
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 30px;
  float: right;
}

#mantel			{
	width: 843px;
	background-color: #FFFFFF;
	font-size: 12px;
}

#header			{
	position: relative; 
	height: 86px;
	background: url('design/bg-header.gif') repeat-x bottom;
	color: #FFFFFF;
}

#tabmenue		{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#contentbox		{
	overflow: hidden;
	background: url('design/bg-content.gif') repeat-y left;
}

#contentbox	p
{
  margin-left: 20px;
  margin-right: 30px;
}

#contentbox h1
{
  margin-left: 20px;
  margin-right: 30px;
}

#contentbox	h2
{
  margin-left: 20px;
  margin-right: 30px;
}

#sidebar		{
	float: left;
	width: 204px;
	padding-top: 50px;
}

#content		{
	margin: 0 0px 0 225px;
}

.site-image		{
	height: 128px;
	background: url('design/content-img.jpg') no-repeat center;
	margin: 14px 0 0 0;
}

#footer			{
	background-color: #7b90cb;
	color: #FFFFFF;
	padding: 10px 0 10px 254px;
	font-size: 11px;
	overflow: hidden;
}

#footer a {
	color: #FFFFFF;
	font-size: 11px;
}

.news-left		{
	float: left;
	width: 277px;
	padding: 0 5px 0 0;
}

.news-right		{
	float: left;
	width: 242px;
	padding: 0 5px 0 5px;
	border-left: 1px solid #FFFFFF;
}


#bottom			{
	clear: left;
	height: 8px;
	background: url('design/bg-bottom.gif') no-repeat bottom;
	background-color: #7b90cb;
}

#daten			{
	margin-top: 8px;
	width: 768px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.clear			{
	clear:left;
}

/* ###################### Menue ######################### */

#menue UL {
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	list-style-type: none;
}


#menue LI {
  border-left: 8px solid #243f8a;
	background-color: #a6b4d9;
	border-bottom: 1px solid #243f8a;
	border-top: 1px solid #243f8a;
	border-right: 1px solid #243f8a;
	margin: 0 0 2px 0;
	width: 190px;
}


#menue LI A {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	text-decoration: none;
	color: #243f8a;
	font-weight: normal;
	min-height: 22px;
	line-height: 22px;
	
}

#menue LI A:visited {
	text-decoration: none;
}

#menue LI A:hover {
	text-decoration: underline;
}

#menue LI.homeLink a
{
  background-color: #4A66B0;
  color: #E9ECF5;
  line-height: 35px;
  min-height: 35px;
}

#menue LI.submenue a
{
  background-color: #DDDDDD;
  color: #243f8a;
  line-height: 22px;
  min-height: 22px;
}
/* ######################################################### */

/* ###################### Tab Menue ######################## */


    #tab-menue {
      line-height:normal;
      font-size: 11px;

      }
    #tab-menue ul {
	  margin:0;
	  padding:10px 0 0 50px;
	  list-style:none;
      }
    #tab-menue li {
      display:inline;
      margin:0;
      padding:0;
      height: 22px;
      width: 23px;
      }
    
    #tab-menue a {
      float:left;
      background:url("design/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 15px;
      text-decoration:none;
      height: 22px;
      line-height: 22px;
      }
      
     #tab-menue a.start {
      float:left;
      background: url('design/tableft.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 36px;
      text-decoration:none;
      height: 22px;
      line-height: 22px;
      }

    #tab-menue a span {
      float:left;
      display:block;
      background:url("design/tabright1.gif") no-repeat right top;
      padding: 0 10px 0 0;
      color: #FFFFFF;
      }
    /* Hack für IE5-Mac \*/
    #tab-menue a span {float:none;}

    #tabs a:hover span {
      color:#627EB7;
      }
    #tab-menue a:hover {
      background-position:0% -22px;
      }
    #tab-menue a.start:hover {
      background-position:0% -22px;
      }
    #tab-menue a:hover span {
      background-position:100% -22px;
      }
/* ######################################################### */


/* ######################################################### */

#header h1		{
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	line-height: 60px;
}

h2.teaser		{
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #6a81c0 url('design/bg-teaser.gif') repeat-x bottom;
}

p.teaser		{
	background-color: #f3f3f3;
	padding: 4px;
	color: #243f8a;
	margin-top: 0;
}

#content h1		{
	font-size: 16px;
	font-weight: normal;
	color: #243f8a;
}

#footer h2		{
	font-size: 14px;
	margin: 0 0 0 0;
}

#content a
{
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #243f8a;
  color: #243f8a;
}

.center
{
  text-align: center;
}

.right
{
  text-align: right;
}

/* ######################################################### */
