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

   General style sheet for fhcb.net 
   
   version: 0.1.0
   author: Florian Hamberger
   e-mail: info(at)fhcb.net
   website: http://www.fhcb.net

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

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

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

body {
  width: 100%;
  font-size: 85%;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: #112211;
  background-color: #D3FFDF;
  background-image: url(../images/Obholzer_D3FFDF.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: auto;
}

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

#service {
  position: absolute;
  float: right;
  color: #163B2F;
  background: transparent;
  right: 0;
  width: 412px;
  top: 0;
  margin: 6px;
  padding-right: 6px;
  text-align: right;
  z-index: 9;
}

#bvh {
  height: 180px;
  color: inherit;
  background-color: transparent;
}

#header {
  position: absolute;
  top: 26px;
  left: 23%;
  height: 128px;
  margin-top: 12px;
  width: 75%;
  overflow: hidden;
  text-align: center;
  color: inherit;
  background: transparent url(../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#navigation {
  position: fixed;
  top: 170px;
  left: 2%;
  width: 20%;
  padding-bottom: 1.5%;
  text-align: center;
  background-image: url(../images/Obholzer_71AD57.jpg);
  border: 2px outset #71AD57;
  border-right: 2px solid #71AD57;
  z-index: 2;
}

#colmask {
  position: relative;
  width: 100%;
  top: 0px;
  margin: 0;
  padding: 0;
  margin-top: 170px;
  margin-bottom: -170px;
  color: inherit;
  background-color: transparent;
  z-index: 1;
/*  border-bottom: 2px solid #71AD57; */
}           
                            
#colleft {
  width: 100%;
}

#col1 {
  position: absolute;
  top:0px;
  left: 0;
  width: 20%;
  z-index: 10;
  margin: 0;
  padding: 2%;
  padding-bottom: 0;
  color: inherit;
  background: inherit;
  overflow: hidden;
}

#col2 {
  position: relative;
  left: 22%;
  width: 75%;
  top:0px;
  margin: 0;
  color: inherit;
  background-color:inherit;
  background-image: url(../images/Obholzer_71AD57.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: hidden;
  border: 2px outset #71AD57;
}

#inner {
  width: 96%;
  margin: auto;
  margin-top: 2%;
  padding-top: 2%;
  color: inherit;
  background-color: #FFF8F2;
  background-image: url(../images/main_bg3.jpg);
  background-repeat: repeat;
  border: 1px inset #71AD57;
  z-index: 0;
}

#footer {
  position: relative;
  left: 23%;
  width:75%;
  bottom: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  text-align: center;
}

#backlink {
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
}

.link div {
  display: table-cell;
  padding: 5px;
  padding-left: 0;
  vertical-align: middle;
}

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

.bild{
  color: inherit;
  background-color: #FFFFE5;
}

#mf {
  margin-top: 10px;
  height: 10px;
  border-top: 2px solid #894359;
}

#content {
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  text-align: left;
}

#alert {
  position: absolute;
  left: -9999px;
}

/* Content */

/* headings */

h1 {
  font-family: Verdana,Arial,sans-serif; 
  font-size: 1.5em; 
  color: #000; 
  background-color: transparent; 
  margin: 1.5%;
  text-align: center;
}

#header h1 {
  position: absolute;
  left: -9999px;
}
h2 {
  font-family: Verdana,Arial,sans-serif; 
  font-size: 1.3em; 
  color: #000; 
  background-color: transparent; 
  margin:0.5em;
  text-align: center;
}
h3 {
  font-family: Verdana,Arial,sans-serif; 
  font-size: 1.1em; 
  font-weight: bolder; 
  color: #163B2F; 
  background-color: transparent; 
  margin:0.5em;
  text-align: center;
}

h1.pagehome {
  line-height: 1.5em;
  margin: 10px;
  margin-top: 0;
  font-size: 1.0em;
}

#nav h3, #subnav h3, #orientation h3, #skip h3, #service h3, #backlink h3 {
  position: absolute;
  left: -9999px;
}

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

