body {
	background: #002200;
	padding: 0px;
	margin: 0px;
	color: #ccc;
	font: 80% sans-serif, verdana;
}

a { 	color: #ccc; }

#maincontainer {
	width: 980px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#saxofon {
	background: url('images/saxofon.jpg') bottom left no-repeat;
}
#lavastrana {
	width: 230px;
	float: left;
}
#pravastrana {
	background: url('images/noty.png') top right no-repeat;
	width: 750px;
	float: left;
}

.inertube {
	margin: 0px;
	padding: 20px;
	text-align: left;
}

#topcontainer {
	background: url('images/top.jpg') no-repeat;
	width: 980px;
	height: 200px;
}


#paticka {
	height: 50px;
	padding: 5px;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	width: 980px;
	border-top: 1px dotted #ccc;
	clear: both;
	margin: 0 auto; /*Center container on page*/
}


		/*********** menu *************/

#menu {
	position: relative;
	top: 40px;
	padding: 0px 0px 0px 0px;
}
#menu a {
	font-weight: bold;
	display: block;
	color: #ccc;
	padding: 8px 0px 8px 30px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#menu a:hover {
	background: #002200  url('images/noticky.png') top left no-repeat;
	color: #fff;
}


		/*********** misc *************/

h1, h2, h3, h4 {
	color: #c90;
}

.cd {
	height: 220px;
}

.pesnicka {
	height: 20px;
	width: 180px;
}

.obrazok {
	margin-right: 40px;
	padding: 2px;
	border: #ccc dotted 1px;
	float: left;
}
.obrazok_brm {
	margin-right: 4px;
	padding: 2px;
	border: #ccc dotted 1px;
	float: left;
}

.reproduktor {
	border: none;
	height: 20px;
	width:  20px;
}

.galeria {
	width: 350px;
	float: left;
	margin: 0 5px 5px 0;
}
.fotka {
	padding: 2px;
	border: #ccc dotted 1px;
}

.kontakt {
	margin: 0 0 0 100px;
}

.bold { font-weight: bold; }
.red  { color: red; }
.right  { text-align: right; }

