* {
  font-family: Tahoma, Helvetica, Verdana, sans-serif;
 color: #485258;
  font-size: 12px;
  line-height: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.align-justify {
    text-align: justify;
}
.newsitem {
  margin: 5px;
}

#firstaid_content, #documents_content  {
  width: 160px;
}

.csc-header {
  margin-bottom: 5px;
}

BODY {
  overflow-y: scroll;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  background-color: #C8D1DA;
  background-image: url(../images/background.gif);
  background-position: top center;
  background-repeat: repeat-y;
}

H1 {
  margin:0;
  padding:0;
  font-size: 17px;
  color: #FFF;
  font-weight: 100;
}

H2,
#content h1,
.csc-header h1,
#documents_content H1 {
  margin:0 0 10px -2px;
  padding:0;
  font-size: 16px;
  color: #eb6a28;
  font-weight: 700;
}

H3,
#left_content H1.csc-firstHeader,
#right_content H1.csc-firstHeader{
  margin:0;
  margin-top: 1em;
  padding:0;
  font-size: 13px;
  color: #485258;
}

h4 {
  margin: 10px 0 0 0; 
}
#wrap {
  background-color: #FFF;
  width: 970px;
  margin: 0 auto;
  height: 100%;
  position:absolute;
  left: 50%;
  top: 0;
  margin-left: -485px;
}

#head {
  width: 100%;
  background-color: #98A4B1;
  background: url(../images/header.jpg) no-repeat;
  height: 105px;
}

#head_content {
  padding: 0 22px;
}


#logo {
  width: 200px;
  height: 60px;
  background-image: url(../images/informer_logo.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 26px;
}

#left_col {
  width: 180px;
  float:left;
  margin-right: 20px;
}

#left_content {
  padding: 20px 0 0 20px;
}

#right_col {
  width: 250px;
  float:right;
  margin-left: 20px;
}

#right_content {
/*  padding-left: 20px;*/
  padding: 20px 20px 0 0;
}

#content_col {
  float: left;
  width: 500px;
}

#content {
  padding: 20px 0;
  width: 500px;
}

#bottom {
  padding: 60px 0 0 0;
  width: 100%;
  clear: both;
}
#unten {
  padding: 10px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

#quicklinks {
  clear: both;
  text-align: center;
  width: auto;
} 

#quicklinks a {
  font-weight: 100;
}

/* Listen */
ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

ul li{
  background-image: url(../images/bullet_kontur.png);
  background-repeat: no-repeat;
  background-position: 3px 5px;
  list-style: none;
  padding:0;
  margin:0;
  padding-left: 16px;
}

ul.csc-bulletlist li{
  background-image: url(../images/bullet_grau_sek.png);
}

ul.csc-menu li {
  background-image: url(../images/link.png);
  background-position: left center;
}
/*links Anfang*/
a {
  text-decoration: none;
}

a:hover {
  color: #EA5F2F;
}

a .textlink,
a.textlink,
a.filelink,
a.pdflink{
  background-repeat: no-repeat;
  display: block;
  font-weight: 100;
}
 .related_news_page_intern a{
background-repeat: no-repeat;
 }
 
a.inlinelink {
  background-repeat: no-repeat;
  display: inline;
  background-position: 3px .75em;
}

a .textlink,
a.textlink, a.inlinelink,
.related_news_page_intern a{
  background-image: url(../images/link.png);
  }
.related_news_page_intern a{
  padding: 2px 5px 3px 18px;
  background-position: 3px 5px;
}
a .textlink,
a.textlink{
  padding: .5em 5px 3px 18px;
  margin-left: 6px;
  background-position: 3px .75em;
  }

a.inlinelink {
  padding: .5em 0 0 16px;
  margin-left: 0px;
  }
  
a.filelink {
  background-image: url(../images/download.png);
  background-position: 2px 12px;
  padding: 8px 5px 3px 18px;
  margin-left: 6px;
  font-weight: 100;
}

a.pdflink, .pdf {
  background-image: url(../images/pdf_ugly.gif);
  background-position: 1px 9px;
  padding: 8px 5px 3px 25px;
  margin-left: 0;
}

/* Hauptnavigation */

#tabset {
  position: absolute;
  top: 76px;
  left: 15px;
  width: 100%;
}

.tab_button {
  position: relative;
  z-index: 1;
}

.active_tab {
  z-index: 10;
}

.tab_left {
  float: left;
  background-repeat: no-repeat;
  width: 9px;
  height: 29px;
  background-image: url(../images/tab_gray_left.png);
}

.active_tab .tab_left {
  background-image: url(../images/tab_white_left.png);
}

.tab_right {
  float:left;
  background-repeat: no-repeat;
  background-position: top right;
  height: 29px;
  white-space: nowrap;
  padding: 7px 20px 0 10px;
  margin-right: -9px;
  background-image: url(../images/tab_gray_right.png);
}

.active_tab .tab_right {
  background-image: url(../images/tab_white_right.png);
}


.active_tab .tab_right a {
  text-decoration: none;
  color: #EA5F2F;
  outline: none;
  font-weight: 100;
}

.tab_right a {
  text-decoration: none;
  color: #FFF;
  outline: none;
  font-weight: 100;
}

.tab_right a:hover {
  background: none;
  color: #EA5F2F;
}

/* Subnavigation */
li#subnav1_activ, #subnav li:hover{
    background-image: url(../images/bullet.png);
}

li#subnav1_activ:hover *{
    color: #485258;
}

#left_content li a {
  font-weight: 100;
}

#documents_content a, #firstaid_content a{
  margin-left: 0;
}

/* form */

form div{
clear:left;
display:block;
margin:5px 0pt 0pt;
padding:1px 0px;
width:400px;
	
}

form div label{
display:block; 
float:left;
margin:0pt 0pt 5px;
padding:3px 0px;
text-align:left;
width:70px;
}
form div input, form div textarea {
margin:0pt;
padding:1px 3px;
width:200px;
}
 input.csc-mailform-submit {
width:100px;


}
fieldset.csc-mailform{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form#mailform{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* IE 6 Ende */
p.csc-frame-frame1 {

	background-image: url(Text_Stern.gif);
	background-repeat: no-repeat;
	
	line-height: 20px;
}


.tx-sremailsubscribe-pi1 dl, tipafriend_sendform dl{
  padding: 0;
}

#sp_socialbookmarks_link_bar a *{
  border-style:none;
  padding: 1px;
}


/* text pic */
.csc-textpic-image {
    margin-top: 6px;
}

.csc-textpic-caption {
font-size: 11px;
font-weight: 600;
margin-left: 0;}


.csc-textpic-clear {clear: both;}

.csc-subheader-3{
  font-weight: 600;
}


div.csc-textpic-intext-right div.csc-textpic-imagewrap {
    float: right;
    margin-left: 20px;
    padding: 0;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
}

div.csc-textpic img {
    border: none;
}

.toplink {
  text-align: right;
  font-weight: 600;
  float: right;
  width: 12px;
  background-color: #eee;
}