body {
	padding: 0;
	background: #e6e6e6;
	font-family: 'Alegreya Sans SC', sans-serif;
	box-sizing:content-box;
}
input, select, textarea{
    width:195px;
    background: #f5f5f5;
	border: 1px solid #e6e6e6;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box; 
}
#maincontainer {
	margin: 0 auto;
	width: 950px;

}
#head {
	height: 175px;
}
#logo {
	height: 175px;
	float: left;
	width: 200px;
	background: url(../images/logo1.png) center no-repeat;
}
#text {
	height: 175px;
	float: left;
	width: 730px;
	background: url(../images/text.png) center no-repeat;
}
#left {
	width: 150px;
	float: left;
	margin: 0 10px 0 0;
}
#left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left ul li a {
	display: block;
	height: 30px;
	background: #fff;
	width: 140px;
	line-height: 30px;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
	color: #303030;
	font-weight: 700;
	font-size: 22px;
}
#left ul li a:hover {
	color: #000;
	background: #f5f5f5;
}
#middle {
	width: 380px;
	float: left;
}
#right {
	background: #fff;
	margin-left: 10px;
	padding: 5px;
	width: 380px;
	float: left;
}
#article {
	margin-bottom: 5px;
	background: #fff;
	overflow: hidden;
	padding: 5px;
}
#date {
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 5px 0;
	line-height: 16px;
	color: #000;
	width: 65px;
	float: left;
	text-align: center;
}
#title {
	color: #017ee9;
	font-weight: 700;
	font-size: 22px;
	padding: 0 0 5px 0;
	line-height: 16px;
	width: 305px;
	float: left;
}
#titlelessen {
	color: #017ee9;
	font-weight: 700;
	font-size: 22px;
	padding: 0 0 5px 0;
	line-height: 16px;
	float: left;
}
#title a, #titlelessen a {
	text-decoration: none;
	color: #017ee9;
}
#line {
	width: 100%;
	border-bottom: dashed 1px #e90101;
	float: left;
	margin-bottom: 3px;
	
}
#body {
	line-height: 13px;
	float: left;
}
#readmore {
	text-align: right;
	font-weight: 700;
	font-size: 12px;
	float: right;
}
#readmore a {
	color: red;
}
#main {
	background: #fff;
	float: left;
	padding: 5px;
	width: 780px;
}

label.zemText, label.zemSelect, label.zemTextarea {
	width: 150px;
	text-align: right;
	float: left;
	margin: 0 0 2px 0;
	display: inline-block;
	padding: 2px 3px 0 0;
}
body p {
	margin: 5px 0;
}
input.zemRadio {
	width: 70px;
	margin: 0 0 2px 0;
	display: inline-block;
}
hr {
	margin: 3px 0;
	color: #f5f5f5;
	border:none;
	border-top:1px solid #f5f5f5;
	height: 1px;
}
.zemSubmit {
	width: 150px;
	cursor: pointer;
}