/* CSS Document */
* {
 margin: 0;
 padding: 0;
}

body {
 font-family: Arial, serif;
 font-size: 12px;
 color: #000;
}

h1, h2 {
 font-size: 20px;
 margin-left: 46px;
 margin-top: 10px; 
 font-weight: normal;
}
h1 a span, h2 a span {
 color: #000;
 /*font-weight: bold;*/
}

h1 a, h2 a {
 color: #C80000; 
 text-decoration: none;
}
#content {
 width: 750px;
 height: 450px;
 /*margin: 0 auto;*/
 position: absolute;
 margin-left: -375px;
 margin-top: -225px;
 left: 50%;
 top: 50%;
}

#left {
 float: left;
 width: 373px; 
 background:  url('images/startrac/left_bg.jpg') 0 0 no-repeat;
 margin-right: 4px;
   
}

#right {
 float: left;
 width: 373px;
 
 background: url('images/startrac/right_bg.jpg') 0 0 no-repeat;
}

a.blank_href {
 display: block;
 height: 260px;
 width: 370px; 
}

.obsah {
 height: 158px; 
 background: url('images/startrac/bg_bottom.jpg') left bottom no-repeat;
}

.obsah p{
 margin-top: 20px;
 padding-left: 20px;
 padding-right: 20px;
 text-align: justify;
}

a.vstupte {
 display: block;
 float: right;
 padding-left: 40px;
 margin-right: 20px;
 background: url('images/startrac/sipecky.png') 0 3px no-repeat;
 _background: url('images/startrac/sipecky2.jpg') 0 4px no-repeat;
 text-decoration: underline;
 font-size: 14px;
 font-weight: bold;
 color: #C80000;
}
/*pomocne*/
.clearfix:after {

content: ".";

display: block;

height: 0;

clear: both;

visibility: hidden;

}

.cleaner {

 clear: both;

 line-height: 1px;

 height: 1px;

}

.clearfix {display: inline-block;}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */ 

.cleaner {
 clear: both;
 margin: 0;
 padding: 0;
}
