/* CSS Document for body layout */
/* Premysl Cimbalek, WWW.ZERODESIGN.CZ, 2009 */
@charset "UTF-8";

body{
margin:auto;
margin-bottom:0px;
background-color:f0f0f0;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#1a1a1a;
font-size:11px;
background-image:url(/tvorba-stranek-img/body-background.jpg);
background-repeat:repeat-x;
background-position: 6px 0px;
}

#body_foot{
position:relative;
bottom:0px;
height:100px;
width:100%;
right:0px;
background-image:url(../tvorba-stranek-img/foot_background.jpg);
background-position: 0% 0%;
background-repeat:repeat-x;
}

#telo{
margin:auto;
width:987px;
}

#head{
width:987px;
height:141px;
margin:auto;
background-image:url(/tvorba-stranek-img/zerodesign-head.jpg);
background-repeat:no-repeat;
background-color:#e9e9e9;
}
#content{
clear:both;
margin:auto;
margin-bottom: 5px;
padding:0px;
}
#content_in{
margin:auto;
padding:0px;
}

#content_center{
float:left;
width:727px;
}

.content_center_in{
width: 530px;
margin: 10px;
margin-right:0px;
padding-right: 30px;
text-align:justify;
font-size:12px;
float: left;
border-right: 1px solid #cccccc;
}

.large{
	width: 727px;
	border-right: none;
}


#content_left{
float:left;
width:260px;
/*height: 500px;*/
background-image: url('/tvorba-stranek-img/zerodesign_content_left_background.jpg');
background-repeat: no-repeat;
}

#content_left_bottom{
height:125px;
width:100%;
background-image: url('/tvorba-stranek-img/zerodesign_content_left_bottom_background.jpg');
background-repeat: no-repeat;
background-position: 0% 100%;
}

.content_left_in{

}


#content_right{
	float:right;
width: 150px;
}

.content_right_in{
margin-top: 13px;
}

#content_bottom{
clear:both;
position:relative;
height:1px;
width:987px;
}



#foot{
clear:both;
/*width:987px;*/
height:36px;
/*background-image:url(../tvorba-stranek-img/foot_background.jpg);
background-repeat:repeat-x;*/
font-size:10px;
padding-top:20px;
color:#797979;
border-top: 1px solid #cccccc;
}

#foot a{
color:#000;
text-decoration:none;
}

#foot a:hover{
color:#d60000;
text-decoration:underline;
}

.clear{
clear: both;
}




