@charset "utf-8";
/* CSS Document */
@import url("/fileadmin/template/ackermann/images/reset.css");

body {
	background-color: #FFFFFF;
	margin: 0px auto;
	font-family: Trebuchet MS;
	font-size: 12px;
	background: #FFF url(/fileadmin/template/ackermann/images/bg.jpg) repeat-x center top;
}
#container {
	width: 900px;
	margin: 0px auto;
}

#header {
	position: relative;
	height: 224px;
	background: #FFF url(/fileadmin/template/ackermann/images/am-head.jpg) no-repeat center top;
	margin: 0px;
}



/* Head-Menu */
#header-menusmall {
	position: static;
	height: 20px;
	margin: 0;
	padding: 105px 0 0 10px;
	text-decoration: none;	
}
#header-menusmall ul {
	display: block;
	text-decoration: none;
}
#header-menusmall li {
	display: inline;
	padding: 0px 10px 0px 0px;
	color: #00180a;
}
#header-menusmall li a, #header-menusmall li a:active, #header-menusmall li a:visited {
	color: #00411c;
	text-decoration: none;
}
#header-menusmall li a:hover {
	color: #00411c;
	text-decoration: underline;
}



/* Main-Menu */
#header-menubig {
	position: static;
	height: 25px;
	margin: 0;
	padding: 80px 0 0 5px;
}
#header-menubig ul {
	display: block;
}
#header-menubig li {
	display: inline;
	padding: 0px 15px 0px 5px;
	font-size:17px;
	color: #c3e48c;
	text-decoration: none;
}
#header-menubig li a, #header-menubig li a:active, #header-menubig li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header-menubig li a:hover {
	color: #1a411b;
	text-decoration: none;
}



/* PAGE-TITLE */
#pagetitle {
	position: relative;
	height: 50px;
	background: #FFF url(/fileadmin/template/ackermann/images/am-titel_bg.jpg);
	margin: 6px 0 6px 0;
	line-height: 2.5em;
	font-size:20px;
	color: #00411c;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 10px;
}
#pagenavi {
	position: relative;
	height: 20px;
	background: #ecf5e2;
	line-height: 2.1em;
	font-size: 10px;
	color: #00411c;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#pagenavi ul {
	display: block;
}
#pagenavi li {
	display: inline;
	padding: 0px 15px 0px 0px;
	font-size:10px;
	color: #062d17;
	text-decoration: none;
}
#pagenavi li a, #pagenavi li a:active, #pagenavi li a:visited {
	color: #062d17;
	text-decoration: none;
}
#pagenavi li a:hover {
	color: #062d17;
	text-decoration: underline;
}


#pagebread {
	position: relative;
	height: 20px;
	background: #efefef;
	line-height: 2.1em;
	font-size: 10px;
	color: #052312;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#pagebread a, #pagebread a:active, #pagebread a:visited {
	color: #00682d;
	text-decoration: none;
}
#pagebread a:hover {
	color: #00682d;
	text-decoration: underline;
}


/* PRE-Text */
#pretitle {
	position: relative;
	height: 30px;
	background: #FFF url(/fileadmin/template/ackermann/images/am-pretitel_bg.jpg);
	margin: 0px auto;
	font-size:12px;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 900;
	padding: 0 0 0 10px;
}
#pretext {
	display: block;
	position: relative;
	background: #004d28;
	margin: 0px auto;
	font-size: 12px;
	line-height: 1.5em;
	color: #e4e3e4;
	text-decoration: none;
	padding: 10px;
	text-align: justify;
}


#pretextborder {
	position: relative;
	height: 6px;
	background: #FFF url(/fileadmin/template/ackermann/images/am-pretext_border.jpg);
	margin: 0px;
}



/* CONTENT */
#content {
	display: block;
	position: relative;
	background: #619029;
	margin: 0px auto;
	font-size: 12px;
	line-height: 1.5em;
	color: #022816;
	text-decoration: none;
	padding: 10px;
	text-align: justify;
}
#content h1 {
	position: relative;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 0 10px 0;
	font-weight:bold;
}
#content h2 {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 1em;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0 5px 0;
	font-weight:bold;
}

#content h3 {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 2em;
	color: #003300;
	text-decoration: none;
	padding: 5px 0 5px 0;
	font-weight:bold;
}
#content h4 {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0 5px 0;
	font-weight:bold;
}
#content td {
	padding: 5px;
	border-collapse: collapse;
}
#content table {
    border-collapse: separate;
    border-spacing: 2px 2px;
	}
	
#content table.contenttable{
	width: 100%;
	min-width: 100%;
}

tr.tr-even {
     background: #BADAB8;
}
tr.tr-odd {
     background: #D3EFD5;
	
}

tr.tr-0 {

  background: #FFFFFF;
}

th.td-0 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;
}

.td-0 {
        text-align: center;
	
}

th.td-1 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-1 {
        text-align: center;
        
}

th.td-2 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-2 {
        text-align: center;
       
}

th.td-3 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-3 {
        text-align: center;
       
}

th.td-4 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-4 {
        text-align: center;
       
}

th.td-5 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-5 {
        text-align: center;
        
}

th.td-6 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-6 {
        text-align: center;
        
}

th.td-7 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-7 {
        text-align: center;
        
}

th.td-8 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-8 {
        text-align: center;
        
}

th.td-9 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-9 {
        text-align: center;
        
}

th.td-10 {

        font-size: 13px;
        line-height: 2em;
        color: #003300;
        text-decoration: none;
        padding: 5px 0 5px 0;
        font-weight:bold;
        text-align: center;

}

.td-10 {
        text-align: center;
        
}


div.hr {
	display: block;
	position: relative;
	height: 17px;
	background: #FFF url(/fileadmin/template/ackermann/images/am-content_border.jpg) no-repeat scroll center;
	margin: 6px 0 6px 0;
	padding: 0p;
	border: 0;
}
div.hr hr {
  display: none;
}

/* FOOTER */
#footer {
	position: relative;
	height: 38px;
	background: #FFF url(/fileadmin/template/ackermann/images/am-foot.jpg) no-repeat center top;
	margin: 0px;
}
#footer p {
	float: right;
	height: 20px;
	line-height: 4em;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

/* Formular */fieldset.csc-mailform{border:0}
fieldset.csc-mailform label{width:180px;float:left;text-align:right;margin-right:10px;display:block}
fieldset.csc-mailform input,fieldset.csc-mailform textarea{margin-bottom:10px;font-size:10px;font-family:Verdana, Helvetica, sans-serif;border:1px solid #ccc;padding:2px;xwidth:250px}
fieldset.csc-mailform fieldset input{float:none;display:inline;width:250px;text-align:left;border:0}
fieldset.csc-mailform fieldset label{display:inline;float:none;text-align:left;width:400px;margin:10px 0}
fieldset.csc-mailform fieldset{border:0}
fieldset.csc-mailform fieldset legend{display:none}
fieldset.csc-mailform select{width:220px;margin:2px 0}
fieldset.csc-mailform option{padding:0 5px;background:#fff}
#mailformformtype_mail{padding:2px;margin-left:20px;background:#eee;border:1px solid #ccc;width:120px;text-align:center}

ul { list-style-type: circle; list-style-position:inside; } 
/* 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 */
	border: 1px solid #aaa;
	background-color: #619029;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-size: 15px;
        color: #FFF;
        text-decoration: none;
        padding: 10px 0 10px 0;
        font-weight:bold;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 100px;
	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;
}
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-weight: bold;
}
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,
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: #619029;
	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: #619029;
}


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

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