body, html {
	margin: 0;
	padding: 0;
	background:#FFFFFF;
	color:#000000;
	text-align:center;
	}
#main{
width:683px;
height:auto;
margin-left:auto;
margin-right:auto;
border-width: 1px solid;
border:1px solid;
border-color:#aeb5a5;
position:relative;
text-align:left;
}
#header{
width:681px;
height:auto;
position:relative;
}
#logo{
background:url(../images/logo_03.gif) center no-repeat;
width:209px;
height:56px;
position:relative;
margin-top:10px;
margin-left:25px;
margin-bottom:15px;
}
/*Logo homepage link - Misho*/
#logo a {
display: block;
width: 209px;
height: 56px;
}
#lang{
	width:126px;
	height:auto;
	position:absolute;
	top:25px;
	left:515px;
}
#menu{
/*width:611px;*/
height:20px;
position:relative;
background-color:#93b0be;
padding-left:35px;
/*padding-right:35px;*/
margin-bottom:1px;
}
#menu a:link, #menu a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
/*Menu arrangment by Misho*/
margin-left: 25px;
}
#menu a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
text-decoration:none;
color:#000000;
font-weight:bold;
}
#advertimages{
background:url(../images/advertimages_02.jpg) center no-repeat;
width:681px;
height:268px;
position:relative;
margin-bottom:3px;
padding-left:1px;
}
#breadcrumb{
/*width:611px;*/
height:18px;
position:relative;
background-color:#aeb5a5;
padding-left:35px;
padding-right:35px;
/*padding-top:3px;*/
}
#breadcrumb span{
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
padding-top:3px;
}
#content{
width:650px;
height:auto;
position:relative;
padding-left:15px;
padding-right:15px;
margin-top:10px;

}
#content p{
font-family: 'Trebuchet MS', Arial;
font-size: 11px;
color: #000000;
text-align:left;
margin-bottom:20px;
}
#content p img{
float:left;
margin-right:8px;
margin-bottom:3px;
}
#footer {
font-family: 'Trebuchet MS', Arial;
font-size: 11px;
color: #787878;
text-align:center;
margin-bottom:20px;
font-weight:bold;
}
#mkvadrat{
width:681px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
text-align:right;
}
#mkvadrat a:link, #mkvadrat a:visited{
font-family: 'Trebuchet MS', Arial;
font-size: 11px;
color: #000000;
font-weight:bold;
text-decoration:none;
}
.mcolor{
color:#3f6a8a;
}
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

* html div.clearfix {
    height: 1px;
}