/* Start of CMSMS style sheet 'Layout: Top menu + 3 columns' */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family:  Arial, sans-serif;
  font-size: 0.75em;
  background: url(images/template/hintergrund.jpg) no-repeat;
}

img {
  border: none;
}


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

a:hover {
   text-decoration: underline;
}

a:visited {
   color:#22549e;
}


/* css für die container */

div#pagewrapper {
  width:1250px;
  height:100%;
  /*border: 1px solid #f00;*/
}

div#header {
  height: 182px;
  width: 820px;
  padding: 10px 0 0 180px;
  color: #58585a;
}

div#header a {
  color: #58585a;
  text-decoration: none;
}
div#header span {
   color: #21549e;
   font-weight: bold;
   font-size: 12px;
}

/*
div#header h1 a {
  clear: both;
  display: block; 
  height: 182px; 
  width:250px;
  text-align: left;
  text-indent: -999em;
  text-decoration:none;
}
*/


div#sidebar {
   clear:both;
   color:#22549e;
   margin:0;
   padding: 0 0 0 20px;
   width: 150px;
   height: 400px;
   float: left;
   font-size:1em;
   font-weight:bold;
}
div#sidebar h3 {
  font-size:14px;
  margin-bottom: 15px;
}

div#sidebar p {
  margin-bottom: 10px;
}


div#menu_vert {
  height: 280px;
  margin: 53px 0 0 0;
}

div#content {
  margin: 10px 0 0 40px;
  width:530px;
  float: left;
  /*padding: 0 10px 0 0;*/
  color:#58585a;
}

div#breadcrump{
  color:#58585a;
  margin: 0 0 30px 0;
  font-size:10px;
}

div#extracontent{
  height:350px;
  margin:100px 30px;
  float: left;
}

div#extracontent.images {
  margin-left:50px;
  /*margin-bottom:10px;*/
  width:150px;
}

div#extracontent.images p {
  margin-bottom: 15px;
  color:#22549e;
}

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

div#content table {
  margin: 0 0 22px 0;
}

div#content table tr td {
  padding: 5px 0 5px 0;
}


div#content p {
  margin: 0 0 22px 0;
  line-height: 1.5em;
}

div#content h2 {
}

div#content h3 {
  margin: 0 0 22px 0;
  font-size: 17px;
   color:#22549e;
}

div#content ul li {
  background: url(images/template/bullet.gif) no-repeat 0 10px;
  padding: 5px 0 5px 15px;
  list-style: none;
}

/* css Sonstige */

div#content hr {
  margin: 20px 0 20px 0;
  color:#22549e;
  clear:both;
}

.blau {
  color:#22549e;
}

.news {
background: url(images/template/news.gif) no-repeat;
/*
  background-color: #fff;
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter:alpha(opacity=65);
*/
  height:400px;
  width:180px;
  padding:20px;
}



.news a {
  color: #58585A;
   text-decoration:none;
   font-weight: normal;
}
.news p {
   margin-bottom:16px;
   padding-left:20px;
   color: #58585A;
   line-height:20px;
   background: url(images/template/bullet.gif) no-repeat 0 6px;
}

.news h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

.news h2 a {
  color: #21549e;
  font-weight: bold;
}
/* End of 'Layout: Top menu + 3 columns' */

