body {
	color:#bababa;
	font:13px 'Lucida Grande', Verdana, sans-serif;
	background-color:#0e0e0e;
	background-image: url(../images/bg_patern.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container_all {
	display: block;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 95px;
	background: url(../images/header_bg.jpg) repeat-x top;
	text-align:center;
}

#kontakt {
	font-size: 11px;
	text-align:right;
}

table.kntk {
	width: 900px;
	border:none;
	
}

.headerMenu {
	display: inline;
}

#music {
	display: block;
	width: 100px;
	float: right;
}

#container_content {
	display:block;
	width:100%;
}

#menu {
	display: none;
	padding-left: 20px;
	width: 15%;
	float: left;	
}

#content {
	margin: auto;
	display: block;
	width: 900px;
	padding: 30px;
	float: left;
	background-color:#0e0e0e;
}

.high400 {
	padding-top:10%;
	vertical-align:middle;
	display:block;
	height:400px;
}

.cData {
	height:30px;
	vertical-align:top;
}

.cDataImg {
	vertical-align:top;
	float:left;
	padding-right:20px;
}

.thumbHref {
	width: 210px;
	height: 200px;
	padding: 50px;
	background-color: #010101;
	text-align: center;
}

.photo {
	width: 100px;
	height: 100px;
	padding: 30px;
	background-color: #010101;
	text-align: center;
}

#footer {
	display: block;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 100%;
	height: 60px;
	background: url(../images/footer_bg.jpg) repeat-x top;
}

.error {
	padding: 10px;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

.info {
	color: #C0C0C0 ;
}

a:link {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	color: #5f5f5f;
	text-decoration: none;
}

a:hover {
	color: #d6d6d6 ;
	text-decoration: overline;
/*	color: #5f5f5f;*/
}

a:active {
	color: #d6d6d6 ;
	text-decoration: line-through;
}

.white {
       border-color: #ffffff;
       border-width: 2px;
}

H1 {
	margin:2 2 2 0px;
	padding:2 2 2 0px;
	font-weight:bold;
	color:#6262ff;
	font-size:13px;
}

H3 {
	margin:2 2 2 0px;
	padding:2 2 2 0px;
	font-weight:bold;
	color:#6262ff;
	font-size:12px;
}

p {
	margin-left:20px;
	margin-right:20px;
}

ul.square {
	list-style-type:square;
}

#gallery {
   width: 880px;
   height: 600px;
   background-color: #ddd
   border-width: thin;
      border-top-style: solid;
      border-bottom-style: solid;
      border-left-style: solid;
      border-right-style: solid;
}

.promo {
	color:#00ff33;
	font-weight:bold;
}