/*
###################################
### Universal
###################################
*/

*
{
	margin: 0px;
    padding: 0px;
    outline: 0px;
    -moz-outline: 0px;
}

/* Clearfix */

.clearfix:after 
{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1px; }
.clearfix { display: block; }

img
{
	display: block;	
	border: none;	
}

a, a:hover, a:visited, a:active
{
	text-decoration: none;
	color: #918740;
}

h1
{
	font-size: 26px;
	color: #918740;	
}

h2
{
	font-size: 20px;
	color: #918740;	
}

/*
###################################
### Framework
###################################
*/

body
{
	font-family: Arial;
	font-size: 12px;
	background: url("../gfx/body_bg.gif");
	color: white;
}

#wrapper
{
	min-width: 1000px;
	height: 1000px;
	background: url("../gfx/logo_bg.jpg") no-repeat;
}

#links
{
	height: 100%;
	float: left;
}

#impressum
{
	text-decoration: none;
	color: #918740;
	margin-top: 30px;
	padding: 0px 0px 0px 65px;
}

#menu
{
	background: url("../gfx/menu_bg.gif") repeat-x;
	height: 41px;
}

#menu ul
{
		width: 863px;	
}

#menu ul li
{
	height: 41px;
	list-style-type: none;
	float: left;
}

#menu_ornament_links
{
	background: url("../gfx/menu_ornament_links.gif") no-repeat;
		width: 43px;
		height: 41px;
}

#menu_news, #menu_news_aktiv
{
	background: url("../gfx/menu_news.gif") 0px 0px no-repeat;
	width: 42px;
	height: 41px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -999999px;	
}

#menu_news:hover, #menu_news_aktiv
{
	background-position: -42px 0px;	
}

.seperator
{
	background: url("../gfx/menu_seperator.gif") no-repeat;
		width: 14px;
		height: 41px;
}

#menu_releases, #menu_releases_aktiv
{
	background: url("../gfx/menu_releases.gif") 0px 0px no-repeat;
	width: 67px;
	height: 41px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -999999px;	
}

#menu_releases:hover, #menu_releases_aktiv
{
	background-position: -67px 0px;	
}

#menu_bands, #menu_bands_aktiv
{
	background: url("../gfx/menu_bands.gif") 0px 0px no-repeat;
	width: 46px;
	height: 41px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -999999px;	
}

#menu_bands:hover, #menu_bands_aktiv
{
	background-position: -46px 0px;	
}

#menu_sounds, #menu_sounds_aktiv
{
	background: url("../gfx/menu_sounds.gif") 0px 0px no-repeat;
	width: 55px;
	height: 41px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -999999px;	
}

#menu_sounds:hover, #menu_sounds_aktiv
{
	background-position: -55px 0px;	
}

#menu_live, #menu_live_aktiv
{
	background: url("../gfx/menu_live.gif") 0px 0px no-repeat;
	width: 33px;
	height: 41px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -999999px;	
}

#menu_live:hover, #menu_live_aktiv
{
	background-position: -33px 0px;	
}

#menu_shop, #menu_shop_aktiv
{
	background: url("../gfx/menu_shop.gif") 0px 0px no-repeat;
	width: 65px;
	height: 41px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -999999px;	
}

#menu_shop:hover, #menu_shop_aktiv
{
	background-position: -65px 0px;	
}

#menu_links, #menu_links_aktiv
{
	background: url("../gfx/menu_links.gif") 0px 0px no-repeat;
	width: 42px;
	height: 41px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -999999px;	
}

#menu_links:hover, #menu_links_aktiv
{
	background-position: -42px 0px;	
}

#menu_contact, #menu_contact_aktiv
{
	background: url("../gfx/menu_contact.gif") 0px 0px no-repeat;
	width: 63px;
	height: 41px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	text-indent: -999999px;	
}

#menu_contact:hover, #menu_contact_aktiv
{
	background-position: -63px 0px;	
}


#menu_ornament_rechts
{
	background: url("../gfx/menu_ornament_rechts.gif") no-repeat;
		width: 39px;
		height: 41px;
}

#rechts
{
	width: 730px;
	float: left;
}


/*
###################################
### Templates Typo3
###################################
*/

.haupt_inhalt
{
	width: 470px;
	float: left;
}

.haupt_inhalt ul
{
	list-style-image: url("../gfx/list_style_image.gif");
	padding-left: 25px;
}

.band_head
{
	margin-bottom: 10px;
}

.band_name
{
	margin-bottom: 10px;	
}

.news
{
	margin-bottom: 5px;
}

.bio
{
	margin-bottom: 5px;
}

.haupt_inhalt
{
	padding: 45px 0px 0px 45px;	
}

.haupt_inhalt p
{
	margin-bottom: 30px;	
}

.template_band
{
	float: left;
}

.template_news
{
	float: left;
}

.template_live
{
	width: 470px;
	float: left;
	margin-bottom: 30px;
}

.template_live img
{
	margin-bottom: 10px;	
}

.template_releases
{
	float: left;
}

.template_bands
{
	width: 157px;
	height: 74px;
	float: left;
	padding: 0px 20px 20px 0px;
}

.template_bands img
{
	width: 157px;
	height: 74px;
	padding: 20px 20px 0px 50px;	
}

.neben_inhalt
{
	width: 190px;
	float: left;
	padding: 210px 0px 0px 10px;

}

.neben_inhalt_live
{
	float: left;
	margin-top: 20px;	
}

.neben_inhalt_bands
{
	float: left;
	margin-top: 20px;		
}

.neben_inhalt_live ul
{
	list-style-type: none;
}


.neben_inhalt img
{
	margin-bottom: 7px;
}

.info_box
{
	float: left; 	
}

.info_box img
{
	display: block;
	float: left;
}


.info_box p
{
	display: block;
	width: 100px;
	float: left;
	padding: 2px 0px 0px 5px;
	font-size: 8px;
}

.template_news .neben_inhalt
{
	padding: 10px 0px 0px 60px;
}

.release_box
{
	width: 455px;
	margin-bottom: 30px;
	float: left;
	border: 2px solid #670003;
	background: url("../gfx/release_box_bg.gif") no-repeat;
	background-position: top right;
}

.release_box img
{
	float: left;
	padding-right: 10px;
}

.release_box p
{
	margin-bottom: 0px;
}


.off
{
	display: none;	
}

/*
###################################
### Formular
###################################
*/


.csc-mailform
{
	width: 500px;
	margin-top: 57px;
	padding: 5px 0px 5px 0px;
	border: none;
}

.csc-mailform-field
{
	margin-bottom: 5px;
	padding-left: 8px;
	padding-right: 20px;
	border: 1px;
}

.csc-mailform-field label
{
	display: block;
	width: 100px;
	float: left;
	border: 1px;

}

.csc-mailform-field input, textarea
{
	margin-left: 10px;
	width: 300px;
	border: 1px solid #730403;
}

.csc-mailform-submit
{
	margin-left: 110px !important;
	width: 302px !important;
	background-color: #730403;
	color: white !important;
}









