* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color:#333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #F78A19;
}

a {
  color: #004;
  text-decoration: none;
}

#container {
  text-align: left;
  width: 930px;
  margin: 0 auto;
  background:transparent url(/img/bg_container.gif) repeat-y;
}

#header {

  position: relative;
  height:125px;
  background:#465153 url(/img/msk_header2.jpg) no-repeat scroll 160px 50%;
}
#header div#branchenbild {
  background: transparent none no-repeat scroll 160px 0;
  height:125px;
}

#header div#branchenbild img
{
  margin-top:15px;
}

#header ul {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  display: block;
  height: 95px;
  width: 170px;
  background:transparent;
}
#header ul li a span{
    background: url(/img/menulinkstrich.gif) no-repeat scroll 0 -10px;
    padding-left: 5px;
}
#header ul li a{
  text-decoration: none;
  padding: .4em;
  display: block;
  font-size: 80%;
  color:#ffffff;
  font-weight:normal;
}
#header ul li a:hover
{
  text-decoration:underline;
}
#header ul li {
  text-align: right;
}

#header img {
  border: 0;
}
#center {
  position: relative;
  padding-top: 2em;
  background-color: transparent;
}
#center div.clearfloat {
  clear:both;
}
#content {
  float: right;
  background-color: #fff;
  position: relative;
  font-size: 80%;
  width:710px;
  padding:4.5em 30px 30px 30px;
  background:transparent;
  min-height:700px;
}
#content.sidecolumn
{
  background:transparent url(/img/bg_content.gif) repeat-y;
}
#content .imagebar {
  float:left;
  width: 135px;
  clear: right;
}
#content .imagebar img{
  display: block;
  margin: 0;
  margin-bottom: 15px;
  border: 0;
  
}

#content h1 {
  font-size: 125%;
  margin-bottom: .5em;
}
#content h2 {
  clear: right;
  font-size: 110%;
  margin-bottom: .75em;
}
#content h2.intro_heading {
  clear: none;
}
#content a {
  font-weight: bold;
}
#content p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
#content tr {
  vertical-align:top;
}

#imagebar_wrapper p,
#imagebar_wrapper ul,
#imagebar_wrapper ol,
#imagebar_wrapper h1,
#imagebar_wrapper h2,
#imagebar_wrapper h3,
#imagebar_wrapper h4,
#imagebar_wrapper h5 {
  margin-left: 135px;
}
#content #imagebar_wrapper ul,
#content #imagebar_wrapper ol {
  margin-left: 150px;
}

#content ul,
#content ol  {
  list-style-position: outside;
  margin-bottom: 1em;
  margin-left: 15px;
}
#content ul {
  list-style-image: url(/img/pfeil_weiter.gif);
}
#content ul.alternative {
  list-style-image: url(/img/quadrat.gif);
}
#content ul.alternative_full {
  list-style-image: none;
  background-color: #F78A19;
  width: 200px;
  list-style-type: none;
  font-size: 95%;
  margin-left:0;
}
#content ul.alternative_full ul {
  margin-left: 0;
}
#content ul.alternative_full li{
  color: #444;
}
#content ul.alternative_full li a {
  display: block;
  padding: .35em;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}
#content ul.alternative_full li span{
  background: url(/img/down_dunkel.gif) no-repeat 95% 50%;
  display: block;
  padding: .35em;
  border-bottom: 1px solid #fff;
}
#center #content ul.alternative_full li a:hover {
  color: #444;
  text-decoration: none;
}
#content p a.more {
  color: #004;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
  #center #content a:hover {
    color: #F78A19;
    text-decoration: underline;
  }
#center #content img.mainpic {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
#content div.newspost {
  border-top: 2px solid #F78A19;
  padding-top: 10px;
  padding-bottom: 10px;
}
#content div.newspost .postdate{
  display: block;
  margin-bottom: .5em;
  margin-top: .5em;
}
#content .newspost h3 {
  color: #000;
  font-size: 105%;
}
#content div.newspost a.more {
  color: #004;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
