/**********************/
/* Grundkonfiguration */
/**********************/

body {
	background-image:url(../images/hintergrund.jpg);
}


#titel {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
	margin-top: 12px;
}

#leftColumn {
	float:left;
	width:200px;
	margin-right: 5px;
	max-width:200px;
}

#languageMenuContain {
}

#languageMenu {
	text-align: center;
}

#leftMenuContain {
	font-family: "Times New Roman", "Simplified Arabic";
	margin-top: 48px;
	margin-bottom:72px;
}	

#leftMenu a {
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 6px;
}

#leftMenu ul li {
	font-size: 16px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	margin-left: -25px;
	font-variant: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
}

#leftMenu ul ul li {
	font-size: 14px;
	font-weight: 400;
	list-style-position: outside;
	text-align: left;
	margin-left: -25px;
	font-variant: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	list-style-type: disc;
}

#leftMenu ul ul ul li {
	font-size: 14px;
	font-weight: lighter;
	list-style-position: outside;
	text-align: left;
	margin-left: -25px;
	font-variant: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	list-style-type: disc;
}

#leftMenu ul ul ul ul li {
	font-size: 12px;
	font-weight: lighter;
	list-style-position: outside;
	text-align: left;
	margin-left: -25px;
	font-variant: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	list-style-type: disc;
}

#leftContent {
	text-align:justify;
}

#counterContain {
	margin-top:72px;
	text-align: center;
	margin-bottom:72px;
}

#counter {
	text-align: center;
}

#rightColumn {
	float:right;
	width:200px;
	margin-left: 5px;
	max-width:200px;
}

#rightContent {
	text-align:justify;
}

#cleaningLine {
	clear:both;
	font-size:1px;
	height:1px;
	max-height:1px;
	
}

#footercopyrights {
	float:left;
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	width:200px;
	overflow:hidden;
	margin-right: 5px;
	max-width:200px;
	text-align: left;
}

#footerlinks {
	float:inherit;
	overflow:hidden;
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: right;
}

a {
	font-family: "Times New Roman", "Simplified Arabic";
	color: #000000;
}

.h1, h1 {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 32px;
	font-weight: bold;
	color: #800000;
	text-align: left;
	margin-top: 9px;
}

.tablelinealone {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
	text-indent: -25px;
	padding-left: 25px;
	padding-top: 6px;
	margin-top: 6px;
}

.h2, h2 {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 9px;
}

.p, p {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 14px;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 1.25;
}

.tablelinemiddle {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -25px;
	padding-left: 25px;
}

.tablelinebook {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
}

.tablecategories {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 5px;
}

.tablelinetop {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	text-indent: -25px;
	padding-left: 25px;
	margin-top: 6px;
}

.tablelinebottom {
	font-family: "Times New Roman", "Simplified Arabic";
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	text-indent: -25px;
	padding-left: 25px;
	margin-bottom: 6px;
}

/*************/
/* PowerMail */
/*************/
 
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,
div.tx-powermail-pi1_confirmation,
div.tx-powermail-pi1_thx {
	/* Fieldset */
	border: 1px solid #000;
	padding: 10px;
}

div.tx-powermail-pi1_confirmation p {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	font-size:22px;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	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,
fieldset.tx-powermail-pi1_fieldset powermail_countryselect {
	/* Input and textarea */
	width: 300px;
	max-width:300px;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 20px 0;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	/* submit button */
	display: block;
	float: left;
	clear: both;
	width: 120px;
	margin-top = 20px:
	margin-bottom = 20px;
	margin-right:30px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	font-weight: bold;
	width: 120px;
	margin-top = 20px:
	margin-bottom = 20px;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

div.countryzone {
	margin: 10px 0 0 200px;
}

div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}

div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
	background-color:#FFFFFF;
}

div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 150px;
	padding: 5px;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}

div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}

fieldset.tx-powermail-pi1_fieldset div.even {
}

	/* Confirmation */
td.powermail_all_td {
	padding: 10px;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

/**********************/
/* PowerMail Frontend */
/**********************/
 
div.tx-powermailfrontend-pi1 {
}

div.powermailfe_listitem,
div.powermailfe_latestitem {
	border: 1px solid #444;
	padding: 0 5px;
	margin-top: 25px;
	margin-bottom: 5px;
}

div.powermailfe_listitem_even,
div.powermailfe_latestitem_even {
}

dt.pfe_all_dl {
	font-weight: bold;
	float: left;
	clear: both;
	width: 150px;
	min-height: 20px;
	margin-bottom: 10px;
	display: block;
}

dd.pfe_all_dl {
	margin-left: 150px;
	min-height: 20px;
	margin-bottom: 10px;
	display: block;
}

div.powermailfe_filter_div label {
	float: left;
	clear: both;
	margin-right: 15px;
	width: 180px;
	font-weight: bold;
}

div.powermailfe_filter_div {
	clear: both;
}

input.powermailfe_filter_submit {
	margin: 5px 0 0 195px;
}

	/* Edit */
div.powermailfe_edititem dl dd {
	margin: 10px 0;
}

input.powermail_frontend_edit {
	width: 250px;
}
