html { scrolling:yes; }

img { border: 0px; }

body {
  background-color: #fde0b2;
  margin: 0px 0px 50px 0px; /* T R B L */
  background-image: url("images/bg_page.jpg");
  background-repeat: repeat-x;
  font-family: Arial,'Times New Roman',Times;
}
  /* 
  border: 1px solid black;
*/
div {
  width: 1000px;
  margin:auto;
}

h2 { font-size: 1.4em; }

div.page {
  width: 100%;
  min-width: 1000px;
  border: none;
}

#title {
  margin-top: -6px;
  background-image: url("images/title.png");
  height: 179px;
}

#navigation {
  margin-top: 6px;
  background-image: url("images/bg_navi.png");
  background-position: bottom;
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  height: 55px;
  text-align: left;
  width: 980px;
  padding-left: 10px;
  padding-right: 10px;
}

#main {
  background-color: #e3f1f3;
  color: #5d7e7e;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  height: 200%; 
}

#main_bottom {
  background-image: url("images/subBogen.png");
  background-repeat: no-repeat;
  height: 7px;
}

#main .main_foot {
  clear: both;
}

#main .main_in{
  float: left;
  width: auto;
  margin: 20px;
}

.text_left {
  float: left;
  text-align: left;
}

.text_right {
  float: right;
  text-align: right;
}

.text_center {
  text-align: center;
  width: 100%;
  height: 100%;
}
.woche_frei
{
  margin:0px;
  padding:0px;
  background-color:green;
  color:white;
}
.woche_belegt
{
  margin:0px;
  padding:0px;
  background-color:red;
  color:white;
}
#footer .text_left, #footer .text_right  {
  width: auto;
  font-size: 0.8em;
  color: darkorange;
  padding: 10px;
}
#footer a {
  text-decoration: none;
  color: darkorange;
}

/* menu */

div .navigation a {
  text-decoration: none;
  color: white;
}

div .navigation a:hover {
  color: #51a9c9;
}

/* Aktiver Link */

div .navi_left, div .navi_right  {
  float: left;
  width: 3px;
  height: 44px;
  background-repeat: no-repeat;
}

div .navi_left {
  background-image: url("images/blauLinks.png");
}

div .navi_link {
  width: auto;
  line-height: 44px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #51a9c9;
}

div .navi_right {
  background-image: url("images/blauRechts.png");
}

div .navi_menu_a, div .navi_fix_a {
  width: auto;
  margin-left: 10px;  
  margin-right: 10px;  
}

div .navi_menu_a {
  float: left;  
}

div .navi_fix_a {
  float: right;
}

/* Sonstige Links */

div .navi_menu, div .navi_fix {
  width: auto;
  position: relative;
  bottom: 0px;
  line-height: 44px;
  text-align: center;
  margin: 10px;
}

div .navi_menu {
  float: left;
}

div .navi_fix {
  float: right;
}
/* NEWS */

.article_holder
{
  width:400px;
}
.article
{
 border: 1px solid #51A9C9;
  width:450px;
}
.article_title
{
  border-bottom: 1px solid #51A9C9;
  padding-bottom:15px;
  padding-top:10px;
  padding-left:20px;
  padding-right:20px;
  width:410px;
  background-color:#51A9C9;
  color:white;
  font-weight:bold;
  font-size:16px;
}
.article_content
{
  padding:15px;
  width:420px;
}


/*bilder*/

div .pic_thumb{
  width: 152px;
  height: 115px;
  text-align: center;  
  float: left;
}


