/*
 * Setzt für alle Browser ein paar default Einstellungen
 */	
	@import url("bubble.css");
	
/*
 * Eigentliche CSS Styles
 */
#counter_list,#comments_list {
overflow: hidden;
width: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	.vote_select{
		margin: 20px 20px 20px 0px;
		font-size:1.2em;
		border:1px solid #999999;
	}
	div.vote_list_item{
		margin:20px 20px 0px 0px;
		padding:5px;
		border: 1px solid #999999;
		background-color: #f4f4f4;
		float:left;
		width:600px;
		clear:both;
	}
	div.vote_list_item h3{
		color: #000; /* #ab1b0b;*/
		font-size:1.2em;
		font-weight:normal;
	}
	div.vote_list_item h3 a{
		color: #ab1b0b;
		text-decoration: none;
	}
	
	div.vote_list_item .cat{
		font-size:1.2em;
		color: #999999;
	}
	
	div.vote_list_item .cat span{
		color: #ab1b0b;
				color: #999999;
	}
	
	div.vote_list_item .inner_cont{
		float:left;
	}
	
	div.vote_list_item .inner_cont_left{
		float:left;
		width:85px;
		text-align:center;
	}
	
	div.vote_list_item .inner_cont_left .counts{
		padding:0px;
		height:40px;
		font-size:0.8em;
		font-weight:bold;
		color: #ab1b0b;
		background-image: url("../img/counts_bg.png");
		background-repeat: repeat-x;
		background-position: top;
		background-color: #fff;
		border:1px solid #999;
	}
	
	
	div.vote_list_item .inner_cont_left .counts .number{
		font-size:1.8em;
		font-weight:bold;
		padding:4px;margin:0;
	}
	div.vote_list_item .inner_cont_left .counts p{
			padding:0;margin:0;
			line-height: 1em;
			font-size:1.1em;
	}
	div.vote_list_item .inner_cont_left .vote{
		background-image: url("../img/vote_bg.png");
		background-repeat: repeat-x;
		background-position: top;
		background-color: #f3fee6;
		border:1px solid #357210;
		margin-top:5px;
	}
	
	div.vote_list_item .inner_cont_left .vote_inactive{
		background-image: url("../img/vote_bg_inactive.png");
		background-repeat:repeat-x;
		background-position:top;
		background-color: #fbfbfb;
		border: 1px solid #404040;
		margin-top:5px;
		font-size:0.9em;
		font-weight:bold;
		color:#404040;
	}
	
	div.vote_list_item .inner_cont_left .vote a{
		font-size:0.9em;
		font-weight:bold;
		color: #357210;
		text-decoration:none;
		border:none;
	}
	
	div.vote_list_item .inner_cont_left .vote a .middle{
	  font-size:0.8em;
	}
	
	div.vote_list_item .inner_cont_right{
		width:500px;
		font-size:0.8em;
		padding-left:15px;
		float:right;
		}
	
	div.vote_list_item .inner_cont_right pre{
		font-family:sans-serif;
		font-size:0.8em;
		color: #202020;	
		line-height:0.8em;	
	}
	
/*
 * Comment Styles
 */

	#comment_link{
		color: #ab1b0b;
		font-size:0.8em;
		font-weight:bold;	
	}
	
	#comments_list{
		margin:0px 20px 0px 0px;
		padding-top:20px;
		clear:both;
	}
	
	.comments_form{
		margin:60px 20px 0px 0px;
		font-size:1em;
	}
	#comments_form{
		margin:60px 20px 0px 0px;
	}
	.comments_form table{
		width:610px;
		background-color: #f4f4f4;
		border: 1px solid #999999;
		padding:5px;
	}
	
	.comments_form table tr{
		height:30px;
	}
	.comments_form table td{
		vertical-align:top;
	}
	
	.comments_form table td input,
	.comments_form table td textarea{
		width:500px;
		margin-left:15px;
	}
	
	.comment{
		margin-top:15px;
		font-size:1em;
		border-bottom: 1px solid #c0c0c0;
	}
	
	.comment table{
		width:600px;
	}
	
	.comment table .tr_head{
		color: #808080;
		font-weight:bold;
		font-size:1.1em;
	}
	
	.comment table .tr_foot{
		color: #808080;
		font-size:0.8em;
	}
	
	.comment_error{
	    border:1px solid #bb0522;
	    color: #bb0522;
	    font-size:1em;
	    font-weight:bold;
	    padding:30px;
	}


/*
 * Administrator Styles
 */
	body.admin{
		font-size: 0.8em;
		padding: 20px;
	}
	
	body.admin h1{
		font-weight:bold;
	}
	
	body.admin div.create_form{
		width:500px;
		height:100px;
		
		border:1px solid #000;
		background-color:#999999;
		
		margin:20px 0px 20px 0px;
	}
	
	body.admin div.error{
		padding:10px;
		border:1px solid #ff0000;
		color:#ff0000;
		margin-bottom:20px;
	}

	body.admin div.right{
		
	}
