.newweb {
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 5;
    text-align: center;
    width: 850px;
    }
.newweb p {
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
    }
.newweb p span {
    font-size: 16px;

    }    
.newweb p a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
        font-weight: bold;
    }        
.newweb p a:hover {
    color: #fff;
    text-decoration: none;
    }            
.header {
    width:860px;
    height:60px;
    border:1px solid #CC0000;
    padding:20px;
    margin:10px 0 20px 0;
    background:#000000;
    }
    
.header img {
    border:0;
    }
    
.header div {
    margin:10px 0;
    margin-left:35px;
    }
    
.header .logo {
    float:left;
    width:262px;
    height:64px;
    }
.header .festival {
    float:left;
    width:145px;
    height:37px;
    }
    
.header .festival a {
    display:block;
    height:37px;
    text-indent:-9999px;
    background:url("/img/h_festival.png") top no-repeat;
    }
    
.header .festival a:hover, .header .festival a.active {
    background:url("/img/h_festival.png") bottom no-repeat;
    }
    
.header .massacre {
    float:left;
    width:200px;
    height:43px;
    }
    
.header .massacre a {
    display:block;
    height:43px;
    text-indent:-9999px;
    background:url("/img/h_massacre.png") top no-repeat;
    }
    
.header .massacre a:hover, .header .massacre a.active {
    background:url("/img/h_massacre.png") bottom no-repeat;
    }
    
.header .eshop {
    float:left;
    width:128px;
    height:44px;
    }
    
.header .eshop a {
    display:block;
    height:44px;
    text-indent:-9999px;
    background:url("/img/h_eshop.png") top no-repeat;
    }
    
.header .eshop a:hover, .header .eshop a:active  {
    background:url("/img/h_eshop.png") bottom no-repeat;
    }

.flash_radio_prejsi {
    margin-bottom:10px;
}

.partners {
    text-align:center;
}

.partners img {
    margin: 10px 5px 5px;
    vertical-align: middle;
}

span.more_link {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #FFF;
    display: block;
    cursor: pointer;
    padding: 3px 20px 5px 35px;
    border: 1px solid #D37B34;
    font-size: 11px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom: none;
    border-right: none;
    background: #4F190A url(/img/more_arrow.png) 10px 6px no-repeat;
}
span.more_link:hover {
    background: #9F4518 url(/img/more_arrow.png) 10px 6px no-repeat;
}
div.cs_column div.news, div.en_column div.news {
  width: 380px;
  min-height: 65px;
  overflow: hidden;
  border: 1px solid #D37B34;
  margin-bottom: 10px;
  background: url(/img/bg_news.png) 0 0 repeat;
  padding: 10px 10px 25px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  clear: both;
  position: relative;
  
}
span.author {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -170px;
}

* {
  margin: 0;
  padding: 0;
}

body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #000;
}
div.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.container {
	width: 900px;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	
}
/*
.header {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	font-size: 12px;
	height: 75px;
	border: 1px solid #C00;
	margin-top: 10px;
}


.header h1 {
	margin: 0;
	padding: 10px 0; 
}
.header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/
.mainContent {
	background: url(/img/MetalGateX.gif) 0 0 repeat;
	min-height: 660px;
  _height: 660px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 5px;
	border: 1px solid #C00;
	margin-bottom: 5px;
	padding-top: 20px;
	position: relative;
}
.mainContent h2 {
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	margin: 25px 0 5px 0;
	letter-spacing: -0.04em;
}
.mainContent h2.cs a {
	padding-left: 35px;
	background: url(/img/cs_flag.gif) left 0.25em no-repeat;
	float: left;
	display: inline;
	margin: 0 0 5px 0; 
}
.mainContent h2.en a {
	padding-left: 35px;
	background: url(/img/en_flag.gif) left 0.25em no-repeat;
	float: left;
	display: inline;
	margin: 0 0 5px 0; 
}
.mainContent p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.4em;
}
.mainContent h2 a {
	color: #FFF;
	text-decoration: none;
}

.copyright {
	border: 1px solid #C00;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 10px;
	text-align: center;
	clear: both;
}
.copyright p {
	font-size: 10px;
	font-weight: bold;
	color: #F90;
	display: inline;
}

.copyright p a {
	color: #F90;
}




.footer {text-align: center;}
#footer {
	padding: 0 10px;
	background-color: #000;
	color: #F00;
	border: 1px solid #C00;
	font-family: Verdana, Geneva, sans-serif;
	
}
#footer p {
	margin: 0;
	padding: 10px 0; 
}
.footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px 5px 5px 5px;
    vertical-align:middle;
}

.fltlft {
	float: left;
}
.black {
	color: #000;
}


img.logo {
  margin-left: 10px;
}




div.cs_column {
  width: 400x;
  float: left;
  display: inline;
  margin-right: 45px;
  margin-left: 4px;
  padding-bottom: 30px;
}
div.en_column {
  width: 400px;
  float: left;
  display: inline;
  padding-bottom: 30px;
}
.mainContent a {
	color: #FFF;
}

div.more, div.news {
    display: none;
}
