/*
  Stylesheet for default template of chw CMS
  Last modified 19.09.2006 12:20:25
  Michael Wegener
  CHW Computersysteme
  Web: http://www.chw-computer.net/
*/
html {
  min-height: 100.05%;
}

* {
  margin: 0;
  padding: 0;
}
img {
    border-style: none;
}

body {
  font: normal 100.5% Arial, sans-serif;
  text-align: center;
}

/* some tags should have defaults*/

ul {
  list-style-position: outside;
  list-style-type: square;
  padding-left: 2em;
}

ol {
  padding-left:3.5em;
}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

#main_content {
  margin-left: auto;
  margin-right: auto;
  border:1px solid black;
  background-color: #fff;
  width:780px;
  text-align: left;
  font-size: small;
}

#breadcrumb {
  padding:5px;
  float:left;
  width:70%
}

#static_pages {
  text-align:right;
  padding:5px;
}

#header {
  padding:5px;
}

#main_nav {
  padding:5px;
}
#main_nav span {
  white-space : nowrap;
}


#sub_nav_1 {
  padding:5px;
  padding-top:0;
}
#sub_nav_1 span {
  white-space : nowrap;
}


#sub_nav_2 {
  padding:5px;
  padding-top:0;
}

#sub_nav_2 span {
  white-space : nowrap;
}

#content {
  padding:5px;
}

#message_stack {
  border:1px solid #f00;
  background-color: #fff;
}
#message_stack h1 {
  padding: 2px;
  color: #fff;
  background-color: #f00;
}

#message_stack div {
 padding:2px;
 padding-top:1px;
 padding-bottom:1px;
}

#footer {
  padding:5px;
}

#amazon_books {
  padding:5px;
  border:1px solid black;
  width:20%;float: right;
}

#amazon_books h1 {
  background-color: #eee;
}


/* Formular defaults */
.radio_button{
  border: 0;
}
legend {
  font: bold 1em arial, sans-serif;
  color:black;
  margin: 0 0 5px;
  padding-left: 0px;
}
* html label {
  margin:0;
}
label {
  display: block;
  white-space : nowrap;
  text-align: right;
  font: normal 1em arial,sans-serif;
  margin:0.2em 0 0;
  
}
label strong {
  font: bold 1.3em/.5em arial, sans-serif;
  color: #f00;
}
fieldset {
  border: 0;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
input {
  width: 12em;
  margin-left:.5em;
  border: 1px solid black;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background: #f8f8f8;
  padding-left:.2em;
}
button {
  margin: 0.3em 0 0;
  border: 1px solid black;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  background: #bbb;
}
.area {
  clear:left !important;
  text-align: left !important;
}
.nobr {
 white-space : nowrap;
}

textarea {
  font: normal 1em arial, sans-serif;
  border: 1px solid black;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background: #f8f8f8;
}

#gallery_nav li {
  display:inline;
}

/* calendar */
.yearHeader      { font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;}
.calendarMonth   { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader  { font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 18px;}
.calendarToday   { color: #000000; background-color: #FFCF00; padding-left : 2px; text-decoration: none; border:1px solid #FFFFFF; }
.calendarWeekend { font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 2px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 18px }
.calendar        { font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 2px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 18px }
.event           { font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty           { background-color: #F0FAFF; line-height: 14px; height: 18px}
.calendar A, .calendarWeekend A { text-decoration: none;}
.calendar U { font-weight: bold; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {font-size: 11px; }
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {font-size:}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {font-size: 11px; }

div.calendar_item_odd, div.calendar_item_even {
  border:1px solid #afafaf;
  padding:5px;
  margin-bottom:5px;
}
img.calendar_image {
  float:right;
}
.link_overview {
  clear:both
}

div.event_footer_even, div.event_footer_odd {
  clear:both;
}