#content div.contact_businesscard {
  background-color:#E0E0E0;
  border:1px solid #F78A19;
  margin:10px;
  padding:10px;
  width:350px;
}
#content div.contactform {
  font-size: 10px;
  color: #444;
}
#content hr {
  margin-bottom: 10px;
  color: #F78A19;
}
#content_text
{
  float:left;
  width:510px;
  z-index:5;
}

#content_sidecolumn
{
  width:200px;
  height:100%;
  background-color:#abadb1;
  float:right;
  position:relative;
  left:30px;
  z-index:4;
  min-height:200px;
}

#content_sidecolumn h2
{
  display:block;
  color:#ffffff;
  background-color:#465153;
  font-size:12px;
  font-weight:normal;
  padding:2px 0 2px 16px;
  margin:0;
}

#content_sidecolumn div.content_sidecolumn_textbox
{
  background-color:#d3d5d6;
  margin:10px;
  padding:8px;
  font-size:12px;
  color:#d3d5d6;
  color:#333333;
}

#content_sidecolumn a
{
  display:block;
  color:#d3d5d6;
  color:#333333;
  font-weight:bold;
  background:transparent url(/img/pfeil_weiter.gif) no-repeat scroll 0px 50%;
  padding-left:11px;
  text-decoration:none;
}

#content_sidecolumn a:hover
{
  color:#e97e17;
}

#content_sidecolumn_spacer
{
  position:absolute;
  top:0;
  right:0;
  width:200px;
  height:100px;
  display:block;
  background-color:#ffffff;
  z-index:3;
}
#subnavi {
  position: absolute;
  top:20px;
  left:0px;
}
#subnavi a {
  font-weight: normal;
}
#subnavi ul{
  list-style: none;
}
#subnavi ul li{
  float: left;
}
#center #content #subnavi ul li a{
  font-size:90%;
  text-decoration: none;
  color: #444;
  display: block;
  padding: 5px 10px 5px 16px;
  width: 220px;
  background: #e0e0e0 url(/img/pfeil_weiter.gif) no-repeat 3px 50%;
  margin-left: 5px;
  margin-bottom: 5px;
}
#center #content #subnavi ul li a:hover {
  color: #F89522;
}
#center #content #subnavi ul li a.active {
  background-image: none;
  color: #F89522;
}

#center #content #subnavi ul li a.orange{
  font-size:90%;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px 10px 5px 16px;
  width: 220px;
  background: #f89522 url(/img/pfeil_weiter_weiss.gif) no-repeat 3px 50%;
  margin-left: 5px;
  margin-bottom: 5px;
}
#center #content #subnavi ul li a.orange:hover {
  color: #444444;
  background-image: url(/img/pfeil_weiter_grau.gif);
}
#center #content #subnavi ul li a.orange.active {
  background-image: none;
  color: #444444;
}


#functionnavi {
  padding-top: 2em;
  clear: left;
  font-size: 70%;
}
#functionnavi img{
  border: 0;
  position: relative;
  top: 4px;
}
#functionnavi ul{
  list-style: none;
  margin-left: 0;
}
#functionnavi ul li a{
  display: block;
  color: #444;
  text-decoration: none;
  width: 150px;
}
#functionnavi ul li {
  float: left;
}
#functionnavi ul li a.print{
  margin-right: 00px;
  width:210px;
}

#navi {
  font-size: 80%;
  padding-top: 40px;
}
#navi a.home {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  text-decoration: none;
  color: #444;
  padding-left: 5px;
  background: url(/img/menulinkstrich.gif) no-repeat scroll 0 -10px
}

