/* -------------------------------------------------------------

   General style sheet for st-nikolaus-rosenheim.de 
   
   version: 2.2.0
   author: Florian Hamberger
   e-mail: info@fhcb.net
   website: http://www.fhcb.net

   Copyright (c) Florian Hamberger Computer-Beratung 2005-2008,
   all rights reserved

------------------------------------------------------------- */

/* Structure */
* {
  margin: 0;
  padding: 0;
  font-size: 100.01%;
}

body {
  font-size: 0.8em;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: #112;
  background: #796E7C url(../images/796E7C.jpg) repeat;
  overflow: auto;
}

#skip {
  position: absolute;
  left: -9999px;
  width: 25%;
  top: 0;
  margin: 6px;
  text-align: left;
  z-index: 10;
  background-color: #EFE8FA;
}

#service {
  position: absolute;
  width: 99%;
  left: 0;
  top: 0;
  padding: 6px;
  text-align: right;
  z-index: 9;
  background: #EFE8FA url(../images/EFE8FA.jpg) repeat;
}

#top {
  height: 180px;
  color: inherit;
}

#header {
  position: absolute;
  top: 26px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: inherit;
  background: #CDAC76 url(../images/header-bg.jpg);
  background-repeat: repeat-x;
}

div#navigation {
  position:absolute;
  top: 78px;
  height: 36px;
  text-align: center;
  width: 100%;
  color: inherit;
  background-color:transparent;
  padding-bottom: 7px;
  border-bottom: 6px solid #CDAC76;
/*
  background-image: url(../images/frame_bottom.jpg;);
  background-position: bottom;
  background-repeat: repeat-x;
*/
}

div#subnav {
  position: absolute;
  top:127px;
  height: 30px;
  width: 100%;
  text-align: center;
  color:inherit;
  background-color: transparent;
  margin-bottom: 10px;
}

div#orientation {
  position: absolute;
  text-align: center;
  padding-top: 2px;
  top: 150px;
  height: 20px;
  width: 100%;
  color: inherit;
  background-color: #E1C586;
}

#colmask {
  position: relative;
  width: 100%;
  top: 200px;
  margin-top: -20px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  color: inherit;
  background: #FFF7E5 url(../images/FFF7E5.jpg) repeat fixed;
}

#colleft {
  width: 100%;
}

#col1 {
  position: absolute;
  top:50px;
  bottom: 20px;
  left: 0;
  width: 21%;
  z-index: 10;
  padding: 2%;
  border-right: 1px solid #CDAC76;
}

#col2 {
  position: absolute;
  right: 0;
  top:50px;
  bottom: 20px;
  width: 21%;
  z-index: 10;
  padding: 2%;
  border-left: 1px solid #CDAC76;
}

/* IE 6+                                                                                              00
* html #col1, * html #col2 {
  margin-top: -10px;  
}
*/

#col3 {
  position: static;
  width: 46%;
  min-height: 350px;
  padding: 20px;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 25%;
  padding-right: 25%;
  clear: both;
}

#footer {
  position: relative;
  bottom: 0;
  height: 80px;
  width:100%;
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: 15px;
  color: inherit;
  background: #CDAC76 url(../images/footer-bg.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  text-align: center;
  z-index: 15;
}

#aktuell {
  position: absolute;
  top: 85px;
  left: 10em;
  width: 150px;
  height: 30px;
  text-align: center;
  z-index: 100;
}

.clear {
  clear: both;
  display: none;
}

.bild, .rundgang {
  background: #FFF7E5 url(../images/FFF7E5.jpg) repeat fixed;
}

/* Content */

/* headings */

h1 {
  font-family: Verdana,Arial,sans-serif; 
  font-size: 1.5em; 
  font-weight: normal; 
  color: #371462; 
  background-color: transparent; 
  margin: 1.5%;
  text-align: center;
}
h2 {
  font-family: Verdana,Arial,sans-serif; 
  font-size: 1.3em; 
  font-weight: normal; 
  color: #371462; 
  background-color: transparent; 
  margin:0.5em;
  text-align: center;
}
h3 {
  font-family: Verdana,Arial,sans-serif; 
  font-size: 1.1em; 
  font-weight: bolder; 
  color: #371462; 
  background-color: transparent; 
  margin:0.5em;
  text-align: center;
}

#navigation h2, #subnav h2, #orientation h2, #skip h2, #service h2 {
  position: absolute;
  left: -9999px;
}

.ank {
  color: #9C282A;
  border-color: #9C282A;
  font-size: 120%;
}

.image {
  width: 100%;
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

/* paragraphs */

ul {
  line-height: 1.5em;
  margin: 0 0 1em 1em;

}

ul.inner {
  list-style-type: none;
}

.map {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

#footer p {
  font-size: 0.75em;
  line-height: 1;
}

.seitenanfang, .download, .adobe, .center, .bild {
  text-align: center;
  margin: 0;
}

#km p {
  text-align: center;
}

