* {
	margin:0px;
	padding:0px;
	text-align:left;
	/*line-height:12px;*/
}

html ,body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-align:center;
        background-color:#fff;
	color:#333333;
	height:100%;
}



.center {
    text-align:center;
}

p {
  margin-bottom:1em;
}

h1, h2, strong {
    font-size:1.1em;
}

h3,strong  {
    font-size:1em;
}

ul {
	list-style-type:square;
}

a {
   /*color:#EE2E27;*/
   color: #002067;
   text-decoration:none;
   font-size: 12px;
}

a.arrow {
  background-image:url(../images/design_tools/link_arrow.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  padding-left:10px;

}

* html .clearfix {
	height:1%;
	overflow:visible;
}
* + html .clearfix {
	margin:0pt;
	min-height:1%;
	padding:0pt;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

.clear {
	clear: both;
	float: none;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

a:hover,
a:active {
   color:#EE2E27;
}

img {
	border:none;
	border:0px;
}



input,
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1em;
}
input {
	vertical-align:center;
}

input.send {
	background-color:#FFF;
	border: 0;
	color:#000;
    font-weight:bold;
    background-image:url(../images/design_tools/background_button.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    padding-left:18px;
    width:20%;
    height: 21px;
}

div.general {
	margin:0 0;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	width:980px;
	/*padding:0 30px;*/
zoom:1;
}

div.pfeil {
}
a.pfeil {
  background-image:url(../images/design_tools/link.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  padding-left:16px;
}
a.pfeil:hover,
a.pfeil:active {

}

div.pfeil_link {
 display:inline;
}
div.pfeil_link a {
  background-image:url(../images/design_tools/link.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  padding-left:16px;
}
div.pfeil_link a:hover,
div.pfeil_link a:active {
  padding-left:16px;
 }

/*---HEADER ----*/
div.header {
 	width:924px;
	/*height:233px;*/
}

div.top_info {
    padding-top:7px;
    padding-bottom:5px;
    float:left;
	width:980px;
}

div.top_logo {
    float:left;
}

div.top_top {
	float:right;
	width:290px;
}

div.languages {
	margin-top:5px;
	float:left;
	width:165px;
}

div.search {
	float:right;
margin-top:2px;
width:165px;

}

.top_top a {
  color:#000;
}
.top_top a:hover,
.top_top a:active {
  color:#000;
}

/*
div.top_left {
	float:left;
	height:203px;
	width:128px;
	background-image:url(../images/design_tools/background_top_left_logo.jpg);
	background-repeat:no-repeat;
	padding-top:35px;
	padding-left:17px;
}
*/

div.top_main {
	clear:both;
	height:184px;
	width:924px;
	/*background-image: url(../images/background_header.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;*/
	background-color: #EE2E27;

  display: none;
}

/*
div.top_empty {
    float:left;
    width:515px;
}
*/

.search input {
  border: 1px solid #ccc;
  padding:0px 0px 0px 12px;
  color:#000;
  float: left;
  width:115px;
}

input.gobutton {
 border:none;
  width: 24px;

}

div.header_main {
 	width:924px;
	height:184px;
}

div.header_main_left {
    float:left;
 	width:150px;
	height:184px;
}
div.navigation_right a:link.header_nav,
div.navigation_right a:visited.header_nav {
    color:#707070;
}

div.navigation_right a:hover.header_nav,
div.navigation_right a:active.header_nav {
    color:#707070;
}


div.header_main_left_background {
 	/*width:150px;
	height:70px;
	background-image:url(../images/design_tools/background_main_left.gif);
	background-repeat:no-repeat;*/
}

/*
div.header_main_center {
	float:left;
 	width:715px;
	height:184px;
}
*/

div.header_main_left_image {
 	width:637px;
	height:184px;
	float:left;
}

div.header_main_center_image {
 	width:165px;
	height:184px;
	border-left: 1px solid #FFF;
	float:left;
}

div.header_main_right_image {
 	width:120px;
	height:184px;
	border-left: 1px solid #FFF;
	float:right;
}

div.header_navigation {
    clear: both;
}


.header_navigation ul li a {
   color: #fff;
   font-weight:bold;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 5px;

}


div.header_navigation ul {
    list-style-type:none;
    background-repeat:repeat-x;
    background-position:0 100%;
    float:left;
    margin-bottom: -25px;
}

.header_navigation ul li {
  float:left;
  background-image:url(../img/background/navi_off.png);
  height: 41px;
  margin: 0 2px 0 0;
  width: 87px;
  text-align: center;
  padding-top:7px;

}


.header_navigation ul li.active {
  background-image:url(../img/background/navi_on.png);
}

.header_navigation ul li.active a {
  color: #fff;
}

.header_navigation ul li.hover,
.header_navigation ul li:hover {
  background-image:url(../img/background/navi_on.png);
}

.header_navigation ul li.hover a,
.header_navigation ul li:hover a {
  color: #fff;
}


/*---HEADER END----*/






/*---MAIN START----*/

div.main {
	clear:both;
	width:924px;
	background-color:#FFF;
    padding-left: 20px;
    padding-right: 20px;
zoom:1;
}

div.empty_left_standard {
	float:left;
	width:100px;
}

div.content_standard {
	float:left;
	width: 631px;
	padding-right: 68px;
	padding-top: 25px;
        padding-left: 30px;

}


div.content {
	float:left;
	width:631px;
	padding-right:98px;
	padding-top: 35px;
}

.content a {
  background-image:url(../images/design_tools/link.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  padding-left:16px;
}

div.content_small {
	float:left;
	width:400px;
}
div.content_image {
	float:right;
	width:142px;
}
.content_standard ul {
  	padding-left:15px;
	list-style-type:square;
}

* html .content_standard ul
{
  	padding-left:20px;
}

div.firms_left {
	float:left;
	width:305px;
}
div.firms_right {
	float:left;
	width:305px;
}
div.firms_right_petronord {
	float:left;
	width:213px;
}

div.firm_pic_1 {
	float:left;
	width:16px;
	height:15px;
	padding-right:1px;
	background-image:url(../images/design_tools/green_pic_1.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
div.firm_pic_2 {
	float:left;
	width:16px;
	height:15px;
	padding-right:1px;
	background-image:url(../images/design_tools/green_pic_2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
div.firm_pic_3 {
	float:left;
	width:16px;
	height:15px;
	padding-right:1px;
	background-image:url(../images/design_tools/green_pic_3.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

div.firm_pic_1active {
    float:left;
	width:16px;
	height:15px;
	padding-right:1px;
	background-image:url(../images/design_tools/green_pic_1_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0;

}
div.firm_pic_2active {
	float:left;
	width:16px;
	height:15px;
	padding-right:1px;
	background-image:url(../images/design_tools/green_pic_2_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0;

}
div.firm_pic_3active {
	float:left;
	width:16px;
	height:15px;
	padding-right:1px;
	background-image:url(../images/design_tools/green_pic_3_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0;

}

div.firm_name {
	float:left;
	height:15px;
	width:273px;
	padding-left:10px;
	background-image:url(../images/design_tools/background_active_menu.gif);
	background-repeat:repeat-y;
	background-position:0 0;
}

div.firm_name_petronord {
	float:left;
	height:15px;
	width:185px;
	padding-left:10px;
	background-image:url(../images/design_tools/background_active_menu.gif);
	background-repeat:repeat-y;
	background-position:0 0;
}

.firms ul {
}

.firms ul li {
}

.firms ul li.active {
}

.firms ul li.active a {
  font-weight:bold;
}

.firms ul li.active a:hover,
.firms ul li.active a:active {
   font-weight:bold;
}

div.contactperson_department {
	float:left;
	width:198px;
	height:120px;
	border-right:1px solid #EE2E27;
	overflow: hidden;
	position: relative;

}

div.contactperson_image {
	width:66px;
	height:114px;
	padding-left:132px;
	padding-top:7px;
	background-image:url(../images/design_tools/background_contact_person.gif);
	background-repeat:no-repeat;
	background-position:0% 100%;
}

div.contactperson_link_background {
	background-image:url(../images/design_tools/ansprechpartner_link_background.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	 filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
	padding-top:8px;
	width: 198px;
	height:15px;
}

.headline_standard {
	color:#000;
	font-weight:bold;
}
h1.headline_inline {
    float:left;
	display:inline;
	width:400px;
	color:#000;
	font-weight:bold;
}
div.empty_left {
	float:left;
	width:145px;
}


div.headline_home {
	width:553px;
	background-color:#027264;
	height:15px;
	font-weight:bold;
	color:#f3f7f8;
	padding-top:3px;
	padding-left:20px;
}
div.headline_home2 {
	width:266px;
	background-color:#4d9d92;
	height:15px;
	font-weight:bold;
	color:#f3f7f8;
	padding-top:3px;
	padding-left:20px;
}
div.headline_home3 {
	width:266px;
	background-color:#80b9b2;
	height:15px;
	font-weight:bold;
	color:#f3f7f8;
	padding-top:3px;
	padding-left:20px;
    margin-left:1px;
}

div.content_home {
	width:573px;
	height:131px;
	margin-top:1px;
}
div.content_home2 {
	width:286px;


}
div.content_home3 {
	width:270px;


}
/*
div.content_home_image {
	float:left;
	width:174;
}
div.content_home_main {
	float:left;
	width:399px;
	background-image:url(../images/design_tools/bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
}

div.headline_home2 {
	width:250px;
	background-color:#027264;
	height:15px;
	font-weight:bold;
	color:#f3f7f8;
	padding-top:3px;
	padding-left:20px;
}
div.content_home2 {
	width:270px;
	height:131px;
	margin-top:1px;
}
div.content_home_main_ohne_image2 {
	float:left;
	width:270px;
	background-image:url(../images/design_tools/bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:0 100%;
}
*/
div.content_home_image {
	float:left;
	width:266;
}
div.content_home_main {
	float:left;
	width:287px;
	background-image:url(../images/design_tools/home_background.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
    padding-right:20px;
}
div.content_home_main_ohne_image {
	float:left;
	width:573px;
	background-image:url(../images/design_tools/home_background.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}
div.content_home_main_ohne_image2 {
	float:left;
	width:286px;
	background-image:url(../images/design_tools/home_background2.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}
div.content_home_main_ohne_image3 {
	float:left;
	width:286px;
	background-image:url(../images/design_tools/home_background2.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
    border-left: 1px solid #266258;
}


div.content_text {
    padding:10px 10px 0px 10px;
}

div.content_text_parts {
    padding:10px 10px 0px 20px;
}


div.content_home_bottom {
	clear:both;
	width:573px;
	height:131px;
}

div.content_home_bottom_part1 {
	float:left;
	width:192px;
}
div.content_home_bottom_part2 {
	float:left;
	width:194px;
}
div.content_home_bottom_part3 {
	float:left;
	width:187px;
}

div.content_home_bottom_part1_background {
	background-image:url(../images/design_tools/background_home_part1.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:91px;
}
div.content_home_bottom_part2_background {
	background-image:url(../images/design_tools/background_home_part2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:91px;
}
div.content_home_bottom_part3_background {
	background-image:url(../images/design_tools/background_home_part3.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:91px;
}
div.headline_green {
	background-color:#027264;
	height:15px;
	width:171px;
	margin-right:1px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
	padding-left:20px;
}

div.headline_light_green {
	background-color:#4d9d92;
	height:15px;
	width:173px;
	margin-right:1px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
	padding-left:20px;
}

div.headline_light_light_green {
	background-color:#80b9b2;
	height:15px;
	width:167px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:3px;
	padding-left:20px;
}

.wetextarea {
	background-image: none;
	background-color: #FFFFFF;
}

form#kontaktform
{
  width: 720px;
margin-left:-90px;

}

div.contact_label {
	width:200px;
	float:left;

}
div.contact_input {
	width:160px;
        height: 20px;
     
	float:left;
	padding-top:2px;
}

div.applicationform div.contact_label {
	width:125px;
}

div.applicationform div.textleft label {
	float:left;
	padding-left: 20px;
}

div.applicationform div.contact_input {
	width:190px;
}

div.applicationform hr {
	height: 2px;
	border: 0;
        color: #FFF;
        background-color: #FFF;
	clear: both;
	margin: 7px 0;
}	

div.applicationform input,
div.applicationform select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
}

div.contact_input input {
	width:160px;
       
}

div.contact_input input.send {
	background-color:#FFF;
	border: 0;
	color:#000;
    font-weight:bold;
    background-image:url(../images/design_tools/background_button.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    padding-left:18px;
    padding-right:5px;
    width:auto;
    height: 21px;
}

div.contact_textarea {
	width:425px;
	float:left;
	padding-top:2px;
}
div.contact_textarea textarea {
	width:520px;
	height:80px;

}
div.contact_label  label{
	padding-right:10px;
	float:right;
}



div.year {
clear:both;
float:left;
	height:13px;
	width:86px;
	padding-left:2px;
	color:#FFFFFF;
	padding-top:2px;
}
div.year_big {
	height:14px;
	width:130px;
	padding-bottom:9px;
}
div.year_big_last {
	height:14px;
	width:130px;
}
div.green1 {
background-color:#007462;
width:100%;
height:100%
}
div.green2 {
	background-color:#4d9d92;
width:100%;
height:100%

	}
div.green3 {
	background-color:#80b9b2;
width:100%;
height:100%

}

div.geschichte_detail {
width:500px;
float:left;
	border-left:1px solid #007462;
	padding-left:15px;
	padding-bottom:15px;
}
div.geschichte_ubersicht {
display:inline;
width:455px;
	}
div.geschichte_image1 {
width:237px;
float:left;

}
div.geschichte_image2 {
width:87px;
float:left;
}
div.geschichte_links {
width:131px;
float:left;
border-left:1px solid #007462;
	}


.geschichte_links a {
  color:#FFFFFF;
  font-weight:bold;
  background-image:url(../images/design_tools/active_link_arrow.gif);
  background-repeat:no-repeat;
  background-position:0 50%;
  margin-left:8px;
  padding-left:12px;
}


.geschichte_links a:hover,
.geschichte_links a:active {
   color:#FFFFFF;
   font-weight:bold;
}
div.job_name {
   float:left;
   width:420px;
   height:26px;
}
div.place_name {
   float:left;
   width:190px;
   height:26px;
}
div.job_name_top {
   float:left;
   width:420px;
   height:26px;
   border-bottom:1px solid #BCBCBC;
}
div.place_name_top {
   float:left;
   width:190px;
   height:26px;
   border-bottom:1px solid #BCBCBC;
}
div.text_padding {
    padding-top:7px;
}
div.table_teil {
    width:314px; 
    padding-top:7px: 
    padding-bottom:7px;
}

div.table_teil1 {
    float:left;
    width:194px; 
    padding-top:7px: 
    padding-bottom:7px;
}

div.table_teil2 {
    float:left;
    width:434px; 
    padding-top:7px: 
    padding-bottom:7px;
}

div.career_top {
    clear:both;
	border-bottom:1px solid #BCBCBC;
	width:610px;
	padding-top:3px;
}
div.career_bottom {
    clear:both;
	border-top:1px solid #BCBCBC;
	width:610px;
}
div.background_grey {
   background-color:#F5F5F5;
   height:100%;
}

div.more_years {
	width:505px;
        float:right;
	border-top:1px solid #007462;
        padding-top:2px;
}

div.news_back a {
  color:#EE2E27;
  font-weight:bold;
  background-image:url(../images/design_tools/2arrows_back.gif);
  background-repeat:no-repeat;
  background-position:0 50%;
  margin-left:25px;
  padding-left:25px;
}
div.right_text {
    float:right;
}


div.navigation_right {
	float:left;
	width:194px;
        padding-top:25px;
}
div.navigation_right ul {
  list-style-type:none;
  padding-left: 5px;

}

div.subnavigation {
	/*padding-left:8px;
	border-left:1px solid #BDBDBD;*/
}

.subnavigation ul {
  list-style-type:none;
}

.subnavigation div.constant_subnavigation_active ul li,
.subnavigation div.news ul li {
  /*background-image:url(../images/design_tools/link_arrow.gif);*/
  background-repeat:no-repeat;
  background-position:0 3px;;
  padding-left:16px;
}
.subnavigation div.news a {
	font-weight:bold;

}

.subnavigation div.news a:hover,
.subnavigation div.news a:active {
	font-weight:bold;
        color:red;
}

div.square_pic_link a,
.subnavigation ul li {
  background-image:url(../img/button/bt_arrow_blue.gif);
  background-repeat:no-repeat;
  background-position:0 4px;;
 padding-left:16px;

}

.subnavigation ul li a {
  font-weight: bold;
}

.subnavigation ul li a:hover,
.subnavigation ul li a:hover {
   color:red;
}

.subnavigation ul li.active a {
  font-weight:bold;
}

.subnavigation ul li.active a:hover,
.subnavigation ul li.active a:active {
   font-weight:bold;
}

div.active_subnavigation {
  background-color: #e9ecf2;
  padding-bottom: 10px;
}

.constant_subnavigation_active div.active_subnavigation_head,
.subnavigation div.active_subnavigation_head {
  height:25px;
}

.active_subnavigation_head a {
  color: #04256A;
  font-size: 15px;
}

.active_subnavigation div.active_subnavigation_head {
  /*
  background-image:url(../images/design_tools/background_active_subnavigation.jpg);
  background-repeat:no-repeat;
  background-position:0 0px;
  */
  background-color: #E9ECF3;
  height:25px;
  padding: 9px 0 0 5px;
}
.active_subnavigation h3 {
  /*background-image:url(../images/design_tools/arrow_grey.gif);
  background-repeat:no-repeat;
  background-position:6px 4px;
  padding-left:15px;
  font-weight:bold;*/
}
.active_subnavigation ul li {
 /* background-image:url(../images/design_tools/background_active_subnavigation.gif);
  background-repeat:repeat-y;
  background-position:0 0px;
 
  margin-top:1px;
  height:15px;*/
  padding-top: 2px;
}
.active_subnavigation ul li a {
    background-image:url(../img/button/bt_arrow_red.gif);
    background-position:0pt 3px;
    background-repeat:no-repeat;
    padding-left:16px;
    font-weight: bold;
}

.active_subnavigation ul li a:hover,
.active_subnavigation ul li a:hover {
  color:red;

}
.active_subnavigation ul li.active a {
    /*background-image:url(../images/design_tools/link.gif);*/
    background-position:0pt 3px;
    background-repeat:no-repeat;
    padding-left:16px;
    font-weight: bold;
  color: red;
}

.active_subnavigation ul li.active a:hover,
.active_subnavigation ul li.active a:active {
   font-weight:bold;
   color: red;
}

.active_subnavigation ul li ul {
   margin: 2px 0 2px 16px;
}


/*---MAIN END----*/





/*---FOOTER START----*/
div.footer {
	clear:both;
	width:944px;
	height:23px;
}
div.print {
	float:left;
	width:400px;
	padding-top:4px;
  padding-left: 50px;
    color:#737375;
}

.print a {
  background-image:url(../images/design_tools/pic_print.gif);
  background-repeat:no-repeat;
  background-position:0 1px;
  height: 1em;
}

div.footer_text {
  padding-top:4px;
  color:#848484;
  float:right;
}

.footer a {
  padding-left:17px;
  color:#848484;
  font-size:81%;
}
.footer a:hover,
.footer a:active {
  color:#848484;
}
/*---FOOTER END----*/



div.organigramm {
	/*background-image:url(../images/design_tools/organigramm.gif);
	background-position 0 0;
	background-repeat:repeat-y;*/
	background-color: #FFF;
	width:978px;
        height:563px;
	padding: 0 0 0 0;
	color:#000000;

}

div.print_organigramm  {
  float:left;
  width:200px;
  padding-left:450px;
  padding-top:4px;
  }
div.organigramm_bottom div.print_organigramm a {
  color:#FFFFFF;
/*  background-image:url(../images/design_tools/pic_print_big.gif);
  background-repeat:no-repeat;
  background-position:0 3px;
  padding-left:10px;*/
}

div.organigramm_bottom div.print_organigramm a:hover,
div.organigramm_bottom div.print_organigramm a:active {
  color:#FFFFFF;
}
div.organigramm_bottom {
    clear:both;
    background-color:#E1081D;
	width:978px;
    height:22px;
	color:#FFFFFF;
	font-size:110%;
margin-top: 40px;
}
div.organigramm_bottom_text {
  padding-top:4px;
  float:right;
  padding-right:10px;
}
div.organigramm_bottom_text a {
   background-image:url(../images/design_tools/bt_close_m.gif);
   background-repeat:no-repeat;
   background-position:100% 50%;
   padding-right:15px;
   color:#FFFFFF;
}
div.organigramm_bottom_text a:hover,
div.organigramm_bottom_text a:active {
  color:#FFFFFF;
}

div.organigramm_logo {
	width:220px;
	background-color:#FFFFFF;
    border-left:1px solid #05046A;
	border-top:1px solid #05046A;
	border-right:1px solid #05046A;
	text-align:center;
	margin-left:380px;
}
div.organigramm_logo_text {
	width:220px;
	background-color:#FFFFFF;
    border:1px solid #05046A;
	text-align:center;
	margin-left:380px;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 11px;
}

div.organigramm_main {
	width:175px;
	height:37px;
	background-color:#FFFFFF;
    border:1px solid #05046A;
	text-align:center;
	margin-left:14px;
	vertical-align:middle;

	float:left;
}

div.organigramm_main td
{
	font-size: 11px;
	font-weight: bold;
}

div.organigramm_main_gross {
	width:173px;
	background-color:#FFFFFF;
    border-left:1px solid #05046A;
	border-bottom:1px solid #05046A;
	border-right:1px solid #05046A;
	text-align:center;
	padding:7px 1px 0px 1px;
	font-size:9px;
}
div.organigramm_main_gross_leer {
	width:177px;
	float:left;
	margin-left:14px;
}

div.spalten {
background-image:url(../images/design_tools/spalten2.gif);
background-position 0 0;
	background-repeat:no-repeat;
	width:978px;
	height:36px;
}
div.organigramm td {
 vertical-align:middle;
 text-align:center;
 width:100%;
 height:37px;
}

div.organigramm a {
 color:#000000;
 font-weight:bold;
 font-size:9px;
}

div.organigramm div.organigramm_logo_text a {
	font-size: 11px;
}

div.general div.main div.content_standard * {
    line-height: 120%;
}

* html div.general div.main div.content_standard table td  {
    font-size: 0.7em;
    f\ont-size: 1em;
}


.pic_converter {
    background-image:url(../images/design_tools/pic_converter.jpg);
    background-position: 0 0;
	background-repeat:no-repeat;
	height: 31px;
	padding-left: 39px;
	padding-top: 10px;
}

.pic_news {
    /*background-image:url(../images/design_tools/pic_news.jpg);*/
    background-position: 0 0;
	background-repeat:no-repeat;
	height: 31px;
	padding-left: 0px;
	padding-top: 10px;
}

* html pic_news {
	hei\ght: 31px;
	height: 21px;
}


div.presse_box h3,
div.wheretofind_box h3,
div.leistungen_box h3 {
    background-position: 0 0;
	background-repeat:no-repeat;
	height: 31px;
	padding-top: 10px;
  font-size: 15px;

}

div.presse_box h3 {
    /*background-image:url(../images/design_tools/pic_news.jpg);*/
}

div.wheretofind_box h3 {
    /*background-image:url(../images/design_tools/pic_standorte.jpg);*/
color:#04256A;
padding-left:4px;
}

div.leistungen_box h3 {
    /*background-image:url(../images/design_tools/pic_services.jpg);*/
  padding-left: 4px;
}

* html div.presse_box h3,
* html div.wheretofind_box h3,
* html div.leistungen_box h3 {
	hei\ght: 31px;
	height: 21px;
}

div.ansprechpartner_box ul,
div.wheretofind_box ul,
div.leistungen_box ul {
	margin-top: 7px;

}

div.ansprechpartner_box,
div.leistungen_box{
	
border-bottom:1px solid #CCCCCC;
padding-bottom: 15px;
}
.subnavigation div.wheretofind_box div.active_subnavigation_head,
.subnavigation div.leistungen_box div.active_subnavigation_head {
    height: 31px;
}


div.start_boxes {
    margin-top: 40px;
}

div.start_boxes div.start_boxes_img {
    float: left;
    margin-right: 33px;
}

div.start_boxes div.start_boxes_img_last {
    float: left;
    margin-right: 0px;
}


div.service_overview_boxes {
    margin-top: 35px;
}

div.service_overview_boxes div.service_overview_img {
    float: left;
    margin-right: 38px;
}

div.service_overview_boxes div.service_overview_img_last {
    float: left;
    margin-right: 0px;
}


/*** tanklager ***********/

div.tanklager_content div.tanklager_info {
    float: left;
    margin: 0;
    padding: 0;
    width: 631px;
}

div.tanklager_content div.tanklager_image {
    width: 192px;
    margin-right: 28px;
    float: left;
    background-image:url(../images/design_tools/background_tanklager_image.jpg);
    background-position: 0 100%;
    background-repeat:no-repeat;
    padding-bottom: 27px;
}

div.tanklager_content div.tanklager_image img {
   vertical-align: bottom
}

div.tanklager_content div.tanklager_address {
    width: 305px;
    float: left;
}

div.tanklager_content div.tanklager_address ul {
  	padding-left: 0;
	list-style-type: none;
}

div.tanklager_content div.tanklager_address ul li {
    background-image: url(../images/design_tools/link.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left:16px;
}

div.tanklager_content div.tanklager_category_we {
    width: 106px;
    float: left;
}

div.tanklager_content div.tanklager_category {
    width: 106px;
    float: left;
    background-image: url(../images/design_tools/background_tanklager_headline.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

div.tanklager_content div.tanklager_category ul {
	list-style-type:none;
    background-color: #FFF;
    float: right;
	padding-left: 0px;
}

div.tanklager_content div.tanklager_category ul li {
	float: left;
	padding-left: 10px;
}

div.tanklager_content div.tanklager_description {
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    width: 631px;
}

div.tanklager_content ul {
  	padding-left:15px;
	list-style-type:disc;
}


div.tanklager_content div.tanklager_description table td {
    padding: 1px 0px 1px 10px;
    border-right: 1px solid #D4D4D5;
}

.no_border,
div.tanklager_content div.tanklager_description table td.no_border {
    border: 0px;
}

div.tanklager_content p.tanklager_headline {
    background-image: url(../images/design_tools/background_tanklager_headline.jpg);
    background-position: 0px 1px;
    background-repeat: no-repeat;
}

div.tanklager_content p.tanklager_headline strong {
    background-color: #FFF;
    margin-left: 33px;
    padding: 0 7px;
}

/* directions */

div.directions_tanklager_image {
    width: 192px;
    margin-right: 28px;
    float: left;
}

div.directions_tanklager_image img {
   vertical-align: bottom
}

div.directions_tanklager_address {
    width: 305px;
    float: left;
}

div.directions_tanklager_address ul {
  	padding-left: 0;
	list-style-type: none;
}

div.directions_tanklager_address ul li {
    background-image: url(../images/design_tools/link.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left:16px;
}

/* legend_category */

div.navigation_right div.subnavigation div.legend_category {
	width: 150px;
	margin-bottom: 25px;
}

div.navigation_right div.subnavigation div.legend_category ul {
	list-style:none;
	padding-left: 0px;
}

div.navigation_right div.subnavigation div.legend_category ul li {
    list-style:none;
    padding: 0 0 8px 0;
    background-image: url(../images/design_tools/background_tanklager_headline.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

div.navigation_right div.subnavigation div.legend_category ul li span.legend_text {
    background-color: #FFF;
    padding: 0 8px 0 0;
}


/* quickselect ****************/

ul.quickselect {
    position: relative;
}

ul.quickselect li {
    padding-left: 0px;
}

ul.quickselect li a {
    padding-left: 16px;
}

ul.quickselect li.hover ul,
ul.quickselect li:hover ul {
    display: block;
}

ul.quickselect li.hover ul li ul,
ul.quickselect li:hover ul li ul {
    display: none;
}

ul.quickselect li ul {
    display: none;
    position: absolute;
    background-color: #EE2E27;
    top: -219px;
    left: auto !important;
    right: 100%;
}

ul.quickselect li ul li {
    margin-top: 0px;
    cursor: pointer;
    white-space: nowrap;
    padding: 1px 10px 1px 23px;
    background-position: 10px 3px;
    color: #FFF;
    font-weight: bold;
    background-image: url(../images/design_tools/arrow_quickselect_dotline.gif);
    background-position: 0 0;
    display: block;
}

ul.quickselect li ul li.first {
    background-image: url(../images/design_tools/arrow_quickselect.gif);
    background-position: 10px 3px;
}

ul.quickselect li ul li.hover,
ul.quickselect li ul li:hover {
    background-color: #F5827D;
}

ul.quickselect li ul li.hover ul,
ul.quickselect li ul li:hover ul {
    display: block;
}

ul.quickselect li ul li ul {
    display: none;
    position: absolute;
    top: auto;
    bottom: auto;
    background-color: #F8ABA7;
}

div.wheretofind_box ul.quickselect li ul li ul {
	margin-top: 0px;
}

/* Extrem cooler CSS Hack der alle Browser au�er IE anspricht */
html>/**/body div.wheretofind_box ul.quickselect li ul li ul
{
    margin-top: -1.3em;
}

ul.quickselect li ul li ul li {
    display: block;
    padding: 1px 10px 1px 23px;
}

ul.quickselect li ul li ul li.hover,
ul.quickselect li ul li ul li:hover {
    background-color: #F5827D;
}

ul.quickselect li ul li ul li a:link,
ul.quickselect li ul li ul li a:visited,
ul.quickselect li ul li ul li a:hover,
ul.quickselect li ul li ul li a:active {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}


/* tanklager_uebersicht */

ul.tanklager_uebersicht {
    padding: 0px;
    margin: 0px;
}

ul.tanklager_uebersicht li {
    float: left;
    margin: 5px 0px 0px 0;
    width: 190px;
    padding: 0 10px 0 0;
    list-style-type: none;
}

ul.tanklager_uebersicht li a {
    padding: 0px;
    margin: 0px;
}

table.tanklager_uebersicht {
    padding: 0px;
    margin: 0px;
}

table.tanklager_uebersicht td {
    width: 49.9%;
    padding: 3px 13px 5px 5px;
    vertical-align: middle;
    background-color: #FFE8EA;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

table.connections td {
    padding-top: 3px;
}

.pdficon,
a.pdficon {
    padding: 0 0 0 23px;
    background-image: url(/Oiltanking/images/iconpdf.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 16px;
    display: block;
}

div.history_navi {
	width: 46px;
	background-color: #EF2E27;
	border: 1px solid #CBCBCB;
	float: left;
	margin-right: 80px;
	padding: 5px 0 5px 14px;
}

div.history_navi ul {
	margin: 0 0 9px 0;
	padding: 0;
	list-style-type: none;
}

div.history_navi ul li {
	padding-top: 9px;
}

div.history_navi ul li a {
	color: #FFF;
	font-weight: bold;
}

div.history_navi ul li.active a {
	text-decoration: underline;
}

div.history_years {
	float: left;
	width: 465px;
}

div.history_years table td {
	width: 129px;
	padding-right: 29px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}

div.history_years table td table td {
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
}

div.history_years table td.center {
	text-align: center;
}

div.history_years table td a {
	color: #666666;
}

div.history_years table td.active a {
	color: #FF0103;
	font-weight: bold;
}


/******************************************************
 ***   Olitanking Klassen �berschreiben..
 ******************************************************/

div.header
{
  margin: 0 auto;
  height: 230px;
  width:980px;
}

div.top_logo
{
  height: 110px;
  width: 980px;
  padding-top:30px;
}

body
{
  background-image: url("/skytanking/img/background/bg_verlauf.jpg");
  background-repeat: repeat-x;
  background-position: top;
}

.clouds
{
  background-image: url("/skytanking/img/background/background_wing.jpg");
  background-repeat: no-repeat;
  background-position: top center;      
}

div.pic_news a
{
  font-size: 15px;
  color: #04256a !important;
}

h1.headline_standard
{
  font-size: 16px;
  color: #002067;
  background-image: url("/skytanking/img/background/arrow_large.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 30px;

}

h2.headline_standard2
{
  font-size: 14px;
  color: #04256A;
  background-image: url("/skytanking/img/background/arrow_small.gif");
  background-repeat: no-repeat;
  background-position: 0 65%;
  font-weight: bold !important;
  padding-left: 30px;
  padding-bottom: 10px;
}

div.content_standard h2
{
  font-size: 15px;
  color: #04256A;
  padding-top:20px;
  font-weight: bold;

}

div.content_standard a
{
  text-decoration: underline;
}

div.whowearetext
{
  width: 310px;
  float: left;
}

div.start_top img
{
  float: right;
}

div.start_bottom_left
{
  float: left;
  width: 300px;
}

div.start_bottom_right
{
  float: right;
  width: 300px;
}

div.top_logo img.logo
{
  float: left;
}

div.top_logo img.slogan
{
  float: right;
}

img.contentpic
{
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}

.downloadlink
{
  background-image:url("/skytanking/img/button/bt_arrow_blue.gif");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 15px;
  text-decoration: none;
}

/* Management */

div.manager
{
  width: 631px;
}

div.manager h2
{
  clear: both; 
  margin-top: 15px;
}

div.manager div.manager_box
{
  width: 285px; 
  height: 145px; 
  position: relative; 
  float: left;
}

div.manager div.manager_box_top
{
  position: relative; 
  height: 125px; 
  border-bottom: 1px solid #CCCCCC; 
  z-index: 0;
}

div.manager div.manager_box_title
{
  position: absolute; 
  left: 0; 
  bottom: 10px; 
  font-size: 13px;
}

div.manager div.manager_box_title span
{
  color: #05256B; 
  font-size: 15px;
}

div.manager div.manager_box_image
{
  position: absolute; 
  right: 0; 
  bottom: 0; 
  z-index: 0;
}

div.manager div.manager_box_image img
{
  vertical-align: bottom;
}

div.manager_box_description
{
  background-color: #E9ECF2; 
  border-bottom: 1px solid #CCCCCC; 
  padding: 7px 5px; 
  width: 275px;
  display: none;
}

div.manager div.manager_box_bottom
{
  z-index: 500; 
  background-color: #FFF;
  position: absolute; 
}

div.manager div.manager_box_link
{
  padding: 4px 0;
}

div.manager div.manager_box_link a,
div.manager div.manager_box_link a.closed
{
  cursor: pointer;
  background-image: url(/skytanking/img/button/bt_arrow_blue_down.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 15px;
  text-decoration: none;
}

div.manager div.manager_box_link a.open
{
  color: #E1081E; 
  background-image: url(/skytanking/img/button/bt_arrow_red.gif);
}

h2.head_engine_block
{
  background-image:url("/skytanking/img/button/bt_arrow_blue.gif");
  background-repeat: no-repeat;
  background-position: 0 78%;
  padding-lefT: 15px; 
}
h2.head_engine_block a 
{
  text-decoration: none;
  vertical-align:top;
}

h2.active
{
  background-image: url(/skytanking/img/button/bt_arrow_red_down.gif);

}

h2.active a
{
  color: red;
}

table.toggle_data
{
  margin-left: 10px;
  border-bottom: 1px solid #ccc;
  width: 600px;
}

table.toggle_data tr td
{
  vertical-align:top;
  padding-left:12px;
}
table.toggle_data tr td h3
{
    padding-bottom: 3px;
    padding-top: 3px;
    font-weight: bold;
  background-image: url(/skytanking/img/background/bullet.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
  padding-left: 12px;
    margin-left: -12px;
}

table.toggle_data tr td.data_left
{
  width: 150px;
}

div.news
{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
div.news ul li
{
  background: none;
  padding-left: 0px !important;
}

div.news ul li a
{
  background-image:url("/skytanking/img/button/bt_arrow_blue.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 15px;
}
div.content_standard ul
{
  list-style-type: none;

}


div.content_standard ul li
{
  padding-top:5px;
}



div.content_standard ul li a
{
    background-image:url("/skytanking/img/button/bt_arrow_blue.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
  text-decoration: none;
}

div.content_standard ul li ul li a
{
  background-image: none;  
padding-left: 15px;
  text-decoration: underline;
}

ul.service-list
{
  list-style-type: square !important;
}

div.manager_box_bottom ul
{
  list-style-type: square !important;
  list-style-position: outside;
}

div.manager_box_title span
{
  color: #04256A;
  font-size: 15px !important;
  font-weight: bold !important;
}

div.bodytext ul
{
    list-style-type: square !important;
  /*list-style-position: inside;*/
}

.picfloat ul
{
  margin-left: 225px;
}
