
/* Layout Stylesheet */ 

body 
{
 
 margin: 0; 
 padding:0;
 background: #ffffff;
 color: #000000;
 text-align: center;
 SCROLLBAR-FACE-COLOR : #2255aa;
 SCROLLBAR-HIGHLIGHT-COLOR : #ffffff;
 SCROLLBAR-SHADOW-COLOR : #2255aa;
 SCROLLBAR-ARROW-COLOR : #2255aa;
 SCROLLBAR-BASE-COLOR : #2255aa;
 
 background-attachment: fixed;
 background-image: url('images/gesamt_backgr.jpg');
 background-position: center center;
 background-repeat: repeat-xy;
}

#bar-top 
{
 width: 100%; 
 height: 80px; 
 padding:0;
 padding-bottom:0px;
}


#bar-top a
{
  margin:0;
  text-decoration: none;
  background: #2255aa;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  text-align:center;
}

#bar-top a:hover
{
  background: #ffffff;
  color:#2255aa;
}


#bar-bottom 
{
 width: 100%; 
 height: 25px;
 position:relative; 
 padding:0;
 font-family: Arial, Helvetica, sans-serif;
 font-size:16px;
}

#bar-bottom a
{
  margin:0;
  text-decoration: none;
  background: #2255aa;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  text-align:center;
  padding:2px;
}

#bar-bottom a:hover
{
  background: #ffffff;
  color:#2255aa;
}

#welcome 
{ 
 height: 80%; 
 position:relative;
 border: solid #2255aa; 
 border-width: 0px 1px 0px 1px;
 background: #000000;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 padding:5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
}

#welcome a
{
  margin:0;
  text-decoration: none;
  color:#2255aa;
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  FONT-WEIGHT : bold;
  text-align:center;
  padding:2px;
}

#welcome a:hover
{
  background: #2255aa;
  color:#ffffff;
}


#content 
{ 
 height: 80%; 
 position:relative;
 border: solid #2255aa; 
 border-width: 0px 0px 0px 0px;
 background: #ffffff;
 color: #333333;
 overflow: auto;
 margin:0 15% 0 15%;
 padding:5px;
 padding-left:10px;
 padding-right:10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
}

#content a
{
  margin:0;
  text-decoration: none;
  color:#2255aa;
  font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  FONT-WEIGHT : bold;
  text-align:center;
  padding:2px;
}

#content a:hover
{
  background: #2255aa;
  color:#ffffff;
}
 
#logo 
{
  width: 100%; 
  height: 3%;
  margin: 0; 
  padding:0px;
  text-align: center
  background: #ffffff;
  background-attachment: fixed;
  background-image: url('images/titel_back.jpg');
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
 
.fTitel  
{
	FONT-WEIGHT : bold;
	FONT-SIZE : 20pt;
	COLOR : #ffffff;
	background: #2255aa;
	FONT-STYLE : normal;
	FONT-FAMILY : Arial, Helvetica, sans-serif;
	TEXT-DECORATION : none;
	
}
 
