
.container_rotheute {
	margin-top: 0px;
	padding-top: 0px;
}


div.rotheute {
	margin-top: 0px;
	padding-top: 0px;
	padding: 0px;
	width: 892px;
	margin-left: 32px;
}

div.rotheute .head {
		background-color:#AD0004;
		padding-left: 18px;
		overflow: hidden;
		height: 43px;
}
	div.rotheute .head {
		
	}

	div.rotheute .head p{
		color: #fff;
		float: left;
		margin: 0px;
		padding: 0px;
		font-size: 13px;
		padding-top: 8px;
		padding-bottom: 2px;
	}
	
	div.rotheute .head h3{
		background-color:#AD0004;
		color: #fff;
		float: left;
		line-height: 10px;
		font-size: 11px;
		padding: 0px;
		margin: 0px;
		padding-top: 22px;
		padding-left: 14px;
	}
	
	div.rotheute .head ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		float: right;
		margin-top: 22px;
		margin-right: 18px;
	}
	
	div.rotheute .head ul li {
		float: left;
		color: #fff;
		font-size: 11px;
		line-height: 10px;
		margin-left: 3px;
	}
	
	div.rotheute .head ul li a{
		color: #fff;
		text-decoration: none;
	}
	div.rotheute .head ul li a:hover{
		text-decoration: underline;
	}
	
	
div.rotheute div.element{
	margin-top: 16px;	
} 
	
div.rotheute div.image {
	float: left;
	width: 158px;
	padding-left: 27px;
	background-color: #DB0006;
	margin-right: 24px;
	height: 128px;
}

		div.rotheute div.image div{
			float: left;
		}
			div.rotheute div.image img {
				border: none;
			}	
			
			div.rotheute div.image div.text {
				padding: 0px;
				padding-top: 98px;
				padding-left: 12px;
				
				overflow: hidden;
				width: 50px;
				
				font-size: 11px;
				font-style:italic;
				color: #fff;
			}	
	
		div.rotheute .odd div.image {
			background-color: #DB0006;
		}	
			
		div.rotheute .even div.image {
			background-color: #AD0004;
		}	
	
	
div.rotheute div.content {
	padding: 0px;
	margin: 0px;	
}	
div.rotheute .odd div.content {
	float: left;
	background-image: url(../images/rotheute_bg_odd.png);
	width: 679px;
	border: 1px solid #e2d7d5;
}

div.rotheute .even div.content {
	float: left;
	border: 1px solid #eee9e6;
	background-image: url(../images/rotheute_bg_even.png);
	width: 679px;
	font-size: 11px;
}
	
	div.rotheute div.content .left,
	div.rotheute div.content .right {
		float: left;
		padding: 15px 18px;
		margin: 0px; 
	}
	
	div.rotheute div.content a {
		font-size: 12px;
	}
	
	div.rotheute div.content .left {
		width: 304px;
	}
	div.rotheute div.content .right {
		width: 303px;
	}
	
	div.rotheute div.content p.text {
		margin: 5px 0px;
	}
	
	div.rotheute .odd div.content input {
		border: 1px solid #D1C3C2;
		background-color: #E9DFDE;
		font-size: 12px;
		padding: 1px 2px;
		font-family: arial, sans-serif;
	}
	div.rotheute .even div.content input {
		border: 1px solid #FFF;
		background-color: #E9DFDE;
		font-size: 12px;
		padding: 1px 2px;
		font-family: arial, sans-serif;
	}
	
	div.rotheute div.content input.btn {
		padding: 0px;
		margin: 0px; 
	}
	
div.rotheute .message {
	margin-top: 16px;
	background-color: #F3EFEE;
	border: 1px solid #E2D7D5;
	padding: 15px 18px;
	overflow: hidden;
}
	
	div.rotheute .message input {
		border: 1px solid #D1C3C2;
		background-color: #E9DFDE;
		font-size: 12px;
		padding: 1px 2px;
		font-family: arial, sans-serif;
	}
	
	div.rotheute .message input.btn {
		padding: 0px;
		margin: 0px; 
		margin-left: 10px;
	}
	
	div.rotheute .message h3,
	div.rotheute .message h4,
	div.rotheute .message ul,
	div.rotheute .message p{
		margin: 0px;
		padding: 0px;
	}
	div.rotheute .message p{
		font-size: 12px;
	}
	
	div.rotheute .message h3 {
		font-size: 16px;	
	}
	
	div.rotheute .message h4 {
		font-size: 12px;
		margin-top: 10px;
	}
	
	div.rotheute .message ul {
		list-style: none;
		padding-left: 10px;
	}
	div.rotheute .message ul li{
		font-size: 12px;
	}
