			/* 
			================================================================== 
			  Formatierungen für Modul report                                    	
			================================================================== 
			*/
			
			.rp_div	{
			width: 100%;
			height: *;			
			border: 0px dotted #2A3B17;	
			padding: 0px;
			}
			.rp_div2 {
			width: 100%;
			height: *;
			border-top: 1px dotted #ffffff;
            border-right: 1px dotted #ffffff;
            border-bottom: 1px dotted #ffffff;
            border-left: 1px dotted #ffffff;
			}
			
			.rp_div3	{
			width: 100%;
			height: *;	
			border: 0px dotted green;				

			
			}
			
			
			.rp_form {
			width: 100%;			
			}
			
			.rp_header {
			  color: #2A3B17;
			  font-weight: bold;
			  font-size: 200%;	
			  text-align: center;
			}
			
			.rp_header2 {
			  color: #2A3B17;
			  font-weight: normal;
			  font-size: 170%;	
			  text-align: center;				  
			}
			

			
			.rp_errormessage {
			  color: #777777;
			  font-weight: normal;
			  font-size: 150%;
        	  }
			  
			.rp_input {
			  width: 25%;
			  height: 8%;
			  font-weight: bold;
			  font-size: 235%;
			  text-align: center;

			}		
			  
			.rp_commentline {
			
			  color: #2A3B17;
			  font-weight: normal;
			  font-size: 180%;
			  width: 74%;
			  height: 8%;
			  text-align: left;
			  padding-left: 8px;
			}		
			.rp_nav {
			  color: #777777;
			
			}		
			.rp_link {
			  color: #777777;			
			  /* font-size: 150%; */
			
			}
			.rp_logo_heim {
			
			/* height: 20%; */
			width: 5%;
			border: 1px solid #BBBBBB;
			border-radius: 5px;
			}
			
			.rp_logo_gast {
			width: 5%;
			border: 1px solid #BBBBBB;	
			border-radius: 5px;			
			}
			
			.rp_footer {
			  color: #777777;
			  font-weight: normal;
			  font-size: 150%;			
			  text-align: center;
			  width: 100%;
			
			}
			
			.rp_steuerlinks {
			font-size: 150%;	
			}
								
			.rp_score_ml {
			color: #2a3b17;
			font-size: 470%;  /*  670% #161125 */ 
			font-weight: bold; 	
			text-align: center;			
			cursor: pointer;
			}
			
			.rp_votebox_heim {
			border: 1px dotted #2a3b17;
			width: 6%;
			height: 8%;
			float: left;
			margin-left: 4%;
			}
			
			.rp_votebox_gast {
			border: 1px dotted #2a3b17;
			width: 6%;
			height: 8%;
			float: right;
			margin-right: 5%;
			}
			
			.rp_votescore {
			font-size: 350%;
			text-align: center;
			text-decoration: bold;	
			}
			
			input.rp_control1 {
				font-family: 'Droid Sans', sans-serif, verdana, arial;
                background-color: #E3E87F;
                border: 1px solid #b4b4b4;
				font-size: 260%;
                color: #2a3b17;
                width: 30%;
				height: 8%;
				text-decoration:normal;
				font-weight: bold; 
				padding: 0%; 
                margin-right: 1%; 
				text-align: center;	
			    cursor: pointer;
			}
			
			input.rp_control2 {
				font-family: 'Droid Sans', sans-serif, verdana, arial;
                background-color: #E3E87F;
                border: 1px solid #b4b4b4;
				font-size: 260%;
                color: #2a3b17;
                width: 30%;
				height: 16%;
				text-decoration:normal;
				font-weight: bold; 
				padding: 0%; 
                margin-right: 1%; 
				text-align: center;
				cursor: pointer;
			}