/************************************************************************************
*  Stylesheet für www.holystarfire.de                                          *
*************************************************************************************
	Copyright 2009 by Johannes Neubert                                               

	STAND:
 		06.07.2010
		
*************************************************************************************/

/************************************************************************************/
/* Reset Browserspezifischer Einstellungen                                          */
/************************************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************************************************************************/
/* Typografische Styles                                                             */
/************************************************************************************/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: black;
	background-image: url(bilder/hg-konzert.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

/*Überschriften*/

#inhalt h1 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #7E2223;
	font-size: 1.4em;
	font-weight: bold;
}
#inhalt h2 {
	margin-top: 0.7em;
	margin-bottom: 0.5em;
	color: #7E2223;
	font-size: 1.2em;
	font-weight: bold;
}
#inhalt h3 {
	margin-bottom: 0.5em;
	color: #7E2223;
	font-size: 1.0em;
	font-weight: bold;
}

#rechte_spalte h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #7E2223;
	font-size: 1.0em;
	font-weight: bold;
}


/*Absätze*/
#inhalt p {
	margin-bottom: 0.5em;
	font-size: 1.0em;
	line-height: 140%;
	text-align: justify;
}
#rechte_spalte p {
	margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 140%;
}

/*Bildformatierung*/

#inhalt dd {
	margin-top: 0.5em;
	text-align: center;
	font-size: 0.9em;
}

/* Links Allgemein */
a {
	color: #7E2223;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #7E2223;
	text-decoration: underline;
}

/* Navigation */
a.navi-l1 {
	padding: 0em 1em;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navi-l1:hover {
	padding: 0em 1em;
	color: #FFFA9B;
	font-weight: bold;
	text-decoration: underline;
}
a.navi-l1-aktiv {
	padding: 0em 1em;
	font-size: 1.1em;
	color: #FFFA9B;
	font-weight: bold;
	text-decoration: underline;
}
a.navi-l1-aktiv:hover {
	padding: 0em 1em;
	color: #FFFA9B;
	text-decoration: underline;
}
a.navi-l2 {
	padding: 0em 1em;
	color: #7E2223;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
a.navi-l2:hover {
	padding: 0em 1em;
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}
a.navi-l2-aktiv {
	padding: 0em 1em;
	color: #888888;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
a.navi-l2-aktiv:hover {
	padding: 0em 1em;
	color: #888888;
	text-decoration: none;
}
span.leveldrei {
	color: #4C4C4C;
	line-height: 140%;
}

body {
text-align: center;	/*Dies ist für die zentrierte Ausrichtung im IE nötig*/
}

#hintergrund {
	margin:0px;
	padding:0px;
	padding-top:10px;
	width:100%;
	height:100%;

}

#banner {
	margin:0px;
	padding-top:169px;
	width:100%
	height:169px;
	background-image: url(bilder/logo-konzert.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
}
#mittelrahmen {
	margin: 10px auto;
	width: 780px;
	text-align: left; /*Dies setzt die zentrierte Ausrichtung für den IE zurück */
}

#navi_l1 {
	margin: 0px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-top: solid 2px white;
	width: 100%;
	text-align: center;
	background-color: #7E2223;
}

#navi_l2 {
	margin: 0px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: solid 2px white;
	width: 100%;
	text-align: center;
	background-color:#FFFA9B;
}

#inhalt { 
	margin-top: 25px;
	margin-left: 5%;
	width: 60%;
	float: left;
}

#rechte_spalte {
	margin-top: 50px;
	margin-right: 5%;
	width: 25%;
	float: right;
}
#fusszeile {
	padding-top: 3em;
	padding-bottom: 2em;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	clear: both;
}


/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #000000;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	background-color: #ffffff;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 260px;
	padding: 2px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	background-color: #ffffff;
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	background-color: #ffffff;
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	background-color: #ffffff;
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #ffffff;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
