html, body {
  width: 100%;
  height: 101%;
  background-color: #363636;
}

body, th, td{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #303030;
  line-height: 1.8em;
  text-align: center;
  margin: 5px 0 5px 0;
}
img {
  border: 0px;
}
a {
  color: #c93b97;
}

form {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}

hr.clear_columns{	
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	clear: both; 
	float: left; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
  /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
	margin: -2em 0 0 0; 
}


/* Wrapper um den ganzen Bereich. Zentriert */
#main{
  margin: auto;
  border: 1px solid #656565;
  width: 760px;
  text-align: left;
  background-color: #ffeeff
}

/* Oberer Bereich */
#topnav {
  display: none;
}
#header {
  height: 100px;
  background-color: #ff99ff;
  cursor: pointer;    
}

/* Columns */
#col1{
  float: left;
  width: 150px;
  margin-top: 10px;
}
#col1_content{
  padding: 5px;
}
#col2{
  float: left;
  width: 450px;  
  margin-top: 10px;
}
#col2_content{
  padding: 5px;
}

#col2_content h2{
  background-color: #c93b97;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em;
  clear: both;
  line-height: 1em; 
  height: 1.5em;  
}

#col3 {
  float: left;
  width: 150px;
  margin-top: 10px;
  overflow: hidden;
}

#col3_content{
  padding: 5px;
}

/* Unterer Bereich mit Copyright */
#footer {
  height: 2em;
  clear: both;
  border-top: 1px solid #656565;
  padding: 0 20px 0 20px;
  overflow: hidden;
  background-color: #e6a4ce;
}

#footer div{
  margin: 20px 0 0 0;
}

/* Hauptmenü */
#nav_main {
  border-bottom: 1px solid #656565;
  height: 18px;
  background-color: #e6a4ce;  
}
#nav_main ul{
  list-style: none;
  margin: 0;
  padding: 0;  
}
#nav_main ul .submenu{
  display: none;
}

#nav_main li{
  float: left;
  margin: 0;
  padding: 0;
}
#nav_main li a{
  border-right: 1px solid #e6a4ce;
  background-color: #fab6e0;    
  height: 10px;  
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  color: #363636;
}
#nav_main li a:hover{
  background-color: #fcc0e2;
}

li#current_tab a{
  background-color: #ffffff;
}

/* Hauptbereich */

#content p{
  text-align: justify;
}

#content h1{
  font-size: 1.5em;
  line-height: 2em;
  clear: both;
}
#content h2{
  font-size: 1em;
  line-height: 1.5em;  
}
#content h3{
  font-size: 1em;
  line-height: 1.5em;  
}
#content h4{
  font-size: 1em;
  line-height: 1.5em;  
}

/* Floatboxen */
.floatbox { 
  overflow:hidden;
}

.floatbox p {
   
}

.floatbox h3 
{
  margin: 0;
  padding: 0;
}

.floatbox .blocks3{ 
  float: left;
  width: 33%;
}

.floatbox .blocks3 .wrapper{
  margin: 0 10px 0 0;
  border: 1px solid #ffdeff;
}

.float_left {
  float: left;
  padding: 5px;  
}

.float_left200 {
  width: 200px;
  text-align: center;
  float: left;
  padding: 5px;  
}
.float_left100 {
  width: 100px;
  height: 100px;  
  text-align: center;
  float: left;
  padding: 5px;
}

.float_left75 {
  width: 100px;
  text-align: center;
  float: left;
  padding: 5px;  
}

.float_left40 {
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  overflow: hidden;
  padding: 5px;  
}

.float_left200 img{
  margin: 0 5px 5px 0;  
}
.float_left100 img{
  margin: 0 5px 5px 0;  
}

.float_left40 img{
}

.bluebox {
  border: 1px solid #ffccff;
  background-color: #ffdeff;
  margin-bottom: 2em;
}
.bluebox h1,
.bluebox h2,
.bluebox p,
.bluebox p form
{
  padding: 0 0 3px 10px;
  margin: 0;
}
.bluebox h3{
  background-color: #e6a4ce;
  padding: 5px;
  margin: 0;
}
.bluebox p{
  padding: 5px 5px 5px 5px;
}
.bluebox form,
.bluebox table
{
  padding: 5px;  
}


.inputfield100 {
  width: 100px;
}
 
#feedbackform .inputfield,
#feedbackform .inputfield_error,
#feedbackform .textareas_error, 
#feedbackform .textareas{
  width: 340px;
}
#feedbackform .inputfield_error,
#feedbackform .textareas_error 
{
  border: 2px solid #ff0000;
}

#winform .inputfield,
#winform .inputfield_error,
#winform .textareas_error, 
#winform .textareas{
  width: 100%;
}
#winform .inputfield_error,
#winform .textareas_error 
{
  border: 2px solid #ff0000;
}


/* Menü auf linker Seite */
#col1 .menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#col1 .menu li {
  line-height: 3em;
}

#col1 .menu li a{
  text-decoration: none;
}

#newest{
  border: 1px solid #ffccff;
  background-color: #ffdeff;
  padding: 0 5px 5px 5px;
  overflow: hidden;
  width: 580px;  
}

#newest h1{
  margin: 0;
  padding: 0 0 0.8em 0;
}

.blocks3_left{
  width: 33%;
  float: left;
}
.blocks3_middle{
  width: 33%;
  float: left;
}
.blocks3_right{
  width: 33%;
  float: left;
}

.blocks3_middle .wrapper
{
  margin: 0 15px 0 15px;
}

#gallery {
  margin: auto;
  width: 720px;
}
#gallery ul{
  list-style: none;
  margin: 0;
  padding: 0;  
}

#gallery li{
  float: left;
  margin: 10px;
  text-align: center;
  border: 1px solid #ffccff;
  background-color: #ffdeff;
}

#gallery li div{
  width: 75px;
  height: 75px;
  margin: 10px;
}
#gallery li:hover{
  background-color: #ffffff;
  cursor: pointer;  
}

#fotonavigation ul{
  list-style: none;
  margin: 0;
  padding: 0;  
}

#fotonavigation li{
  float: left;
}
#fotonavigation .left,
#fotonavigation .right,
#fotonavigation .center
{
  width: 33%;
}
#fotofullsize {
  text-align: center;
  display: block;
}
#fotofullsize p{
  display: block;
}
#fotofullsize img {
  margin: auto;
}

.left{
  text-align: left;
}
.right{
  text-align: right;
}
.center{
  text-align: center;
}

#calendar tbody td{
  cursor: pointer;    
}

#calendar tbody td:hover{
  background-color: #ffffff;
}

#calendar .current{
  border: 1px solid #c93b97; 
}

.list_navigation {
  width: 100%;
  display: block;
}
.list_navigation a{
  margin-right: 10px;
}

#quicklinks
{
  height: 2em;

}
#quicklinks h1,
#quicklinks li
{
  float: left;
  font-size: 1em;
  margin: 0 10px 0 0;
  padding: 0;  
}
#quicklinks ul{
  list-style: none;
  margin: 0;
  padding: 0;  
}

#col3 table{
  width: 130px;
}