* {
  
  	margin:0;
  	padding:0;
  	border:0;
  	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	
}

.struct, .hidden {
  	display:none;
}

.clear {
	clear:both;
}

body {
	background-color:#770000;
}


p, td, th, div {
	font-size:11px;
}


h2 {
	font-size:14px;
}

h3 , h4 {
	font-size:12px;
}



ul, li {
	list-style:none;

}



/* Elemente */



#customerinfo .box {
	padding:1px;
	margin:1px 0 10px 0;
	background-color:#000000;
	color:#ffffff;

}

.box .text {
	color:#ffffff;
	padding:5px;
}

.text {
	padding:5px 0 0 0 ;
}


.box h2 {
	background-color:#000000;
	color:#ffffff;
	padding:2px 2px 2px 5px;
	
}






#customerinfo .box h2 {
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#770000;
}




a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



a.funcbutton, input.funcbutton.submit {
	color:#ffffff !important;
	background-color:#770000;
	padding:4px 6px 4px 24px !important;
	background-image:url(../images/arrow_white.gif);
	background-repeat:no-repeat;
	background-position:5px 3px;
}

input.funcbutton.submit:hover {
	background-color:#990000;
}




#customerinfo a {
	display:block;
	padding:2px;
	background-color:#770000;
	color:#FFFFFF;
	border-style:solid;
	border-color:#000000;
	border-width:1px 0px 1px 0px;
	font-size:10px;
	background-image:url(../images/arrow_white.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:19px;

}
#customerinfo  a:hover, .button:hover {
	background-color:#AA0000;
	text-decoration:none;
	


}


.button, .wawifuncbutton, .redaxfuncbutton, .funcbutton {
	background-color:#000000;
	color:#FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	font-weight:bold;
	padding:1px 2px 1px 2px;
}

.button:hover , .wawifuncbutton:hover, .redaxfuncbutton:hover, .funcbutton:hover  {
	background-color:#990000;
	text-decoration:none;

}

.formelem {
	background-color:#eeeeee;
	color:#000000;
	border-style:solid;
	border-color:#999999;
	border-width:1px 1px 1px 1px;
	width:120px;
}



