body {
		font-family:Verdana,Helvetica,sans-serif;
		font-size:75%;
}

body table{
	width:85%;
	height:90%;
	margin:10px;
	padding:0px;
	text-align:center;

}

body table tr{
	padding:0px;
	margin:0px;
}

#top_left{
	background: transparent url(../inc/topleft.png) top left no-repeat;
	width:140px;
	height:140px; 
}
#top{
	background: transparent url(../inc/top.png) top left repeat-x;
 }
#top_right{
	background: transparent url(../inc/topright.png) top right no-repeat;
	width:140px;
	height:140px; 
}
#right{
	background: transparent url(../inc/right.png) top right repeat-y;
 }
#bottom_right{
	background: transparent url(../inc/bottomright.png) bottom right no-repeat;
	width:140px;
	height:127px; 
}
#bottom{
	background: transparent url(../inc/bottom.png) bottom left repeat-x;
 }
#bottom_left{
	background: transparent url(../inc/bottomleft.png) bottom left no-repeat;
	width:140px;
	height:127px; 
}
 #left{
	background: transparent url(../inc/left.png) top left repeat-y;
 }
 
#menu{
	width:170px;
	height:200px;
	position:absolute;
	top:125px;
	right:50px;
}
#menu a{
	display:block;
	margin:5px;
	padding:5px;
	height:25px;
}
#menu a:hover{
	display:block
}

#options{
	display:block;
	position:absolute;
	bottom:70px;
	left:150px;
}
#options a{
	display:inline;
	padding:5px;
}
#options a:hover{

}


#result{
	position:absolute;
	top:150px;
	left:50px;
	width:80%;
}

#result p{
	font-size:80%;
	text-align:center;
}

#result table{
	font-size:100%;
	text-align:right;
	vertical-align:top;
}

#result table td,th{
	padding:5px;
	vertical-align:top;
}

#result table th {
	white-space:nowrap;
}

#result table th:first-line {
	white-space:normal;
}

.label{
	text-align:left;
}

.total td{
	font-weight:bold;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}

.sub_total td{
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}



.betrag{
	text-align:right;
}

#form form a{
	display:inline;
	padding:5px;
}

#form{
	position:absolute;
	top: 70px;
	left: 35%;
}

#form form{
	margin-bottom:3px;
	padding-bottom:0px;
}

.button{
	margin:0px;
	padding:5px;
	background-color:#000099;
	opacity:0.40;                
    filter:alpha(opacity=40);
	
	height:30px;
	padding-top:7px;
	padding-left:10px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	margin-bottom:5px;
}

.button:hover{
	background-color:#000099;
	opacity:0.70;                
    filter:alpha(opacity=70);
	color:white;
	margin-bottom:5px;
}

#title{
	position:absolute;
	top:20px;
	left:20px;
	background-color:transparent;

	color:#7D7FCB;
	font-size:300%;
	margin:5px;
	font-weight:bolder;
	letter-spacing:0.2em;
}

#submit{

}

#footer {
	position:absolute;
	right:5px;
	bottom:5px;
	display:none;
}

#copyright {
	position:absolute;
	left:5px;
	bottom:5px;
	font-size:75%;
}

#header{
	color:#330099;
	position:absolute;
	
	top:0px;
	left:10px;
	width:200px;
}

#partner {
	position:absolute;
	bottom:-200px;
	left:0px;
	clear:both;
	width:100%;
	padding:0px;
	margin:0px;
	display:none;
}

#partner table {
	width:100%;
	padding:0px;
	margin:0px;
}

#partner th{
	margin:0px;
	padding:5px;
	background-color:#000099;
	opacity:0.40;                
    filter:alpha(opacity=40);
	
	height:30px;
	padding-top:7px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	margin-bottom:5px;
}

#partner td{
	font-size:75%;
	text-align:left;
}

