@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/bkg-sofa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	background-attachment: fixed;
}


#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 35px;
	width: 80%;
	margin-top: 60px;
	padding-left: 50px;
	background-image: url(images/logo-blk-strip.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
}

#content {
	height: 350px;
	width: 100%;
	float: left;
}

.maincontent {
	float: left;
	height: 350px;
	width: 400px;
	background-image: url(images/logo-elekteck.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000;
	margin-left: 10px;
}

.maincontenttext {
	float: left;
	height: 340px;
	width: 250px;
	background-image: url(images/logo-elekteck.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #000;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	opacity: 0.9;
}


#menu {
	float: left;
	height: 30px;
	width: 840px;
	margin-bottom: 10px;
	background-color: #000;
	padding-left: 10px;
	padding-top: 15px;
	margin-top: 10px;
	margin-left: 40px;
}

#menu2 {
	float: left;
	height: 50px;
	width: 370px;
	background-color: #000;
	padding-left: 10px;
	padding-top: 15px;
	margin-top: 10px;
	margin-left: 10px;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}


.menutexton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #990;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}

#dates {
	float: left;
	height: 150px;
	width: 1200px;
	margin-left: 10px;
	background-color: #000;
	margin-top: 10px;
	opacity: 0.9;
}

#dates2 {
	float: left;
	height: 75px;
	width: 1200px;
	margin-left: 10px;
	margin-top: 10px;
	opacity: 0.9;
}

.venue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	height: 150px;
	width: 150px;
	float: left;
}

.releases {
	height: 270px;
	width: 450px;
	margin-top: 20px;
	background-color: #000;
	float: right;
	margin-right: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
	text-decoration: none;
}

.footer {
	clear: both;
	float: left;
}
