/**
 * Broncos MC
 * Main Stylesheet
 *
 * (c) EZdesign.de
 *
 * Author:   Timo Besenreuther
 * Created:  2008-04-22
 * Modified: 2008-04-22
 */


body {
	text-align: center;
}

a {
	color: #ddd;
}

a:hover {
	color: white;
}

a img {
	border: 0;
}


/**
 * general page design
 */

div#container {
	margin: 0 auto;
	text-align: left;
	width: 875px;
	background: url(../images/container_bg.png) repeat-y;
}

div#header {
	height: 237px;
	background: url(../images/header_bg.jpg) no-repeat;
}

div#footer {
	background: url(../images/footer_bg.png) black no-repeat;
	text-align: center;
	height: 40px;
	font-size: 10px;
	color: #616161;
}

div#footer a {
	color: #616161;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#content {
	margin: 20px 110px;
}

div#clearer {
	overflow: hidden;
	clear: both;
	height: 1px;
}

div#chapter {
	margin: 10px 0 0 0;
	text-align: center;
}

div#chapter img {
	margin: 0 7px;
}


/**
 * main navigation
 */

ul#mainnav {
	position: absolute;
	margin: 208px 0 0 201px;
	list-style: none;
}

ul#mainnav li {
	float: left;
	width: 81px;
	height: 25px;
	overflow: hidden;
}

ul#mainnav li a {
	display: block;
	height: 50px;
	width: 69px;
	overflow: hidden;
	text-indent: -999px;
	background-position: 0 0;
}

ul#mainnav li.active a,
ul#mainnav li.open a {
	margin-top: -25px;
}

ul#mainnav li.home a {
	background-image: url(../images/nav_home.gif);
}
ul#mainnav li.events a {
	background-image: url(../images/nav_events.gif);
}
ul#mainnav li.gallery a {
	background-image: url(../images/nav_gallery.gif);
}
ul#mainnav li.contact a {
	background-image: url(../images/nav_contact.gif);
}
ul#mainnav li.about a {
	background-image: url(../images/nav_about.gif);
}
ul#mainnav li.links a {
	background-image: url(../images/nav_links.gif);
}


/**
 * boxes
 */

div.box,
div.box_inner1,
div.box_inner2,
div.box_inner3 {
	background: url(../images/box_nail.png) transparent no-repeat;
}

div.box {
	background-position: left top;
	background-color: #252525;
	margin-bottom: 6px;
}

div.box_inner1 {
	background-position: right top;
}

div.box_inner2 {
	background-position: left bottom;
}

div.box_inner3 {
	background-position: right bottom;
	padding: 11px 19px;
}

div#box_right,
div#box_left {
	position: absolute;
	margin: 55px 0 0 113px;
	width: 227px;
}

div#box_right {
	margin-left: 544px;
}

div.box_half {
	width: 324px;
}


/**
 * content
 */

h1 {
	background: #151515;
	margin-bottom: 6px;
	padding: 6px 19px;
	color: #FAB300;
	font-weight: bold;
	font-size: 15px;
}

h2 {
	color: #C40000;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 11px;
}

.maincontent {
	color: #D8D8D8;
}

.readmore {
	margin-top: 2px;
	text-align: right;
}

.readmore a {
	text-decoration: none;
	color: #878787;
}

.readmore a:hover {
	color: white;
}


/**
 * gallery
 */

.ezGalleryListItem a {
	text-decoration: none;
	display: block;
	background: #151515;
	padding: 4px 10px;
	margin: 0 0 4px 0;
	font-size: 12px;
}


/**
 * newsletter
 */

.box_form_table input {
	margin: 0 0 0 5px;
	color: black;
	background: #444;
	color: white;
	border: 0;
	padding: 0 2px;
	height: 16px;
	line-height: 16px;
}

.box_form_table input.newsletterSubmit {
	background: transparent;
	padding: 0;
	padding: 0;
	float: right;
}

.box_form_table {
	width: 100%;
}

textarea,
input {
	color: black;
}

#newsletter_subscribe_error {
	font-weight: normal;
	border: 1px solid #C40000;
	padding: 2px;
	margin: 0 0 2px 0;
	display: none;
}

