/* layout.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #797971;
position: relative;
margin:auto;
    min-width: 1000px;
max-width: 1280px;

}



.wrapper { margin: auto; }

#header {
	position: relative;
	z-index: 10;
	padding: 0px 10px 10px 10px;
	clear: both;

}

#top {
	padding: 0px 0px 30px 0px;
	overflow: hidden;
	clear: both;
}

#middle {
	padding: 0px 0px 10px 0px;
	clear: both;
	min-height: 300px;
}

#bottom {
	padding: 0px 0px 30px 0px;
	overflow: hidden;
	clear: both;
}

#bottom2 {
	padding: 0px 0px 30px 0px;
	overflow: hidden;
	clear: both;
}

#footer {
	position: relative;
	padding: 0px 0px 10px 0px;    /*30*/
	clear: both;
	text-align: center;
}



#middle {
	width: 100%;

	overflow: hidden;
	position: relative;
}

#middle-expand {
	width: 200%;
}


#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;


	overflow: hidden;
}


#left {
	position: relative;
	left: -50%;

	float: left;
	overflow:hidden;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

border:1px solid #9FBBC3;
min-height:457px;
padding-bottom:10px;
padding-top:10px;
width:210px;

background-color:#EEF5DC;
}


#right {


	float: left;
	overflow:hidden;
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

border:1px solid #9FBBC3;
margin-left:-414px;
min-height:457px;
padding-bottom:10px;
padding-top:10px;
width:200px;

background-color:#EEF5DC;
}



div#maintop,
div#contenttop {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

div#contentbottom,
div#mainbottom {
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}



#mainmiddle {
	width: 100%;

	overflow: hidden;
	position: relative;
}

#mainmiddle-expand {
	width: 200%;
}


#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;


	overflow: hidden;
}


#contentleft {
	position: relative;
	left: -50%;

	float: left;
	overflow:hidden;
}


#contentright {


	float: left;
	overflow:hidden;
}



.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }



body.yoopage { background: #ABAAA1; }
#page-body { background: #F5F4EB url(../images/page_body_bg.png) 50% 0 repeat-x; }
#page-footer{
	padding-top: 20px;
	/*background: url(../images/page_footer_bg.png) 50% 0 repeat-x;*/
border-top: 1px solid #ACC2C7;
}



#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;

}




#headerbar {
	min-height: 140px;  /********/
	padding: 65px 0px 10px 300px;   /*otstup 30*/
	overflow: hidden;
	/*border-bottom: 3px solid #CDCCC3;*/
    /*background: url(../images/polka.png) no-repeat bottom right; */

}


#breadcrumbs {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    background-color: #EEF5DC;
/*    border-color: #9FBBC3 #9FBBC3 #CDCCC3;*/
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    height: 23px;
    line-height: 22px;
    margin-left: -10px;
    margin-right: -7px;
    overflow: hidden;
    padding-left: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
}



#breadcrumbs a,
#breadcrumbs span {
	display: block;
	float: left;
}

#breadcrumbs a,
#breadcrumbs span.separator {
	margin-right: 10px;
	padding-right: 20px;
	background: url(../images/breadcrumbs.png) 100% 11px no-repeat;
}

#breadcrumbs a:link,
#breadcrumbs a:visited { color: #E99D01; }
#breadcrumbs a:hover { color: #EB5F2B; }


#logo {
	position: absolute;
	top: 35px;
	left: 5px;
}

#menu {
	position: absolute;
	top: 5px;
	left: 6px;
	z-index: 11;
}

#search {
	position: absolute;
	bottom: 12px;
	right: 10px;
	z-index: 12;
}

#banner {
	position: absolute;
	top: 150px;
	right: -15px;
	width: 0px;
	z-index: 3;
}



#footer {
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
 background-color: #489559;
}

#footer a.anchor {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 25px;
	height: 20px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

#footer a.anchor:hover { background-position: 0 -15px; }



div.bottom-line {
	margin: 0px 10px 30px 10px;
	border-top: 3px solid #CDCCC3;
	overflow: hidden;
}



#component { margin: 0px 10px 0px 10px; border: 1px solid #9FBBC3;
	background: #F5F4EB;       
 /*  background: url(../images/elka.png)#F5F4EB no-repeat right top;    */
    /*background: url(../images/elka.png) 0 no-repeat 0 right;   */

 min-height: 1375px;


 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*body.nofrontpage #component {
	margin: 0px 10px 0px 10px;
	padding: 1px;
	border: 1px solid #CDCCC3;
	background: #ffffff;
 min-height: 100%;
 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}*/

body.nofrontpage #component .component-bg {
	padding: 10px 20px;
	background: url(../images/module_box_bg.png) 0 0 repeat-x;
}





.answer {
  padding: 25px;
}
 .answer a {
  background: url("/images/word.png") no-repeat scroll 0 0 transparent;  
  padding-left: 20px;
  padding-bottom: 7px;
}
