#voting_main {
	width: 206px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8a8a8a;
}

form {
	margin: 0;		
}

* html #voting_main {
	width: 203px;
}

#voting_main a {
	color: #e19413;
	font-size: 12px;
}

#voting_main a.active {
	color: #8a8a8a;
	font-weight: bold;
}

#voting_main a:hover, #voting_main a:focus {
	text-decoration: underline;
}

#voting_main p {
	margin: 0;
	padding: 0;
}

#box {
	height: auto;
	width: 206px;
}
* html #box {
	width: 203px;
}


#box_top {
	background-image: url(images/box_top_bg.png); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 206px;
	height: 3px;
	font-size: 0px;
}
* html #box_top {
	width: 203px;
}


#box_content {
	background-image: url(images/box_content_bg.png); 
	background-repeat: repeat-y;
	background-position: top left;
	width: 206px;
	height: auto;
}
* html #box_content {
	width: 203px;
}


#box_bottom {
	clear: both;
	background-image: url(images/box_bottom_bg.png); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 206px;
	height: 3px;
	font-size: 0px;
}
* html #box_bottom {
	width: 203px;
}

#box_content div.headline {
	background-color: #f3a728;
	height: 20px;
	width: 189px;
	margin-left: 3px;
	color: white;
	padding: 4px 0 0 11px;
	font-weight: bold;	
}

#box_content div.button {
	clear: both;
	background-image: url(images/button_bg.png); 
	background-repeat: repeat-x;
	background-position: top left;
	height: 20px;
	width: 189px;
	margin-left: 3px;
	color: #00699c;
	padding: 4px 0 0 11px;
}
#box_content div.button a {
	color: #00699c;
	background-image: url(images/button_pfeil.gif); 
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 13px;
}


#box_content em {
	font-weight: bold;	
}

#box_content div.empfehlung {
	width: 181px;
	height: auto;	
	margin: 21px 0 0 15px;		
	float: left;
}
* html #box_content div.empfehlung  {
	margin-left: 7px;
}

#box_content div.empfehlung div.image {
	width: 64px;
	height: auto;
	float: left;
}

#box_content div.empfehlung div.text,
#box_content div.empfehlung div.voting {
	width: 117px;
	height: auto;
	float: left;
}

#box_content div.empfehlung div.text {
	min-height: 60px;
	overflow: hidden;
}


#box_content div.empfehlung div.voting {
	margin: 18px 0 14px 0;
	text-align: right;
}

#box_content div.empfehlung div.voting a,
#box_content div.empfehlung div.voting_rechts a {
	font-size: 11px;	
}

#box_content div.empfehlung div.voting img {
	margin: 0;
	padding: 0 1px 0 0;
	border: 0;
	width: 12px;
	height: 12px;
}

#box_content div.empfehlung div.text_links {
	width: 121px;
	height: auto;
	float: left;
}

* html #box_content div.empfehlung div.text_links {
	width: 120px;
}


#box_content div.empfehlung div.text_links input {
	font-size: 11px;
	padding: 1px 4px 0px 4px;
	color: #8a8a90;
	height: 14px;
}

* html #box_content div.empfehlung div.text_links input {
	width: 120px;
}

#box_content div.empfehlung div.voting_rechts,
#box_content div.empfehlung div.edit_rechts {
	width: 60px;
	height: auto;
	float: left;
	text-align: right;
}
#box_content div.empfehlung div.edit_rechts {
	margin-left: 18px;
	width: 42px;
}

#box_content hr {
	background-color: #ebf1f4;
	color: #ebf1f4;
	height: 1px;
	border: 0px;
	clear: both;
	padding: 0;
	margin: 0 3px 0 3px;
	width: 200px;
	font-size: 0px;
}

div.spacer7 {
	height: 7px;
	font-size: 0px;
}
div.spacer14 {	
	clear: both;
	height: 14px;
	font-size: 0px;	
	width: 203px;
}

#box_content div.paging {
	text-align: right;
	width: 181px;
	padding: 0 10px 7px 15px;
}

#box_content div.paging span {
	color: #e19413;	
}

#box_content div.empfehlung_mitglieder {
	margin-top: 14px;
	overflow: hidden;
}

#voting_layer {
	position: absolute;
	display: none;
	width: 207px;
	height: 140px;
	background: url(images/voting_layer_bg.png) no-repeat top left;
	top: 0px;
	left: 0px;
}

#voting_layer div.voting_layer_content {
	width: 171px;
	height: 80px;
	margin: 8px 22px 10px 13px;
	color: #626262;
	font-size: 11px;
}

