﻿body
{
    font-family: Arial,Helvetica, sans-serif;
	color: #3B372D;
	line-height: 1.4em;
    font-size: 12px;
}

h2 
{
    font-size: 14px;
    color: #af3a4d;   
}

a 
{
  color: #af3a4d;
  text-decoration: none;   
}

a:hover
{
  color: #af3a4d;
  text-decoration: underline;
}


#MainMenu 
{
    float: left;
    list-style: none;
}

#MainMenu li 
{
    float: left;
    display:block;
    width: 93px;
    height: 60px;
    border-left: 1px solid #d7dabf;
    
    font-weight: bold;
}

#MainMenu li a
{
    color: black;
    text-decoration: none;
    display: block;
    width: 90px;
    height: 60px;
    padding-left: 6px;
}

#MainMenu li.activ a
{
    color: #af3a4d;
    text-decoration: none;
}

#MainMenu li:hover
{
    background-color:#ebeedd;
    color: #af3a4d;
}

#MainMenu li:hover a
{
    color: #af3a4d;
}

#Content
{
    clear: left;
    height: 540px;
    width: 1031px;
    background-image: url(../images/band-rosa-weiss-moosgruen.jpg); 
    background-position:left top; 
    background-repeat:repeat-y; 
    background-color:#ebeedd;
}

#LeftSlot 
{
    float: left;
    margin-left: 80px; 
    padding: 10px 20px 20px 20px;
    width: 250px;
    height: 540px;
    border-right: 1px solid white;
}

#RightSlot 
{
    float: left;
    background-color: #d7dabf;
    height: 540px;
    width: 660px;
}

#veranstaltung
{
    float: left;
    width: 389px;
    border-right: 1px solid white;
    padding: 10px;  
    height: 160px;  
}

#login 
{
    padding: 10px; 
    float: left;
    width: 230px;
}

#kontakt 
{
    padding: 10px; 
    float: left;
    width: 389px;
    border-right: 1px solid white;
    height: 540px;
}

table.kontakt 
{
    width: 100%;
}
table.kontakt td
{
    vertical-align: top;
    font-weight: bold;
}
 
table.kontakt input, table.kontakt textarea
{
    width: 100%;
    margin-top: 4px;
}


div.text 
{
   float: left;
   padding: 10px;     
}

div.text ul li
{
    line-height: 20px;
}

div.image 
{
    float: right; 
    margin: 0px 10px 10px 20px;
    text-align: center;
    font-style: italic;
}

div.image img 
{
    border: 1px solid white;     
}

div.box 
{
	margin-bottom: 20px;
}

div.box div.box_header 
{
	margin-top: 5px;
}
	
div.box div.box_content 
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.box_title 
{
	font-weight: bold;
	background-color: #ebeedd;
	border-top: 2px dotted #d7dabf;
	border-bottom: 2px dotted #d7dabf;
}

ul.Reiter 
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.Reiter li
{
	float: left;
	border-bottom: 0px;
}

ul.Reiter li a 
{
	display: block;
	background-color: White;
	text-align: left;
	padding: 5px;
	border-right: 1px solid #d7dabf;
}

ul.Reiter li a:active 
{
	background-color: #ebeedd;
}

table.Month 
{
	clear: left;
	background-color: white;
	width: 630px;
}

table.Month tr.group td 
{
	background-color: #ebeedd;
}