/*
Theme Name: CFTA 
Theme URI: http://www.cfta.cz/
Description: Ceska filmova a televizni akademie
Version: 1.0
Author: Dharma + Yadu
Author URI: http://dharma.cz/
*/
html,body{
padding:0;
margin:0;
}
html,body,div{
color:#333333;
}
a{
color:#006699;
}
a:hover{
color:#cc0000;
}
html{
font-size:83%;
font-family:Verdana;
}
body{
background:#c9c8dc url(img/bg.gif) repeat-x;
}

/******** intro ********/
body.intro_1{
background:url(img/intro_bg_sup.gif) center center repeat-x;
}
div.intro_2{
position:absolute;
top:50%;
width:100%;
height:229px;
margin-top:-115px;
background:url(img/intro_bg.gif) repeat-x;
}
div.intro_3{
width:606px;
margin:auto;
}
div.intro_4{
float:right;
padding:0 20px 0 0;
}

/******** pages ********/
div.pg_wrapper {
  width: 980px;
  margin: auto;
}
div.pg_top{
float:left;
width:854px;
}
div.pg_left{
float:left;
width:780px;
}
div.pg_side{
float:left;
width:325px;
}
div.pg_txt{
float:right;
width:420px;
padding:10px 0 0 0;
}
div.pg_txt h1{
font-size:14px;
padding:0 0 16px 0;
}
div.pg_bot{
float:right;
width:420px;
text-align:right;
padding:15px 0 20px 0;
}



/******** navigace ********/
div.navigation .alignleft{
float:left;
}
div.navigation .alignright{
float:right;
}