#voting_layer div.voting_layer_content div.row_top {
	float: left;
}

#voting_layer div.voting_layer_content div.row_top_left {
	float: left;
	width: 136px;
	padding: 3px 0 0 20px;
}
#voting_layer div.voting_layer_content div.row_top_right {
	float: left;
	width: 15px;
}

#voting_layer div.voting_layer_content div.row_top_right a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(images/voting_layer_hide.png) no-repeat top left;
}

#voting_layer div.voting_layer_content div.row_middle {
	clear: both;
	float: left;
	width: 163px;
	padding: 7px 0 4px 37px
}

#voting_layer div.voting_layer_content div.row_middle a {
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	float: left;
}

#voting_layer div.voting_layer_content div.row_middle a.vote_1 {
	background: url(images/voting_layer_vote_no.png) no-repeat top left;
}
#voting_layer div.voting_layer_content div.row_middle a.vote_2,
#voting_layer div.voting_layer_content div.row_middle a.vote_3,
#voting_layer div.voting_layer_content div.row_middle a.vote_4 {
	background: url(images/voting_layer_vote.png) no-repeat top left;

}

#voting_layer div.voting_layer_content div.row_middle a:hover,
#voting_layer div.voting_layer_content div.row_middle a:focus,
#voting_layer div.voting_layer_content div.row_middle a.active {
	background-position: 0 -16px;
}
#voting_layer div.voting_layer_content div.row_middle a.vote_1_active {
	background-position: 0 -32px;
}

#voting_layer div.voting_layer_content div.row_bottom {
	clear: both;
	width: 169px;
	padding: 20px 0 0 2px;
	font-size: 9px;
	line-height: 11px;
	color: #00699c;
	text-align: center;	
}


#voting_layer div.voting_layer_content div.row_result {
	clear: both;
	float: left;
	height: 14px;
	width: 154px;
	margin-left: 16px;
}
#voting_layer div.voting_layer_content div.row_result span.full {
	display: block;
	background: url(images/voting_star_full.png) no-repeat top left;
	width: 13px;
	height: 13px;
	margin-left: 2px;
	float: left;
}


#voting_layer div.voting_layer_content div.row_result span.empty {
	display: block;
	background: url(images/voting_star_empty.png) no-repeat top left;
	width: 13px;
	height: 13px;
	margin-left: 2px;
	float: left;
}

#voting_layer div.voting_layer_content div.row_result span.result {
	width: 28px;
	height: 13px;
	margin-left: 28px;
	float: left;
	color: #006a9c;
	font-size: 11px;
}
div.spacer5 {
	margin-top: 5px;
}


#box_content div.form_feld {
	margin-top: 8px;
}
#box_content div.form_feld2 {
	margin-top: 7px;
}

#box_content div.empfehlung div.edit_rechts a.empfehlung_delete {
	display: block;
	background: url(images/button_delete.png) no-repeat top left;
	width: 20px;
	height: 20px;
	float: left;
	vertical-align: baseline;
}
#box_content div.empfehlung div.edit_rechts a.empfehlung_edit {
	display: block;
	background: url(images/button_edit.png) no-repeat top left;
	width: 22px;
	height: 20px;
	float: left;
}
#box_content div.empfehlung div.edit_rechts a.empfehlung_ok {
	display: block;
	background: url(images/button_submit_ok.png) no-repeat top left;
	width: 30px;
	height: 20px;
	float: right;
}

#box_content div.edit_feld1,
#box_content div.edit_feld2 {
	background: #ebf1f4;
	margin: 0;
	padding: 10px 0 0 12px;
	margin-left: 3px;
	width: 188px;
}
* html #box_content div.edit_feld1,
* html #box_content div.edit_feld2 {
	margin-left: 2px;
	width: 186px;
}

#box_content div.edit_feld1 {
	margin-top: 4px;
}

#box_content div.edit_feld2 {
	padding-top: 7px;
	padding-bottom: 8px;
	clear: both;
}


#box_content div.edit_feld2 div.edit_rechts a.empfehlung_ok {
	display: block;
	background: url(images/button_submit_ok_blue.png) no-repeat top left;
	width: 30px;
	height: 20px;
	float: right;
}


* html #box_content div.edit_feld1 div.voting_rechts,
* html #box_content div.form_feld div.voting_rechts {
	width: 40px;
}

* html #box_content div.edit_feld2 div.edit_rechts,
* html #box_content div.form_feld2 div.edit_rechts {
	margin-left: 5px; 
}



#user_empfehlungen_edit {
	display: none;
}



