/*
CSS Fremdenverkehrsverein Altenkrempe
www.secra.de
*/

body, html{
  text-align: center;
  height: 100%;
  min-height: 100%;
  background-color: #ffcc00;
}

*{
  margin: 0;
  padding: 0;
}

a, a:visited{
  color: #000;
  text-decoration: none;
}

a:active, a:hover{
  text-decoration: underline;
  color: #000;
}

a.normal {
  text-decoration: underline;
  color: #0000FF;
}

a.normalpdf {
  text-decoration: none;
  color: #0000FF;
}

a.underl {
  text-decoration: underline;
}

.inhaltdark { 
  background-color: #FFFFFF; 
}

.infoboxrahmen { 
  background-color: #000000; 
}


/*********** layout */

#menu,
#content,
#footer{
  font: 13px/20px Arial, Helvetica, sans-serif;
}

#header{
  background: url(bitmaps/header_altenkrempe.jpg) no-repeat;
  height: 190px;
}

#header h1{ display: none; } /* text-titel verstecken */

h2{
  margin: 5px 0 15px 0;
}

h3{
  font-size: 14px;
  margin: 5px 0 15px 0;
}

#subcontainer{
  background: #fff url(bitmaps/bg_container.gif);
  
}

#sitecontainer{
  margin: 0 auto;
  height: 100%;
  text-align: left;
  width: 760px;
}

#menu{
  float: left;
  width: 210px;
}

#menu ul{
  list-style: none;
  font-weight: bold;
  margin: 20px 0 0 20px;
  width: 160px;
}

#menu .active{
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

#outercontent{
  float: right;
  width: 550px;
  text-align: center;
}

#content{
  margin: 20px auto;
  text-align: left;
  width: 85%;
}

#content p{
  line-height: 1.5em;
  margin: 7px 0 14px 0;
}

/******* content- Bilder */

/* bild mit grauem Rahmen */
#content img.bordered{
  border: 1px solid #ccc;
  padding: 3px;
}

/* links ausgerichtete Bilder */
#content img.alignleft{  
  float: left;
  margin: 7px 10px 5px 0;
}

/* rechts ausgerichtete Bilder */
#content img.alignright{
  float: right;
  margin: 7px 0 5px 10px;
}

#footer{
  clear: both;
  width: 760px;
  line-height: 30px;
  background: url(bitmaps/bg_footer.gif) repeat-x;
  font-size: 11px;
}

#footerinner{
  margin-left: 20px;
}

.hidden{
  display: none;
}


/********* tabelle gastegeberverzeichnis */

#gastgeberverzeichnis{
  font-size: 12px;
  width: 450px;
  background-color: #bccde9;
  border: 1px solid #666;
  border-collapse: collapse;
}

#gastgeberverzeichnis td{
  padding: 2px;
  text-align: center;
  border: 1px solid #666;
}

#gastgeberverzeichnis caption{
  font-weight: bold;
}

#gastgeberverzeichnis .definition{
  font-weight: bold;
  font-size: 11px;
}

/********** PDF download */

.pdfdownload{
  font-weight: bold;
  padding-left: 20px;
  line-height: 40px;
  margin: 10px 0;
}

.pdfdownload a {
  border-bottom: 1px dotted #000;
}

.pdfdownload a:hover{
  border-bottom: 1px solid #000;
  text-decoration: none;
}