/* Start of CMSMS style sheet 'Peer Gynt CSS' */
*{
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 12px;
}

img {
   border: 0;
}

.portrait {
   float:left;
   padding: 5px 10px 4px 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background: #3389cc url(images/cms/bg.jpg) repeat-x;
   color: #333;
   margin-top:30px;

}

div#pagewrapper {
   border-top: 10px solid #FFF;
   border-left: 10px solid #FFF;
   border-right: 10px solid #FFF;
   margin: 0 auto; 
   width: 880px; 
   background: #cee9fe;
   color: black;
}

div#headerlogo {
   float:left;
   width: 385px;
   height: 155px; 
}

div#headerimage {
   float:left;
   width: 495px;
   height: 155px; 
   background: #21527a;            
}

div#headerlogo h1 a {
   background: #20537a url(images/cms/logo.jpg) no-repeat;   
   display: block; 
   height: 155px; 
   text-indent: -999em; 
   text-decoration:none; 
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }

div#content {
   clear:both;
}

div#main {
   width: 550px;
   padding: 15px 10px;
}

div#mainhome {
   width: 880px;
   background:#20537a;
   color: #FFF;
}
div#sprachwahl {
   padding: 40px 0 0 0;
   text-align:center;
}


div#sidebar {
   float: right; 
   width: 290px;
   /* display: inline;  /* FIX ie doublemargin bug */
   padding: 15px 0 0 12px;
   background: #b2daf7;
}

div#footer {
   background: #3389cc url(images/cms/footer.jpg) no-repeat;
   margin: 0 auto;
   width: 900px;
   height: 90px;

}

div#relational {
  height: 50px;
}

div#main hr .trenner{
   height: 1px;
   margin: 0;
   border-bottom: 1px dotted #21527a;
}

div.hr {
   height: 1px;
   margin: 0;
   border-bottom: 1px dotted #21527a;
}

div.left80 {
  float: left;
  width: 80%; 
  height: 30px;
}

div.right20 {
  float: right;
  width: 19%;
  text-align: right;
  height: 30px;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
   margin: 0 0 0.5em 0;
}

div#sidebar h2 {
   padding-left: 12px;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
.contactform fieldset {width: 460px; padding: 1em; background-color: #9cc5e6;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform label {display: block; padding:5px 0 5px 0; }
.contactform required {color: #000;}

/* END LISTS */
/* End of 'Peer Gynt CSS' */

