body {
	font-family: "Times New Roman", Times, serif;
	background:black;
	text-align:center;
}

* {
   margin:0;
   padding:0;
}

a img, img {
	border:0;
}
/*#cc9966*/
#container, #container2 {
	background: transparent url('wall.jpg') top left no-repeat;
	width:800px;
	height:770px;
	margin-left:auto;
	margin-right:auto;
	color:white;
}

#container2 {
	background: transparent url('wall2.jpg') top left no-repeat;
}

#outside {
	width:800px;
	margin-left:auto;
	margin-right:auto;	
}

#header {
	height:200px;
}

#headline a {
	color:white;
}

#headline {
	position:absolute;
	top:10px;
	z-index:-1;
	text-align:center;
}

#menu {
	width:210px;
	float:left;
}

#content {
   float:left;
   padding-left:40px;
   padding-top:25px;
   height:540px;
   overflow:auto;
   width:500px;
}

#menu_ul li {
	display: block;
}

#menu_ul li a {
   display:block;
   width:210px;
   height:75px;
   overflow:hidden;
   color:white;
   font-weight:bold;
}

#menu_ul li a span {
   display:block;
   width:210px;
   height:75px;
   position:absolute;
   _left:0;
}

#a {
	background: transparent url('novinky.png') top left no-repeat;
}

#b {
	background: transparent url('fotogalerie.png') top left no-repeat;
}

#c {
	background: transparent url('audio-ukazky.png') top left no-repeat;
}

#d {
	background: transparent url('texty.png') top left no-repeat;
} 

#e {
	background: transparent url('videoklipy.png') top left no-repeat;
}

#f {
	background: transparent url('live-of-stage.png') top left no-repeat;
}

#g {
	background: transparent url('obrazky.png') top left no-repeat;
}

#footer {
   width:800px;
   text-align:right;
   color:white;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:9px;
}

#footer a, #content a {
   color:#66ccff;
}

.cleaner {
   clear:both;
}

div.error {
   border:2px solid red;
   background:#ffffcc;
   color:red;
   font-weight:bold;
   padding:5px;
   margin-left:auto;
   margin-right:auto;
   margin-top:5px;
   margin-bottom:15px;
   text-align:center;
}

div.message {
   border:2px solid black;
   background:#ffffcc;
   color:black;
   padding:5px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   margin-top:5px;
   margin-bottom:15px;
}

table.news td {
	padding:5px;
}

div.new_top {
	width:450px;
	height:27px;
	background: transparent url('new_top.png') top left no-repeat;
}

div.new_bottom {
	width:450px;
	height:27px;
	background: transparent url('new_bottom.png') top left no-repeat;
	margin-bottom:15px;
}

div.new_middle {
	width:450px;
	background: white url('new_middle.gif') top left repeat-y;
	color:black;
	text-align:center
}

div.new_middle h3 {
	font-size:19px;
	width:420px;
	margin-left:12px;
}

div.new_middle span.date {
	display:block;
	width:420px;
	text-align:right;
	font-size:9px;
	margin-bottom:3px;
}

div.new_middle span.text {
   display:block;
   width:420px;
	margin-left:12px;
}

div.photos {
	text-align:center;
}

img.photo {
	margin:5px;
	border:2px solid #cc9966;
}