/*Allgemeine gueltige Styles*/
* 
{
  margin: 0;
  padding: 0; 
}

img
{
  border: none;
}

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
  min-width: 760px; 
  max-width: 1100px;
  background-image: url(/site/fileadmin/pics/back_left.gif);
  background-position: top left;
  background-repeat: repeat-y;
}

#wrapperall1{
  width: expression(document.body.clientWidth < 820? "770px": "100%" );
}

#wrapperall2 {
  width:expression(document.body.clientWidth > 1024? "1100px": "auto" );
}

p
{
margin-bottom: 1em;
}

a:link, a:visited {
  color: #32539A;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

.contenttable {
  font-size: 1em;
  margin-bottom: 1.5em;
}
.contenttable p
{
margin-bottom: 0;
}

.contenttable th {
  color: #FFFFFF;
  background-color: #32539A;
  text-align: center;
  font-size: 1.1em;
  border-spacing: 2px;
  padding: 2px;
}
.contenttable tr {

}

.contenttable td {
  background-color: #EEEEEE;
  border-spacing: 2px;
  padding: 2px;
  text-align: center;
}

.container
{
  overflow: hidden;
  width: 100%;
}

#left
{
  float: left;
  width: 176px;
}

#left a
{
  color: #FFFFFF;
  text-decoration: none;
}

#left ul.levelOne li
{
  list-style-image: url(/site/fileadmin/pics/li_bullet.gif);
  margin-left: 1.5em;
  margin-bottom: 0.8em;
}

#left ul.levelTwo
{
  margin-top: 0.4em;
}
#left ul.levelTwo li
{
  list-style-image: url(/site/fileadmin/pics/li_bullet2.gif);
  margin-left: 1.2em;
  margin-bottom: 0.2em;
}

#left #dicht {
  padding-left: 10px;
  margin-top: 20px;
}

#left #dicht h2 {
  font-size: 13px;
  margin-bottom: 10px;
}

#right
{
  position: absolute;
  top: 0;
  left: 177px;
}

/*#right
{
  margin-left: 175px;
}*/

#right #logo
{
  background-color: #E8E8E8; 
  overflow: hidden;
  width: 100%;
  border-bottom: 2px solid #FFFFFF;
}

#right #logo .sublogo
{
  float: left;
  margin-left: 20px;
}
#right #logo .mainlogo
{
  float: right;
  margin-right: 20px;
}

#right #quicknav
{
  background-color: #CCCCCC;
  text-align: right;
  padding-right: 1.5em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-weight: bold;
}

#right #quicknav a
{
  color: #000000;
  text-decoration: none;
}


#right #content
{
  padding-left: 2.5em;
  padding-top: 2.0em;
  padding-right: 1.5em;
  padding-bottom: 2.0em;
  line-height: 145%;
}

#right #content h1
{
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  font-size: 1.6em;
  color: #32539A;
  line-height: 1.2em;
}

.block 
{
  margin-bottom: 1.5em;
}

.contentleft
{
  float: left;
  margin-right: 0.8em;
  margin-bottom: 0.1em;
}

.contentright
{
  float: right;
  margin-left: 0.8em;
  margin-bottom: 0.1em;
}

P.csc-caption {
font-weight: bold;
color: #32539A;
font-size: 1em;
padding-left: 0.4em;
}

ul, ul.csc-bulletlist, ul.csc-bulletlist-0 {
  list-style-type: none;
}

#content ul
{
  list-style-type: square;
  padding-left: 15px;
  margin-bottom: 0.5em;
}

form#suchformular {
display: inline;
}

/*kontaktformular*/
div.mailform
{
  
}

div.formcontainer 
{
  overflow: hidden;
  width: 95%;
  margin-bottom: 0.7em;
}

div.label
{
  float: left;
  width: 25%;
  text-align: right;
  padding-right: 10px;
}

span.required
{
  font-weight: bold;
}

div.field
{
  float: right;
  width: 70%;
  text-align: left;
}

/*downlaod area*/

.downloadarea {
  overflow: hidden;
  width: 99%;
}

.downloadcat {
  float: left;
  width: 42%;
  padding-right: 2%;
  margin-bottom: 1em;
}

.downloadcattitle h4 {
  color: #32539A;
  text-decoration: underline;
  font-size: 1.2em;
}

.downloadfile {
  margin-top: 0.7em;
  padding: 0.4em;
  border: 1px solid #DCDCDC;
}

.filetype {
  overflow: hidden;
  width: 99%;
  margin-bottom: 0.3em;
}

.fileicon {
  float: left;
  width: 12%;
}

.filetitle {
  float: left;
  width: 80%;
}

.csc-default {
  width: 100%;
  overflow-hidden;
  margin-bottom: 1em;
}

