@charset "utf-8";
/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0;}

#page { width:700px; margin:50px auto; /*border:1px solid #ccc;*/ height:500px;}
#left { float:left; width:310px; padding:20px;}
#right { float:right; width:305px; padding:20px; border-left:5px solid #EAEAEA; height:370px;} 

h1 { margin:20px 20px 0 20px; padding:0; border-bottom:1px solid #ccc;   }

h2 { margin:0 0 10px 0; padding:10px 0 5px 0; font-size:14px; border-bottom:1px solid #F0F0F0; }

img {  }

ul { list-style:square;  font-size:12px; margin:0 0 0 30px; padding:0; line-height:1.5em;}
.clear { clear:both}

p { font-size:12px; padding:0 10px; line-height:1.5em; margin:0;}

a { text-decoration:none; color:#900}
a:hover { text-decoration:underline;}

#pokracovat {
	background: url('submit-bt-medium-cbt.png');
width: 129px;
height: 28px;
line-height:24px;
font-weight: 700;
background-position: 0 0;
font-size: 11px;
color:#fff;
border:0px;
cursor:pointer;
display:block;
text-align:center;

	}
#pokracovat:hover {background-position: -129px 0; text-decoration:none;}	

