.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	margin-bottom: 10px;
	background-image: url('images/arrow02.gif');
	background-repeat: no-repeat;
	height:25px;
	padding: 5px 40px;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #993300;
	font-weight: bold;
	text-indent: 10px;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	background-image: url('images/arrow02.gif');
	background-repeat: no-repeat;
	height:25px;
	padding: 5px 40px;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}




.main-nav {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
         line-height: bold
}

.main-nav a {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
         line-height: bold
}

.main-nav a:link, .main-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
    	background-image: url(images/menue_oben_normal.jpg);
    	background-repeat: no-repeat;
         padding: 13px 25px
}

.main-nav a:hover, .main-nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
    	background-image: url(images/menue_oben_active.jpg);
    	background-repeat: no-repeat;
         padding: 13px 25px
}



.main-nav-act {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
         line-height: bold
}

.main-nav-act a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
         line-height: bold
}

.main-nav-act a:link, .main-nav-act a:visited {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
    	background-image: url(images/menue_oben_active.jpg);
    	background-repeat: no-repeat;
    	padding: 13px 25px
}

.main-nav-act a:hover, .main-nav-act a:active {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
    	background-image: url(images/menue_oben_active.jpg);
    	background-repeat: no-repeat;
    	padding: 13px 25px
}




.menue_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin-left: 10px;
}

.menue_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin-left: 10px;
}

.menue_links a:link, .menue_links a:visited {
	color: #993300;
	text-decoration: none;
}

.menue_links a:hover, .menue_links a:active {
	color: #FF9900;
	text-decoration: none;
}



/* Standard Text */

.body01,.bodytext, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px;
}



.footer01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}

.footer01 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
.footer01 a:link, .footer01 a:visited {
	color: #993300;
	text-decoration: none;
}

.footer01 a:hover, .footer01 a:active  {
	color: #FF9900;
	text-decoration: none;
}




a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #993300;
	text-decoration: none;
}

/*Powermail Styles*/
/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #000000;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 35px;
}
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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 190px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	padding: 0;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.tx-powermail-pi1_formwrap {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tx-powermail-pi1_formwrap_6 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tx-powermail-pi1_fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.tx-powermail-pi1_confirmation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}