/* ----------------------------------------------------- All browsers */
html,body {
	margin: 0;
	padding: 0;
	font-family: "Linotype Univers 330 Light", "Univers Light", arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
}
/* ----------------------------------------------------- Links */

a {
	color: #83A51F;
	text-decoration: none;
	border:none;
}
a:hover {
	text-decoration: none;
}

/* ----------------------------------------------------- Thypen */
.voted {
	color: #83A51F;
}
img,
image {
	border:none;
}
.iinline h3 {
	margin-bottom: 32px;
}

#container {
	display: block;
	height: 490px;
	background: transparent url(../img/lbox-bottom.png) no-repeat left bottom;
	margin: 0;
	padding: 0 40px;
	width: 720px;
	float: left;
	clear: both;
}
.iinline {

}

.right-col {
	float: right;
	width: 470px;
}

.question {
	margin-top: 17px;
}
.wbutton {
	display: block;
	margin-top: 17px;
}



.links {
	margin-top:20px;
	width: 210px;
	padding:0;
	list-style: none;
	float: left;
}
.links li {
	margin:0;
	padding:0;
	list-style: none;
}
.links li a {
	padding: 10px 0 10px 30px;
	display: block;
	font-size: 13px;
	line-height: 130%;
	background: transparent url(../img/icon-linkpf.gif) no-repeat left 0.6em;	
}
.links li a.llink {
	background: transparent url(../img/icon-linkplus.gif) no-repeat left 0.6em;
}
.links li.noneicon a {
	padding: 10px 0 10px 10px;
	background-image: none;
}


/**/

.c_base.fl_left .c_pic {
	float: left;
	width: 220px;
}
.c_base.fl_left .c_text {
	float: right;
	width: 460px;
	padding-right: 10px;
}
.c_base.fl_right .c_pic {
	float: right;
	width: 450px;
}
.c_base.fl_right .c_text {
	float: left;
	width: 210px;
}


.c_base.fl_left.bigpic .c_pic {
	float: left;
	width: 420px;
}
.c_base.fl_left.bigpic .c_text {
	float: right;
	width: 260px;
	padding-right: 10px;
}



.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

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