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

body {
	background-color: #000;
	background-image: url(images/bkg-production.jpg);
	background-repeat: 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: 1000px;
	width: 80%;
}

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

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

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: 400px;
	width: 900px;
	margin-left: 150px;
}

.venue {
	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;
	background-color: #000;
	height: 175px;
	width: 200px;
}

.releases {
	width: 375px;
	margin-top: 50px;
	background-color: #000;
	float: right;
	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;
	text-align: justify;
	padding-right: 10px;
	opacity: 0.9;
	margin-right: 30px;
}

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


