@charset "utf-8";
/* CSS Document */

body, html {
	height:100%;
}

body {
	margin-left: 00px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0b0808;
	background-image:url(../images/back_main.jpg);
	background-repeat:repeat-x;
	color:#d4d2ad;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;

}

#lang {
	margin-bottom:420px;
	width:880px;
	text-align: right;
	font-weight:bold;
}
#lang .active {
	background-color:#48453a;
	color:#0b0808;
	padding:3px;
	
}
#main {
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	height:100%;

	padding-left:20px;
	


}

#left {
	width:380px;
	float:left;
}
#right {
	width:500px;
	float:left;
	
}
#koncerty {
	border-bottom:2px solid #48453a;
	margin-bottom:40px;
}

#koncerty td {
	vertical-align:top;
	color:#48453a;
	padding-bottom:15px;
}
#koncerty td.date {
	font-size:32px;
	font-weight:bold;
	line-height: 24px;	
}
#koncerty td.separator {
	font-size:32px;
	line-height: 24px;	
}
#koncerty td.event {
	padding-left:10px;
	line-height: 14px;
}
#koncerty td.event .place {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#koncerty td.event .city {
	font-size:11px;
}
#koncerty td.event .comment {
	font-size:9px;
}
#koncerty a {
	text-decoration:none;
	color:#48453a;
}
#koncerty a:hover {
	color:#d4d2ad;
}

.news {
	margin-bottom:40px;
}
.news .title {
	font-size:32px;
	line-height: 24px;	
}
.news .date {
	font-size:12px;
	line-height: 24px;	
	color:#48453a;	
}
.news .news_header {
	border-bottom:solid 2px #d4d2ad;
	margin-bottom:5px;
}

.news a {
		text-decoration:none;
		border-bottom:dotted 1px;
		color:#d4d2ad;
}

.news a.detail {
	text-decoration:none;
	border-bottom:hidden;
	font-size:17px;
}

.news a:hover {
	color:#E8E7D2;
}


#kontakt {	color:#48453a;}

a {	text-decoration:none;color:#d4d2ad;}
a:hover {color:#E8E7D2;}


