body{
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	background-image: url(../gfx/background.gif);
	background-repeat: repeat;	
	background-attachment:fixed;
}
h1{
	padding: 0px;
	line-height: 1.2em;
	font-size: 14pt;
	margin:0px 0px 0px 0px;
}

h2{
	padding: 0px;
	line-height: 1.2em;
	font-size: 13pt;
	margin:0px 0px 0px 0px;
}

h3{
	padding: 0px;
	line-height: 1.2em;
	font-size: 11pt;
	margin:0px 0px 0px 0px;
}

a:link { color:#006666; }
a:visited { color:#006666;  }
a:focus {  color:#66CC66;  }
a:hover {  color:#66CC66;  }
a:active {  color:#66CC66;  }


p{		
	padding: 0px;
	line-height: 1.2em;
	font-size: 10pt;
	margin:0px 0px 0px 0px;
	}
	
table { 
	width:510px; 
	table-layout: fixed;
}
td, th { 
	font-size: 10pt;
	border: 1px dotted #66CCCC; 
	background-color: #EEEEEE;
	}
	
tr.kopfzeile td{
	font-weight: bold; 
	color: white;
	border: 1px dotted #66CCCC; 
	background-color: #006666;
	
	}
	
.login_input {
	position: absolute;
	left: 80px;
}

fieldset {
	border: 0px;
}

.new_input input, select {
	display: block;
	width: 200px;
	float: left;
}

.new_input label {
	display: block;
	width: 140px;
	float: left;
 	text-align: right;  
}

					   
   


form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

.rightside {
	position: absolute;
	top: 217px;
	left: 555px;
	width: 225px;
	margin: 0 auto; /* center for now */
}

.sidebox {
	position: static;
/*	left: 555px;*/
	width: 225px;
	margin: 0 auto; /* center for now */
	background: url(../gfx/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../gfx/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	height: 27;
	text-align: left;
}
.boxhead h2 {
	background: url(../gfx/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 7px 15px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}
.boxbody {
	background: url(../gfx/sbbody-l.gif) no-repeat bottom left;
	padding: 1px 15px 5px;
	margin: 0px 0px 0px 0px;

}

.boxbody p{	
	padding: 0px;
	line-height: 1.2em;
	font-size: 10pt;
	margin:5px 0px 8px 0px;
	}

.divheader{
	position: static;
	background: url(../gfx/header.gif) no-repeat top left;
	height: 193px;
	width: 797px;
	}
.divmenue{
	position: static;
	background: url(../gfx/menue_back.gif) no-repeat top left;
	height: 26px;
	width: 797px;
}

.divcontend_top{
	position: static;
	height: 10px;
	width: 797px;
	}
.divmain{
	position: static;
	background: url(../gfx/contend_back.gif) repeat top left;
	height: auto;
	width: 797px;
}

.maincontend{
	position: static;
	margin-left: 20px;
	width: 520px;	
	min-height: 500px
	}
	

.divfooter{	
	position: static;
	background: url(../gfx/footer.gif) no-repeat top left;

	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 49px;
	width: 797px;
	}
	
.divtotal{
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	}

.vorzurueck {
	background-color: #006666;
	color: white;
}

.vorzurueck a:link{
color: white;
text-decoration: none
}
.vorzurueck a:visited{
color:white;
text-decoration: none
}
.vorzurueck a:hover{
	color: #66cccc;
	text-decoration: none
}
.vorzurueck a:active{
	color:#66cccc;
	text-decoration: none
}

