BODY, TD, TH {
  padding:0;
  margin:0;
  font-family:Tahoma, sans-serif;
  font-size:11px;
  color:#727272;
}

BODY.framebox {
  margin:10px;
}

BODY.iframe {
  margin-left:20px;
}
A {
  text-decoration:none;
  color:#666;
}
A:hover {
  color:#72B21C;
}

H1 {
  margin:0;
  font-family:Impact, Haettenschweiler,Arial Black, sans-serif;
  font-weight:normal;
  font-size:32px;
}
H2 {
  margin:0;
  font-family:Impact, Haettenschweiler, Arial Black, sans-serif;
  font-weight:normal;
  font-size:25px;
}
H3 {
  margin:5px 0;
  font-size:15px;
}
H4 {
  margin:0 0 5px 0;
  font-size:12px;
  font-weight:bold;
}


/* --- Menu --- */
#menu {
  /*background-image:url(../sysimages/menu_bg.gif);*/
  width:250px;
  padding-left:33px;
}

#menu A {
  background-image:url(../sysimages/menu_link_bg.gif);
  display:block;
  line-height:30px;
  text-decoration:none;
  font-family:Arial, sans-serif;
  font-size:13px;
  font-weight:bolder;
  color:#666;
  height:30px;
  width:185px;
  padding-left:35px;
}
#menu A:hover {
  background-image:url(../sysimages/menu_link_bg_h.gif);
  color:#72B21C;
  width:180px;
  padding-left:40px;
}

#topmenu {

}
#topmenu A {
  line-height:30px;
  text-decoration:none;
  color:#333;
}
#topmenu A:hover {
  color:#72B21C;
}

#toptitle {
  background-image:url(../sysimages/title_bg.jpg);
  width:457px;
}
#toptitle.bluetitle {
  color:#6FA9B9;
}


/* --- Page styles --- */ 
#leftcontent {
  padding:5px 0;
  width:283px;
}
#rightcontent {
  padding:5px 0 0 0;
  width:457px;  
}
 
 
.textbox{
  padding:0 20px;
}
.textbox img{
  margin-right:10px;
}

.textbox H4{
  color:#000;
}
.textboxindex{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 20px;
}
.textboxindex img{
  margin-right:10px;
}

.bgwoman {
  background-image:url(../sysimages/woman_bg.jpg);
  background-repeat:no-repeat;
  background-position: bottom right;
	height:180px;
	border:px solid red;
}

.biglink {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  padding-right:5px;
  background-image:url(../sysimages/arrow_blue.gif);
  background-repeat:no-repeat;
  background-position: right 5px;

}

.biglinkback {
  color:#000;
  font-weight:bold;
  text-decoration:none;
  padding-left:6px;
  background-image:url(../sysimages/arrow_blue_back.gif);
  background-repeat:no-repeat;
  background-position: left 5px;

}

/* --- List styles --- */ 
UL {
  list-style-type:none;
  margin:0;
  padding:0;
}

LI {
  padding-left:10px;
}

UL.greenarrow LI {
  background-image:url(../sysimages/arrow_green.gif);
  background-repeat:no-repeat;
  background-position:0px 5px;
}

UL.bluearrow LI {
  background-image:url(../sysimages/arrow_blue.gif);
  background-repeat:no-repeat;
  background-position:0px 5px;
}

UL.greenbullet LI {
  background-image:url(../sysimages/bullet_green.gif);
  background-repeat:no-repeat;
  background-position:0px 5px;
}

.eingabe {
  width:100%;
  border:1px solid #666;
  font-family:Tahoma, sans-serif;
  font-size:11px;
  color:#727272;  
}
.button, .selection {
  background-color:#fff;
  border:1px solid #666;
  font-family:Tahoma, sans-serif;
  font-size:11px;
  color:#727272;  
}

/* --- specials --- */

div[class].fade { /* nicht für IE */
	position: static;
	background: none;
}
.fade { /* benötigt für IE */
  position: absolute;
  background-color: #fff;
  filter: Alpha(opacity=100);
}

#bottommenu {
  color:#fff;
  height:48px;
  margin:13px 0px 0px 12px;
  padding:0px 0px 0px 0px;
  text-align:center;
	align:center;
	border:0px solid red;
}
#bottommenu A {
  color:#fff;
  text-decoration:none;
}
#bottommenu A:hover {
  text-decoration:underline;
}

#footer_copyright{
	width:283px;
	height:30px;
	padding:20px 0px 0px 0px;
	text-align:center;
	border:0px solid blue;
	float:left;
	display:block;
}

#footer_menu{
  background-color:#959595;
	width:457px;
	height:46px;
	padding:0px 0px 0px 0px;
	margin:2px 0px 2px 0px;
	border:0px solid red;
	float:left;
	display:block;
}
#abs{
	font-size:1px;
	margin-bottom:5px;
}

#hist_nav{
position: absolute; 
bottom: 5px;
right:5px;
}
