/* CSS Document */
body
{background-color: #000;
color:#fff;
padding:0;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(../img/bgr-body.png);
line-height: 130%
}

h1{
font-size:20px;
color: #BB2C17;
letter-spacing: 2px
}
h2{
font-size:16px;
color: #BB2C17;
letter-spacing: 2px;
margin: 0;
padding:0
}
p{
font-size:12px}
hr {   

	width: 100%;
	display: block;
	height: 1px;
	padding-left:5px;
	border-top: 1px solid #4d4d51;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	}
a {
color:#FF6600;
text-decoration:underline
}
a:hover {
color: #ccc;
text-decoration: overline
}

#menu{
margin:0;
padding:0;

display:block
}
#menu a{
margin:0;
padding:10px;
font-size:15px;
display:block;
font-weight:bold;
color: #000000;
text-decoration:none
}
#menu a:hover{
margin:0 ;
padding:10px;
display:block;
position: relative;
left:0px;
color:#ccc;
text-decoration:none
}

#container{
width: 955px;
height:100%;
min-height:100%;
margin:auto;
background-image:url(../img/bgr-container.png);
background-repeat:repeat-y

}
#head{
width: 775px;
height:230px;
min-height:100%;
margin:auto;
padding:30px 100px 0px 80px;
background-image:url(../img/head.png);
background-repeat:repeat-x
}
.button{
display:block;
margin:10px;
padding:4px;
background-image:url(../img/bgr-button.png);
background-repeat:repeat-x;
float:left
}
/*jazykove menu*/
#jazykove-menu {
font-size:11px;
color: #fff;
}
a.cz
{
    color: #fff;
	margin:2px;
	background: url(../img/cz.png) center left no-repeat;
	padding: 2px 4px 2px 18px;
	text-decoration:none
}
a:hover.cz
{
	background: url(../img/cz-over.png) center left no-repeat;
	padding: 2px 4px 2px 18px;
	text-decoration:overline;
	color: #FF6600;
}
a.en
{
    color: #fff;
	margin:2px;
	background: url(../img/en.png) center left no-repeat;
	padding: 2px 4px 2px 18px;
	text-decoration:none
}
a:hover.en
{
	background: url(../img/en-over.png) center left no-repeat;
	padding: 2px 4px 2px 18px;
	text-decoration: overline;
	color: #FF6600;
}
#content {
margin: 10px 100px
}
.cistic, .clear{
clear:both}
#footer {
height: 154px;
margin: 0;
padding: 0 ;
background-image:url(../img/footer.png);
}
.left{
float:left}
.right{
float:right}
.novinka{	
	
	text-align:left

}
.red{
color: #FF0000
}
.red-over{
color: #FF0000;
text-decoration:line-through
}
.input{
	background-color: #666666;
	border: 1px solid  #CCCCCC;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	color: #000000;
}






