* {
	margin: 0;
	padding: 0;
}
body {
	/* font: 100% Arial, Helvetica, sans-serif; */
	color: #f00;
	background: #ffffff;
}


/* IDs */
#container {
	color: #000;
	background: #e6e6e6;
	width: 955px;
	position: absolute;
	left: 50%;
	/*width: 500px;*/
	margin-top: 10px;
	margin-left: -477px; /* negative Hälfte von width: 500px */
	border-top: 2px solid #663300;
	border-bottom: 2px solid #663300;
}

#header {
	width: 955px;
	height: 80px;
	background: #ffffff url(../img/Agip_logo.png)  right no-repeat;
}

#logo {
	font: normal 2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-top:10px;
	padding-left:30px;
}
#slogan {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #000000;
	padding-left:200px;
}
#cloud {
	position: absolute;
	top: 15px;
	right: 140px;
	font-size: 0.80em;
	width: 250px;
	text-align: center;
}


#main {
	margin-left: 200px;
	color: #000;
	background: #ffffff;
	line-height: 1.2em; /* to avoid the peekaboo bug */
}
p.mainbot {
	/*clear: both;*/
	height: 28px;
	background: #ffffff;
}

p.containerbot {
	clear:both;
	color:#ffffff;
	background: #a98660;
	padding: 5px;
	text-align: center;
}

p.containerbot a:link, ul#xtranav a:visited, ul#xtranav a:active a:hover{
	color: #ffffff;
	text-decoration: none;
}

#content {
	color: #000;
	background: white;
	border-top: 3px solid #663300;
	margin-top:28px; /* 20 + 5 */
	padding: 20px 20px 5px 20px;
	/* fix für min-height im IE6 */
	min-height: 25em;
	height: auto !important;
	height: 25em;
}

#content p {
	margin-bottom: 0.8em;
}
div.csc-textpic-border img {
  border: 2px solid #a98660 !important;
}

#content a:link, a:visited, a:hover, a:active {
  color: #a98660;
}

/* Navigation */

#navigation {
position: absolute;
top: 108px; /* 80 + 20 + 5 */
left: 0;
width: 200px;
color: #000;
background: #e6e6e6;
border-top: 3px solid #663300;
padding-top:20px;
}

#navigation ul {
  font-size:12px;
}
#navigation ul li {
  list-style: none;
  padding: 0 0 0 10px;
}
#navigation ul a {
  display: block;
  font-weight: bold;
  /*border-bottom: solid 2px #e46713;*/
  text-decoration: none;
  padding: 3px 20px;

}
#navigation ul a:link {
  color: #000000; /*#a98660;*/
}
#navigation ul a:visited {
  color: #000000; /*#a98660*/
}
#navigation ul a:hover {
  color: #ffffff;
  background: #663300;  /*#79252f;*/
  /*font-style:italic;*/
}
#navigation ul a:active {
  color: #000000;
}

/* Navigation Level 2 */

#navigation ul li.li-level2{
  /*font-size:0.74em;*/
}

#navigation ul li.li-level2 a {
  /*border-bottom: none;*/
  font-weight: bold;
}


#xtranav {
position:absolute;
top: 80px;
width:955px;
height: 28px;
font-size:12px;
/*font-weight: bold;*/
background-color:#a98660;
/*padding-top: 8px;*/ /* zwei Änderungen */
line-height: 28px;
}

#xtranav li{
list-style:none;
display:inline;
padding: 0 7px;
/*border-left: solid 1px #000000;*/
}

#xtranav li.first {
list-style:none;
display:inline;
/*padding: 0 0.5em;*/
/*border-left:none;*/
}


ul#xtranav a:link, ul#xtranav a:visited, ul#xtranav a:active{
   color: white;
   text-decoration: none;
	padding: 7px;
}
ul#xtranav a:hover {
   /*text-decoration: underline;*/
	background: #663300; /*#79252f;*/
	padding: 7px;
}

DIV#content li {
/*  list-style-position:inside; */
/*  font-size: 0.80em; */
}


/* Googlemaps Extension */
div.tx-zwgmap-pi1 p,
div.tx-zwgmap-pi1 div.gmapDir{
	font-size:12px;
	margin-top: -8px;
}

/* products formatieren */
div#content div.tt-products table td {
	padding: 5px 10px;
}
div#content div.tt_products_item_single_display p img{
	padding-right:30px;
	float:left;
}

div#content div.tt_products_item_single_display dt,
div#content div.tt_products_item_single_display a{
	font-size: 12px;
}

/*******POWERMAIL***********/
fieldset.tx-powermail-pi1_fieldset{border:1px solid #aaa;padding:10px;width:400px;}
fieldset.tx-powermail-pi1_fieldset legend{font-weight:700;color:#000}
fieldset.tx-powermail-pi1_fieldset label{display:block;width:320px;/*float:left;clear:both*/}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,fieldset.tx-powermail-pi1_fieldset select.powermail_select{width:300px}
td.powermail_all_td{padding:3px 10px 3px 0}
td.powermail_all p.bodytext{margin:0}
span.powermail_mandatory,div.powermail_mandatory_js{color:red}
div.tx_powermail_pi1_fieldwrap_html,fieldset.tx-powermail-pi1_fieldset input.powermail_submit{margin:5px 0}
