/*-------------------------------------------------------------------------
                                    RESETS
--------------------------------------------------------------------------*/

/* reset body font-size */
body {
  font-size: 62.5%;
}

/* reset margin, padding of block elements*/
body, img, h1, h2, h3, li, ol, p, ul {
  margin: 0;
  padding : 0;
}

/* html5 reset */
section, article, header, footer, nav, figure, figcaption, aside {
  display: block;
  padding: 0;
  margin: 0;
}

/* remove image border */
a img { border: none; }


/* remove link border */
a { outline-style: none; }


/* fix textpic rendering with figure */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  float: left;
}


/*-------------------------------------------------------------------------
                                    GENERAL
--------------------------------------------------------------------------*/

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 100;
  src: local('Oswald'), url('/fileadmin/resources/fonts/Oswald.eot?#iefix')  format('embedded-opentype'),
       url('/flieadmin/resources/fonts/Oswald.ttf')  format('truetype'),
       url('/fileadmin/resources/fonts/Oswald.svg')  format('svg'),
       url('/fileadmin/resources/fonts/Oswald.woff') format('woff');
}

body {
  background: #aadff2;
  color: #787777;
  font-family: Arial,Helvetica,sans-serif;
}

h1 {
  color: #716659;
  font-size: 1.9em;
  font-weight: normal;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

h2 {
  color: #716659;
  font-size: 1.7em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0;
}

h3 {
  color: #716558;
  font-size: 1.5em;
  font-weight: normal;
  margin: 10px 0;
}

h4 {
  color: #716558;
  font-size: 1.3em;
  font-weight: normal;
}

p {
  font-size: 1.3em;
  line-height: 1.25em;
}

#content_main p {
  margin-bottom: 10px;
}

a, a:visited {
 /* color: #787777; */
  color: #716659;
  text-decoration: underline;
}

#content {
  margin: 0 auto;
  min-height: 255px;
  overflow: hidden;
  padding: 0 2px;
  position: relative;
  width: 988px;
}

.col { float: left; }

.col_right { float: right; }



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

header {
  background: url('../img/bg_header01.png') no-repeat right top;
  height: 216px;
  margin: 10px auto;
  position: relative;
  width: 988px;
}

header img { margin: 0; }


/*-------------------------------------------------------------------------
                                    CONTENT START PAGE
--------------------------------------------------------------------------*/

.home #content_main section h1 {
  font-size: 1.6em;
  font-weight: bold;
}

.home #content_main section h1 span {
  color: #fff;
  font-size: 1.3em;
  font-weight: normal;
  padding: 0.5em 0 0 0;
}

.home #content_main > section:first-child .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}



/*-------------------------------------------------------------------------
                                    CONTENT LEFT
--------------------------------------------------------------------------*/

#content_left {
  background: #fff;
  margin-bottom: 1px;
  margin-right: 5px;
  width: 124px;
}


/*-------------------------------------------------------------------------
                                    CONTENT RIGHT
--------------------------------------------------------------------------*/

#content_right {
  width: 123px;
}

#content_right section {
  margin: 7px 0 10px 0;
  padding: 0 0 0 0;
}

#content_right section:first-child {
  padding: 0;
}

#content_right form:first-child {
  margin: 0 0 0 -10px;
}

#content_right section:last-child {
  background: #fff;
  padding: 0 0 0 0;
  min-height: 258px;
}



#content_right section:last-child h3 {
  background: url(../img/transparencies/yellow_55.png) repeat 0 0;
  margin: 0 0 2px 0px;
  padding: 10px;
  width: 103px;
}

#content_right section:last-child figure {
  margin: 11px 0;
}

#content_right figure { margin: 0; }

#content_right p {
  font-size: 1.2em;
  padding: 5px 10px 0 10px;
}

#content_right h3 {
  margin: 5px 0;
}

#content_right p a {
  background: url('../img/icon_arrow_big.png') no-repeat 0 3px;
  padding-left: 9px;
  margin: 0 0 0 25px;
}

/* für IE */

#content_right section#c32 {
  background: #fff;
  padding: 10px 0;
}

#content_right section#c32 h3 {
  background: url(../img/transparencies/yellow_55.png) repeat 0 0;
  margin: 0 0 2px 0px;
  padding: 10px;
  width: 103px;
}

#content_right section#c32 figure {
  margin: 11px 0;
}

/*-------------------------------------------------------------------------
                                    CONTENT BOTTOM
--------------------------------------------------------------------------*/

#content_bottom {
  margin: 0;
  overflow: hidden;
  width: 854px;
}


#content_bottom .col { 
  background-color: #fff;
  float: left;
  height: 143px;
  margin: 0 0 0 5px;
  padding: 11px 10px;
  width: 260px;
  position: relative;
}

#content_bottom .col_right section {
  overflow: hidden;
} 

#content_bottom .col:first-child { margin-left: 0; }

#content_bottom .col_left { width: 261px; }

#content_bottom .col_right {
  padding-left: 9px;
  padding-right: 9px;
  width: 265px;
}


#content_bottom h2.csc-firstHeader {
  background: url('../img/bg_footer.png') repeat-x 0 1.2em;
  font-size: 1.7em;
  font-weight: bold;
  padding: 0 0 0.2em 0.1em;
  text-transform: none;
  margin: 0;
}

#content_bottom h2 a {
  text-decoration: none;
}

#content_bottom section figure {
  padding: 0.25em 4px 0 4px;
  margin: 0 0 0.625em 0.3125em;
}


#content_bottom section:last-child p a {
  background: url('../img/icon_arrow_small.png') no-repeat 0 6px;
  font-size: 1em;
  padding-left: 9px;
  float: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#content_bottom section#c80 p a,
#content_bottom section#c79 p a {
  background: url('../img/icon_arrow_small.png') no-repeat 0 6px;
  font-size: 1em;
  padding-left: 9px;
  float: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
}


/*--------   FOOTER ASIDE  ---------*/

footer {
  color: #3d7c93;
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: 3px 0 0;
  overflow: hidden;
  width: 987px;
}

footer * {
  font-size: 1em;
}

footer a,
footer a:visited {
  color: #3d7c93;
}

footer p {
  float: right;
  margin: 0 130px 0 0;
}
.csc-frame-news-border {
  margin-top: 5px;
}


