@charset "ISO-8859-1";
/* CSS Document */

body {
	background-color: #000;
	font-family: Geneva, Aria, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
}

#menu a {
	position:relative;
	color:#FFF;
	font-size:12px;
	padding-left: 20px;
	padding-right: 20px;
	left:200px;
	line-height: 30px;
	text-transform:lowercase;
	text-decoration: none;
	font-weight:bold;
}

#menu a:hover { }
#menu a:visited { }

#smenu a,#rmenu a, #smenu a:visited, #rmenu a:visited {
	color:#FFF;
	font-size:12px;
	line-height:30px;
	padding-left: 20px;
	text-transform:lowercase;
	text-decoration: none;

}


#smenu a:hover, #rmenu a:hover {
	color: #706900;
}


ul {
	margin: 2px;
	padding: 6px, 6px, 6px, 15px;
}

#frame {
	margin:0px auto;
	width: 830px;
	margin-top:50px;
	color:#FFF;
	height:auto;
}

#wrapper {
	width: 600px;
	float:left;
	}	
	
#menu {
	color:#FFF;
	padding: 10px;
	padding-bottom: 30px;
	margin: 0px;
	height:auto;
	width: 700px;
	/* durch Marker eingebunden - 01.02.2012 -JT
	background: url(http://www.faksimile-digital.at/fileadmin/fd/images/index_logo_n.jpg) no-repeat;
	*/
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	line-height:145%;
	background-color:#DAD9C6;
	color:#000;
	padding: 20px 15px 20px 15px;
	width:580px;
	float:right;
}

#content a {
	color:#e6e6e6;
	}
	
#rcontent a, #rcontent a:visited {
	color: #706900;
	text-decoration:none;
	}
#rcontent {
	width: 340px;
	float:right;
	
	}


#umenu {
	float:left;
	max-height:100%;
	width:220px;
	padding-top:30px;
	margin:0px 10px 0px 0px;
	color: #706900;
	
	}
	
#umenu a:hover {
	color: #000;
}

#umenu a {
	color: #706900;
	text-transform:lowercase;
	text-decoration: none;
	font-weight:bold;
	
	}
	
	
#smenu {
	width:220px;
	color:#FFF;
	padding: 30px 0px 0px 0px;
	margin:0px;
	float:right;
	clear:right;
		
}

#rmenu {
	width:220px;
	color:#FFF;
	padding: 120px 0px 0px 0px;
	margin:0px;
	float:right;
	}

h1 {
	font-size:12px;
	font-weight:bold;
	} 

#imenu {
	font-size: 14px;
	position:relative;
	top:30px;
	padding-left: 5px;
	}
	

#lang {
       padding-top: 30px;
       padding-left: 20px;
       }

#smenu #lang a, #rmenu #lang a{       
	color:#FFF;
	text-transform:lowercase;
	text-decoration: none;
	padding-left: 0px;
	}

#smenu #lang a:hover, #rmenu #lang a:hover{
	color: #706900;
}


/* 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;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	padding: 10px;
	border: 0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	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 */
	width: 260px;
	background-color: #ccc;
	margin-left:30px;
}
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 ;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0px 10px 215px;
	color: #000; 
	float: left;
	clear: both;
	background-color: #ccc;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	/* reset button */
	margin: 20px 0px 10px 20px;
	color: #000; 
	
}
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 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
	font-size: 14px;
	font-weight: normal;
}

.tx_powermail_pi1_formconfirmation_submit {

	color: red;}

