/* Start of CMSMS style sheet 'Layout: Flash' */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
}

img {
  border: none;
}


a,
a:link, 
a:active {
  color:#000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
   text-decoration: underline;
}

a:visited {
  color:#000;
}


/* css für die container */

div#pagewrapper {
  margin: 0 auto;
padding-left:30px;
  width:1050px;
  height:870px;
  height:100%;
  /*border: 1px solid #f00;*/
  /*overflow:hidden;*/
}

div#flashHeader {
  position:absolute;
  padding-left:30px;
  height: 147px;
  width:400px


}

div#header {
  height: 184px;
  text-align: right;
  width: 1010px;
  padding-top: 30px;
}



div#flashHeader  h1 a {
  display: block; 
  height: 180px;             /* adjust according your image size */
  width:200px;
  text-align: left;
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


div#menu_vert {
  margin: 23px 100px 0 0;
  width:170px;
  height:520px;
  float: left;
}

div#menu_vert .caption {
   padding: 3px 0 8px 15px;
   font-size: 14px;
   text-transform: uppercase;
}

div#content {
  margin: 25px 0 0 0;
  color: #333;
  height:355px;
  float: left;
  overflow: auto;
  line-height: 1.3em;
}

div#news {
  width:215px;
  height:420px;
  margin:68px 0 0 60px;
  float: left;
}




/* css für Absätze etc. */


div#content ul {
  margin-bottom: 20px;
}

div#content p {
  margin: 0 0 20px 0;
}

div#content h2 {
  color: #000;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}


/* css benutzerdefiniert */

.pdficon {
  background: url(images/template/pdf_icon.gif) no-repeat 0 0;
  padding-left:20px;
}

.linkicon {
  background: url(images/template/link_icon.gif) no-repeat 0 0;
  padding-left:20px;
}
.mailicon {
  background: url(images/template/mail_icon.gif) no-repeat 0 0;
  padding-left:20px;
}
/* End of 'Layout: Flash' */

