/* START elements
**********************************/

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #000000;
}
#wrapper {
	background: url(../images/bg.gif);
	border: #FFFFFF solid 1px;	
	margin: 10px auto;
	overflow: auto;
	width: 950px;
}
#container {
	background: url(../images/scary.gif) bottom right no-repeat;
	overflow: auto;
	width: 950px;
}
#sidebar {
	float: left;
}
#menu {
	background: url(../images/logo.gif) top left no-repeat;
	height: 380px;
	padding: 80px 0 0 0;
	text-align: right;
	width: 430px;
}
#live {
	background: url(../images/live_shit.gif) top no-repeat;
	height: 220px;
	padding: 85px 40px 0 185px;
	width: 200px;
}
#facebook {
	height: 220px;
	padding: 85px 40px 0 95px;
	width: 200px;
}
#main {
	background: url(../images/band.gif) top no-repeat;
	float: right;
	padding: 185px 20px 20px 10px;
	width: 485px;
}
#koncertarchivum, #galeria {
	margin-top: 15px;
	overflow: auto;
}
#koncertarchivum div {
	float: left;
	overflow: visible;
	padding-bottom: 8px;
	width: 160px;
	height: 55px;
}
#galeria div {
	float: left;
	overflow: visible;
	padding: 0 12px 8px 0;
	width: 100px;
}
#galeria a:link, #galeria a:visited, #galeria a:active, #galeria a:hover {
	color: #efefef;
}
#footer {
	clear: both;
	padding: 20px;
	text-align: center;
	width: 910px;
}
/* END elements
**********************************/

/* START links
**********************************/

a:link {
	color: #ae0101;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #ae0101;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #ae0101;
	font-weight: bold;	
	text-decoration: none;
}
a:hover {
	color: #ae0101;
	font-weight: bold;	
	text-decoration: none;
}
/* END links
**********************************/

/* START fonts
**********************************/
	
H1 {
	color: #ae0101;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
H2 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
}
.highlight {
	color: #ae0101;
	font-weight: bold;
}

/* END fonts
**********************************/

.picture {
	border: 1px #FFF solid;
}

