@charset "utf-8";
/*body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
}*/


ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1{
	font-size:2.5em;
}
h2{
	font-size:1.2em;
}
a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.background{
	/*position:relative;*/
	z-index:0;
	width:100%;
}
.umcontainer{
	position:absolute;
	z-index:10;
	top:0;
	width:100%;
}
.container {
	width: 100%;
	max-width: 960px;
	/*min-width: 780px;*/
	background-image:url(../images/bg_ws.png);
	margin: 20px auto;
	border:1px solid transparent;
	border-radius:5px;
}

.content {
	padding: 10px 0;
	/*font-size:1.5em;*/
}
.container:hover{
	background-color:#fff;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.versalie{
	font-family:"Lucida Console", Monaco, monospace;
	font-size:2em;
	font-weight:bold;
}
.imgimtxt{
	width:40%;
}
footer{
	padding:15px 0;
	border-top:1px solid #060501;
	text-align:center;
}
.konsult{
	font-size:0.8em;
	color:#666;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media (max-width: 767px) {
	.container{
	background-color:#fff;
}
.nodisplay{
	display:none;
}
}