/* @override http://www.sfk2009.ch/fileadmin/template/sfk.css */

/* -- Allgemein */

* {
	margin: 0;
	padding: 0;	
}

body {
}

#wrapper {
	width: 100%;
	height: 100%;
	background: url(pics/back.jpg) no-repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* -- Div Tags */
#head {
	height: 190px;
	width: 100%;
}

#head h1{
	font-size: 16px;
	padding-top: 130px;
	padding-left: 40px;
}

#head p {
	font-size: 12px;
	color: #7d7d7d;
	padding-left: 40px;
	padding-top: 3px;
}

#left {
	width: 200px;
	float: left;
}

#menu {
	width: 200px;
	border-bottom: 1px dotted #7d7d7d;
}

#menu a{
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 40px;
	display: block;
}

#navpoint {
	background-color: #fff;
	width: 200px;
	border-top: 1px dotted #7d7d7d;
	border-right: 1px dotted #7d7d7d;
}


#navpoint:hover {
	background-color: #b0b0b0;
}



#sponsor {
	background-color: #fff;
	height: 100px;
	width: 200px;
	float: left;
	margin-top: 50px;
	border-top: 1px dotted #7d7d7d;
	border-right: 1px dotted #7d7d7d;
	border-bottom: 1px dotted #7d7d7d;
}

#content {
	background-color: #fff;
	min-height: 450px;
	height:auto !important;  /* für moderne Browser */
  	height:450px;  /*für den IE */
	width: 600px;
	float: left;
	margin-left: 40px;
	border: 1px dotted #7d7d7d;
}

#content h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 20px 5px;
}

#content p, table {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 20px;
}

#content ul {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 19px;
	margin-bottom: 20px;
}


/* 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_exclamation3.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
	font-size: 12px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	font-size: 14px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-size: 12px;
}
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 */
	width: 260px;
}
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: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-size: 12px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}
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;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 12px;
}
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: white;
}

div.tx-powermail-pi1_confirmation input.tx-powermail-pi1_confirmation_back {
	/* submit button */
	margin: 0 0 10px 20px;
	font-size: 12px;
	float: left;
}

div.tx-powermail-pi1_confirmation input.tx-powermail-pi1_confirmation_submit {
	/* submit button */
	margin: 0 0 10px 20px;
	font-size: 12px;
	clear: both;
}

div.thanx h1 {
	font-size: 14px;
}

div.thanx h2 {
	font-size: 12px;
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
	margin-right: 20px;
}


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

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

div.tx-powermailfrontend-pi1 {
	background-color: #fff;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
div.powermailfe_listitem,
div.powermailfe_latestitem {
	background-color: #fff;
	border: 0 dotted #7d7d7d;
	margin-bottom: 2px;
	border-top-width: 1px;
}
div.powermailfe_listitem_even,
div.powermailfe_latestitem_even {
	background-color: #fff;
	margin-bottom: 2px;
}
dt.pfe_all_dl {
	font-weight: bold;
	float: left;
	clear: both;
	width: 150px;
	height: 20px;
	display: block;
}
dd.pfe_all_dl {
	height: 20px;
	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;
}


div.list1 {
	display: block;
	width: 110px;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.list2 {
	width: 110px;
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.list3 {
	width: 200px;
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.list4 {
	width: 105px;
	display: inline-block;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}


#footer {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p {
	font-size: 10px;
	margin-left: 260px;
}

