/* Farben
Hintergrundblau #b8c7e6
Contentblau #d8e1f2
Logoblau #003399
 */

html, body {
	height: 100%; margin: 0px; padding: 0px;
}

body {
	background-color: #b8c7e6; color: #333333; font-family: Verdana, sansserif; font-size: 1em; text-align: center;
}

p, h1, h2, h3, h4, ul, ol, dl, dd, dt {
   margin: 0px; padding: 0px;
}

h2 {
   font-size: 1.5em; font-weight: normal; margin-bottom: 10px; color: #003399;
}

h3 {
    font-size: 1em; color: #444; margin: 3px 0 0px 0;
}

img {
   border: 0px;
}

p {
   margin-bottom: 8px;
}

.clear {
   clear: both;
}


/* Ebenen */

#center {
   width: 958px; margin: 0px auto; padding-top: 40px;
}

#container {
   width: 940px; border: solid 9px #fff; background: #d8e1f2;
}

#top {
   width: 940px; height: 60px; text-align: left;
}

#logo {
   float: left; width: 370px; height: 60px;
}

#topnav {
   float: right; width: 250px; text-align: right; font-size: 0.7em;
}

#schmuckbild {
   height: 200px;
}

#wrapper {
   width: 940px; margin-top: 35px; text-align: left;
}

#mainnav {
   float: left; width: 250px; min-height: 310px;  font-size: 0.75em;
}

#content {
   float: left; width: 660px; padding-bottom: 10px; font-size: 0.85em; line-height: 1.3em
}



/* Formatierungen */

.logo-h1 {
    text-indent: -5000px; display: block; overflow: hidden; width: 337px; height: 27px; margin: 20px 0 0 30px; background: url(images/logo-prs.png) no-repeat;
}

.important {
   font-weight: bold; color: #003399;
}


/* Allgemein */

.content-left ul, .content-1left ul, .content-2left ul {
   margin: 0px 0px 10px 20px;
}

#content-wrapper ul {
   margin: 0 0 10px 20px;
}

#content-wrapper ul li {
   margin: 0 0 5px 0;
}

.content-left {
   float: left; width: 330px;
}

.content-right {
   float: right; width: 320px;
}


/* News */
.newsimage {
   float: left; margin-right: 30px;
}

.news-single-imgcaption {
   font-size: 0.8em;
}

dl {
   margin: 10px 0px; clear: both;
}

dd {
   margin-left: 10px;
}

.news-single-backlink {
   margin: 30px 0 10px 0;
}

.newstext {
   margin-bottom: 20px;
}

.news-list-date, .news-single-timedata {
   margin-bottom: 8px;
}

.newsicon {
   margin-right: 5px;
}


/* Formular */

fieldset {
   width: 300px; padding: 20px;
}


label, select, input[type=checkbox], input[type=radio],
input[type=button], input[type=submit] {
 cursor: pointer;
}

input, textarea {
   display: block; width: 250px; margin-top: 2px; margin-bottom: 15px; padding: 3px; border: 1px solid #aaa;
}

input:focus, textarea:focus {
 color: #000;
 background: #f0f0f0;
 border: 1px solid #c00;
}

.error {
   color: #f00; font-size: 0.9em;
}


.dn {
   display: none;
}

/* Links */

a:link, a:hover, a:visited {
   color: #003399; text-decoration: none;
}

a:hover {
   color: #000; text-decoration: underline;
}
