/*
   Lubomir Pokorny (lubomirpokorny@email.cz)
   CSS styles for FotoSvanda.cz
*/

* {margin:0;padding:0;border:0;}
body {font-size:12px;color:#c7c7c7;text-align:center;font-family:tahoma,arial,sans-serif;background:#333333 url(../images/bg-body.png) repeat-x;}
#page {width:721px;margin:0 auto;}
#header {height:118px;}
#content {position:relative;height:389px;background:url(../images/bg-content.png) no-repeat;}
#footer {padding:10px 30px 50px 30px;text-align:left;font-size:0.9em;color:#afafaf;}
#footer a {color:#afafaf;text-decoration:none;}

.link {position:absolute;top:67px;width:160px;height:249px;background-position:left;background-repeat:no-repeat;}
.link span {display:none;}
.link:hover {background-position:right;}
#honza {left:120px;background-image:url(../images/honza.jpg);}
#robin {left:450px;background-image:url(../images/robin.jpg);}

/* General styles */
a {color:#c7c7c7;}
a:hover {color:#fff;}

/* Common styles */
.right {text-align:right;}
.fright {float:right;}
.fleft {float:left;}
.cb {clear:both;}