#navi a.active,
#navi a:hover {
  font-weight: bold;
}
#navi ul {
  width: 160px;
  list-style: none;
  list-style-position: inside;
}
#navi ul li {
  background-color:#abadb1;
}
#navi ul ul li {
  background-color: #E0E0E0;
}
#navi ul ul li a{
  padding-left: 1em;
  border-bottom: 1px solid #fff;
}
#navi ul li a {
  display: block;
  padding: .25em;
  text-decoration: none;
  padding:6px 4px;
  color:#333333;
  border-bottom: 1px solid #fff;
}
#navi ul ul.kontakt_navi a:hover{
  color: #fff;
}
#navi ul ul.kontakt_navi a{
  background: #F89522 url(/img/pfeil_weiss.gif) no-repeat 5px 50% ;
  font-size: 95%;
  color: #fff;
}
#menu {
  background: #eee;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  z-index:4;
}
#menu ul.languageselect {
  width: 160px;
}
#menu ul.languageselect li span,
#menu ul.languageselect li a{
  background: #F89522 url(/img/down_weiss.gif) 140px no-repeat;
  padding-left: 10px;
  display: block;
  height: 22px;
  line-height: 22px;
  color: #fff;
}
#menu ul.languageselect ul {
  margin-top: 0;
}
#menu ul.languageselect li span {
  padding:8px 5px 2px 10px;
  line-height: 14px;
}
#menu ul.languageselect li span:hover,
#menu ul.languageselect li a:hover{
  color: #444;
  background: #F89522 url(/img/down_dunkel.gif) 140px no-repeat;
}
#menu ul.languageselect li a:hover,
#menu ul.languageselect li a{
  background-image: none;
}
#menu ul li span a{
  padding: 8px 5px 2px 10px;
  display: block;
  height: 22px;
  font-size: 100%;
  background: #ABADB1 url(/img/menulinkstrich.gif) no-repeat scroll 3px 0;
  color:#333333;
  
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 110px;
  float: left;
}
#menu ul ul{
  width: 10em;
}
#menu a, #menu span {
  font-size: 80%;
  margin: 0;
}
#menu a {
  display: block;
  text-decoration: none;
background-color:#abadb1;
  color:#333333;
}

#menu ul li span:hover,
#menu ul li a:hover {
  background: #F89522 url(/img/menulinkstrichover.gif) no-repeat scroll 3px 0;
  font-weight: bold;
  color: #fff;
}
#menu ul li a:hover {
  padding-left: 10px;
}
#menu span {
  color: #444;
  background: #ccc;
  display: block;
  height: 22px;
}

#menu a:hover {
  color: #a00;
  background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

#menu ul ul li a:hover{
  background-image: none;
}
#menu ul ul li a{
  padding: .1em;
  padding-left: 10px;
  border: 1px solid #fff;
  border-bottom: 0;
  line-height: 22px;
  background-color:#ABADB1;
  color:#333333;
  min-height:20px;
}
#menu ul ul {
  position: absolute;
  z-index: 500;
  margin-top: 10px;
}

div#menu ul ul {
  display: none;
}

div#menu ul li:hover ul{
  display: block;
}

#logo_cga
{
  margin:20px;
}
#logo_cga a, #logo_cga a img
{
  border:0;
}

#slogan_stt
{
  margin:20px 0;
}
#slogan_stt a, #slogan_stt a img
{
  border:0;
}

/*Design Spezialfaelle*/
div.container_flash
{
  min-height:250px;
  background-color:#abadb1;
  margin-bottom:20px;
}

div.contact_info {
  float: right;
  background-color: #E0E0E0;
  width: 220px;
  padding: 10px;
margin-top: 20px;
position:relative;
left:30px;
}
div.contact_info h3{
color: #000;
font-size: 100%;
}
#job_page ul.alternative_full{
  float:right
}

#press_releases .newspost {
width:470px;
}

/*Dropdown on "Pressreleases"*/
.dropdown {
width: 190px;
float: right;
margin-right: 20px;
}
.dropdown ul {
list-style: none;
width: 190px;
float: left;
}
.dropdown a,
.dropdown span {
display: block;
}
.dropdown span {
color: #fff;
}
.dropdown span:hover {
color: #444;
}

.dropdown li {
position: relative;
}
div.dropdown ul ul{
display: none;
}
.dropdown ul ul {
position: absolute;
z-index: 500;
}
div.dropdown ul li:hover ul {
display: block;
}
.dropdown ul ul li {
background-color: #F78A19;
width: 200px;
list-style-image: none;
}
.dropdown ul ul li a {
padding: .35em;
}
.Torange12bold {
color:#F78A19;
font-size:130%;
font-weight:bold;
}
.imageRechts
{
 float: right;
 margin: 20px 0 20px 20px;
}

.imageLinks
{
 float: left;
 margin: 20px 20px 20px 0px;
}

.weTEFormat p { margin-bottom: 1.5em; line-height: 1.5em; }
