/*
      Markup and Stylesheets: Copyright 2006 by Obsessive Media www.obsessive-media.de
      Content and Images: Copyright 2006 by Jugendhaus Rabatz www.jh-rabatz.de
*/

body {
	font-family: Verdana, sans serif;
	font-size: 8pt;
 	background-color: #3D6A86;
  background-image: url(../images/fade.jpg);
  background-repeat: repeat-x;
	color: #E7E7E7;
  margin: 0px;
}

h1 {
  font-family: Verdana, sans serif;
  width: 803px;
  height: 20px; 
  background-image: url(../images/header.jpg);
  margin: 0px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 12pt;
  text-indent: 0px;
  line-height: 20px;
}

h2 {
  font-family: Verdana, sans serif;
  padding-top: 0px;
  color: #E49920;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-variant: normal;
}

h3 {
  font-size: 10pt;
}

h4 {
  font-size: 9pt;
}

a.extern {
  background: none;
  padding-right: 0px;
}

div.scroll {
  margin-bottom: 5px;
}

div.scroll a {
  text-decoration: none;
  font-size: 8pt;
}

/*
 *
 * Fonts
 *
 */

a:link {
	color:#bbb;
}

a:visited {
	color:#bbb;
}

a:hover {
	color:#fff;
}

a:active {
	color:#fff;
}

a.switch {
  display: none;
}

/*
 *
 * Menu
 *
 */

ul.menu {
  width: 700px;
  height: 1px;
  padding: 12px;
  margin: 0px;
  margin-left: 40px;
}

ul.menu li {
  display: inline;
  margin-left: 10px;
  text-transform: uppercase;
}

ul.menu li a {
  padding-top: 13px;
	margin-top: -13px;
  background-image: url(../images/linkbar-s60.png);
	background-repeat: repeat-x;
	position: relative;
	top: -12px;
	height: 9px;
  text-decoration: none;
  cursor: pointer;
}

ul.menu li a:hover {
  padding-top: 11px;
	height: 9px;
  background-image: url(../images/linkbar-s80.png);
	background-repeat: repeat-x;
}

ul.menu li a:active {
  padding-top: 10px;
  background-image: url(../images/linkbar-w80.png);
	background-repeat: repeat-x;
}

/*
 *
 * Content
 *
 */

div.center {
  margin: 0px auto 0px auto;
  margin-left: 0px;  
}
 
div.page {
  clear: both;
  margin: 0px;
  padding-left: 10px;
  text-align: justify;
}

div.content {
  clear: both;
  margin: 0px;
  padding-left: 10px;
  text-align: justify;
}

div.content, div.calendar {
  padding-left: 10px;
  padding-right: 10px;
}

div.posted {
  border: 1px solid #E49920;
  text-align: center;
  font-weight: bold;
}
 
div.page, div.content, div.calendar a {
  color: #E6E6E6;
}

div.page a:hover {
  color: #ffffff;
}

span.footer {
  padding-right: 3px;
  display: block;
  text-align: left;
  font-size: 8pt;
  margin-bottom: 25px;
  padding: 1px;
  color: #C4C4C4;
  background-color: #37617A;
}

div.footer {
	clear: both;
  margin: 0px;
  padding-left: 10px;
	text-align: left;
  font-size: 8pt;
}

div.footer a {
  text-decoration: none;
}

/*
 *
 * Events
 *
 */

div.events {
  padding-left: 15px;
  clear: both;
}

div.events ul, div.calendar ul {
  list-style-type: none;
}

div.events ul li, div.calendar ul li {
  font-weight: bold;
}

div.events ul li.datetime, div.calendar ul li.datetime {
  font-weight: normal;
  margin-top: 5px;
  font-size: 8pt;
  text-indent: -20px;
}

div.events ul li a {
  color: #ffffff;
  text-decoration: none;
}

/*
 *
 * Photos
 *
 */
 
ul.photos {
	margin: 10px;
	padding: 10px;
}

ul.photos li ul {
	margin-left: 0px;
	padding-left: 0px;
}

ul.photos li {
	margin: 5px;
	float: left;
	text-align: center;
  list-style-type: none;
}

ul.photos img {
	border: none;
}

/*
 *
 * Calender
 *
 */

div.calendar p.back {
  position: absolute;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
}

div.calendar p.back a {
  color: #CACACA;
  text-decoration: none;
}

div.calendar p.navigation {
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}

div.calendar p.navigation a {
  color: #CACACA;
  text-decoration: none;
}
 
div.calendar table {
	empty-cells: show;
  margin: 0 auto;
}

div.calendar table th {
	font-size: 10pt;
  margin: 0px;
  padding: 0px;
}

div.calendar table td {
	border: 0px;
	width: 100px;
	height: 72px;
	vertical-align: top;
  margin: 0px;
  font-size: 10pt;
}

div.calendar table td.dummy a {
	display: none;
}

div.calendar table td a {
  text-decoration: none;
} 

div.calendar table td a.datum {
	border-left: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
  background-color: #437493;
	position: absolute;
	width: 98px;
	height: 69px;
	font-weight: bolder;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}

div.calendar table td.today a.datum {
  border: 1px solid #FF0000;
  background-color: #487D9E;
  background-image: url(../images/raster.gif);
}

div.calendar table td span {
	position: relative;
	display: block;
	top: 20px;
	font-size: 8pt;
  left: 4px;
}

div.quickedit, div.quickeditnone {
  display: none;
}

/*
 *
 * Blog
 *
 */
 
div.blog {
  clear: both;
  margin: 0px;
  padding-left: 10px;
  text-align: justify;
}

form {
	display: none;
}