img.impressum {
  border: none;
}

/* paragraphs */

ul, ol, dl { 
  line-height: 1.5em;
  margin: 0 0 1em 1em; 
}

li { 
  margin-left: 1.5em; 
  line-height: 1.5em;
  margin-bottom: 0.5em; 
}

dt { 
  font-weight: bold; 
}

dd { 
  margin: 0 0 1em 2em; 
}

.center {
  text-align: center;
}

#orientation ul {
  list-style: none;
  line-height: 1.0em;
  margin: 0;
  display: inline;
  margin-left: 1.5em;
}

#orientation ul li {
  display: inline;
  font-weight: bold;
  margin: 0;
  line-height: 1.6em;
}

#service ul {
  list-style: none;
  display: inline;
  margin: 0;
}

#service ul li {
  display: inline;
  margin: 0;
}

p {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

#inner p, #inner address, #inner ul {
  width: 400px;
  margin: auto;
}

#inner p.kontakt {
  width: 224px;
  margin: auto;
}

#footer p {
  font-size: 0.75em;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}

p.pagehome {
  font-size: 2em;
  margin-bottom: 0.5em;
}
  
/* lists */  

ul.auswahlliste {
  list-style: none;
}

ul.top {
  list-style: none;
}

.top li {
  margin: 20px;
  display: inline;
}

li.inline {
  display: inline;
  margin: 0;
}

/* text formatting */

strong,b { 
  font-weight: bold 
}

em,i { 
  font-style:italic 
}

.normal {
  font-weight: normal;
}

.page {
  font-weight: bold;
}

/* images */

img {
  text-align: center;
  border: 3px ridge #71AD57;
}

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

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

.image img {
  text-align: center;
}

.link img {
  border: none;
}

img.icon {
  border: none;
  vertical-align: middle;
  padding-right: 5px;
}

img a:link {
  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;
}

/* links */

a.footer { display: inline; }

#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;
}

#orientation li a:link, #orientation li a:visited, #orientation li a:hover, #orientation li a:active {
  color: #894359;
  font-weight: normal;
}

#footer a { color: #894359; background:transparent; font-weight: normal;}
#footer a:focus,
#footer a:hover,
#footer a:active {color: #894359; background-color: transparent; text-decoration:underline;}

#service a {
  font-size: 75%;
  color: #163B2F;
  background: transparent;
}

.top a, #backlink a {
  text-decoration: none;
  color: #D3FFDF;
  background-color: #163B2F;
  padding: 0.1em 0.5em;
  border: 2px outset #163B2F;
}
.top a:focus, #backlink a:focus,
.top a:hover, #backlink a:hover,
.top a:active, #backlink a:active { text-decoration:none; color: #163B2F; background-color: #71AD57; border: 2px inset #71AD57; }

a.page {
  cursor: default;
  text-decoration: none;
  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;
}

a {color: #163B2F; text-decoration: underline;}
a:visited {color: #042017}
a:focus,
a:hover,
a:active {text-decoration:none;}

/* misc */

  hr {
  margin: 0;
  padding: 0;
  border:0;
  border-bottom: 2px solid #71AD57;
}

#inner hr {
  margin-left: 10%;
  margin-right: 10%;
}

/* RSS */

.rss-box {
	width:80%;
	background-color:#FFF8F2;
  border:7px solid #112;
  overflow:auto;
  margin-left:10%;
}
.rss-items {
	margin-top:0px;
	padding:0.5em;
	margin-left:0px;
	color:#112;
}
p.rss-title {padding:0em;}
.rss-title {
	text-decoration:none;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size:15px;
	background-color:#112;
	color:#FFF8F2;
	font-weight:bold;
	margin:0px;
	padding:0em;
	text-align:left;
}

.rss-item  {
  font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
  color:#894359; 
  text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color:#262735;
}

.rss-item a:hover {
	color:#F4F6FF;
	background-color:#894359;
}