.ki p, #ma p {
  text-align: center;
  margin-bottom: 10px;
}

dt {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

dd {
  margin-top: 2px;
  margin-left: 2em;
}

#ma dl {
  margin-left: 20%;
}

ol {
  margin: 2em;
}

ul.auswahlliste {
  list-style: none;
  margin-left: 25%;
}

/* text formatting */

strong,b { 
  font-weight: bold 
}

em,i { 
  font-style:italic 
}

.normal {
  font-weight: normal;
}

.hinweis {
  font-weight: bold;
  background-color: #FF9470;
}


/* images */

img {
  text-align: center;
  border-top: 2px solid #F5E198;
  border-left: 2px solid #F5E198;
  border-bottom: 2px solid #D3B27C;
  border-right: 2px solid #D3B27C;
  margin-top: 1em;
  margin-bottom: 0.5em;
  background: inherit;
  background-image: url(../images/Pik.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

img.grundriss, img.ico {
  background-image: none;
}

img.ico {
  border: none;
  vertical-align: top;
  margin: 2px;
}

#footer img, #col2 img, #impressum img {
  border: none;
}

#col1 img, #col2 img, #col3 img {
  vertical-align: middle;
}

#footer img {
  vertical-align: middle;
  margin: 0;
}

.image img {
  text-align: center;
}

img.fenster {
  border: none;
}

/* tables */

table {
  width: 99.9%;
  border-collapse: separate;
  border-spacing: 0.2em; 
  text-align: left; 
  margin-left: auto; 
  margin-right: auto;
}

td {
  vertical-align: top;
}

td.bottom {
  vertical-align: bottom;
  padding: 0.5em;
}

/* links */

a:link {
  color: #37135B;
  background-color: transparent;
}

a:hover, a:active {
  text-decoration: none;
}

a:visited {
  color: #66142B;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%; 
  font-size: 2em;
  margin-left: 0;
  margin-top: 0.5em;
  border: none; 
  background-color: transparent; 
  color: #112;
}

#aktuell a:link, #aktuell a:visited {
  color: #371462;
  font-weight: bold;
  text-decoration: none;
  font-size: 2em;
  padding-top: .1em;
  padding-top: .1em;
  padding-left: .2em;
  padding-right: .2em;
  background-color: #E1C586;
  border-left: 2px solid #F4EAD4;
  border-top: 2px solid #F4EAD4;
  border-right: 2px solid #857550;
  border-bottom: 2px solid #857550;
}
#aktuell a:hover {
  color: #371462;
  background-color: #CDAC76;
}

.seitenanfang a, .seitenanfang a:visited {
  color: #000;
  text-decoration: none;
  background-color: #E1C586;
  border-left: 2px solid #F4EAD4;
  border-top: 2px solid #F4EAD4;
  border-right: 2px solid #857550;
  border-bottom: 2px solid #857550;
  padding: 5px;
}

.seitenanfang a:hover {
  background-color: #CDAC76;
}

.download a, .adobe a {
  width: 150px;
  margin: auto;
  margin-top: 2px;
}

.download a, .download a:visited {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #E1C586;
  border-left: 2px solid #D29E9F;
  border-top: 2px solid #D29E9F;
  border-right: 2px solid #671B1C;
  border-bottom: 2px solid #671B1C;
  padding: 5px;
}

.download a:hover {
  background-color: #CDAC76;
  border-left: 2px solid #D29E9F;
  border-top: 2px solid #D29E9F;
  border-right: 2px solid #671B1C;
  border-bottom: 2px solid #671B1C;
}

.adobe a, .adobe a:visited {
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #9C282A;
  border-left: 2px solid #D29E9F;
  border-top: 2px solid #D29E9F;
  border-right: 2px solid #671B1C;
  border-bottom: 2px solid #671B1C;
  padding: 5px;
}

.adobe a:hover {
  background-color: #84292F;
  border-left: 2px solid #D29E9F;
  border-top: 2px solid #D29E9F;
  border-right: 2px solid #671B1C;
  border-bottom: 2px solid #671B1C;
}

a.page {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  color: #37135B;
}

a.extern {
  padding-left: 15px;
  background: url(../images/ext.png) left top no-repeat;
}

a.mail {
  padding-left: 20px;
  background: url(../images/mail.png) left center no-repeat;
}

.fontbig, .fontnormal, .fontsmall {
  font-weight: bold;
}
.fontbig {
  font-size: 1.2em;
}
.fontnormal {
  font-size: 1.0em;
}
.fontsmall {
  font-size: 0.8em;
}

/* other */

hr {
  color: #CDAC76;
  border-color: #CDAC76;
}

