.body_page {
	/*background-color: #615D5D;*/
	background-image: url(bg_page.png);
	overflow-y:scroll;
	margin-top: 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.copyright {
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000000;
	padding-top: 5px;
}
.main_table {
	background-color: #FFFFFF;
}
.banner {
	/*background-image: url(banner.png);*/
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width:1000px;
	height:130px;
}
#main {
	background-color: #FFFFFF;	
	text-align: left;
	width:830px;
}
h1, .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	color:#0099FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84CEFF;
	margin-top: 20px;
	margin-bottom: 0px;
}
h2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	color:#0099FF;
	margin-bottom: 0px;
}
.txt1 {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.bold
{
	font-weight: bold;
}
a:link    { text-decoration: none; color: #68b123; }
a:visited { text-decoration: none; color: #68b123; }
a:hover   { text-decoration: underline; color: #0099FF; }
a:active  { text-decoration: none; }


td {
    vertical-align:top;
}

input {
	
}
#menue {
	color: #FFFFFF;
	font-weight: bold;
	white-space:nowrap;
}
#menue_div
{
	position: absolute; 
	left:auto; 
	top:bottom; 
	z-index: 1; 
	border-bottom: 2.5px solid #000000; 
	border-top: 1px solid #000000; /*#5BADFF*/
}

.menuetxt
{
	padding: 5px;
	overflow:hidden;
	white-space:nowrap;
}
.menuetxt_mover
{
	padding: 5px;
	border: 0px solid #FFFFFF;
	color: #0099FF;
	cursor: pointer;
	overflow:hidden;
	white-space:nowrap;
}
.menue_drop_mover p
{
	color:#FFFFFF;
	padding:2px 50px 2px 3px;	
	margin:2px;
}
.menue_drop_mover p:hover
{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0099FF;
	cursor: pointer;
	padding-left: 6px;
	padding:2px 50px 2px 3px;	
	margin:2px;
}

.menue_drop
{
  position: absolute; 
  display: none;
  z-index:10;
	background-color:#3d3f40;
}
.menue_drop_mover
{
	position: absolute;
	background-color:#3d3f40;
	border: 0px solid #000000;
	width: 200px;
}
.submenu {
	height: 400px;
	width: 150px;
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-left: 10px;
	overflow:hidden;
	white-space:nowrap;
	border-right: 0px solid #000000;
	background-image: url(bg_mainleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.submenu a:link    { text-decoration: none; color: #FFFFFF; }
.submenu a:visited { text-decoration: none; color: #FFFFFF; }
.submenu a:hover   { text-decoration: underline; color: #0099FF; }
.submenu a:active  { text-decoration: none; }

/*
.submenu a{content:"";color:#ff0000; background-image: url('/home/style/blue/pfeil.gif'); width:7px; }
*/
#submain {
  padding:15px;
}
.right_main {
	width: 160px;
	padding-top: 20px;
	padding-right: 10px;
	overflow:hidden;
	white-space:nowrap;
	background-image: url(bg_mainright.jpg);
	background-color:#FFFFFF;
	text-align: right;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: right top;
}
.right_main h1 {
	text-align: right;
	font-size: 16px;
	border-bottom-width: 0px;
	margin-top: 0px;
	color:#FFFFFF;
}
.right_main h2 {
	text-align: right;
	font-size: 14px;
	margin-bottom: 0px;
	color:#FFFFFF;
}
.right_main img {
	border: 2px solid #FFFFFF;
	margin-top: 8px;
}

.einzug {
	margin-left: 20px;
}
img {
  border:0px;
  margin-right:0px;
}
.liste
{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}
.liste:hover
{
	background-color:#4eb7fe;

}
.liste_title
{
	background-color:#e9e9e9;

}
.liste tr th:hover
{
   	background-color:#e9e9e9;
}






