body, html {
width: 99%;
height: 99%;
margin: 0;
padding: 0;
}

body {
background-image:url('/fileadmin/images/typo_bg.jpg');
}

body, html, h1, h2, h3, h4, h5, p ,div, td {
font-family: Verdana, arial, sans-serif;
font-size: 12px;
color: black;
}

h1 {
font-style: italic;
font-size: 22px;

}

#main {
margin: 0 auto;
width: 960px;
}

#content {
width: 700px;
background-color: #ccff66;
float: left;
}

#content div, #content p  {
    margin: 0 20px;
}

#content div p, #content div div   {
   margin: 0;
}
#content div.tx-lumogooglemaps-pi1 div {
   margin: 0;
}

#menu1 {
background-image:url('/fileadmin/images/navi_brett.gif');
font-family: Verdana, arial, sans-serif;
font-size: 18px;
width: 158px;
height: 290px;
padding-top: 10px;
line-height: 2em;
float: left;
color: #ffff00;

}

#menu1 ul {
list-style-type: none;
color: #ffff00;
}

#menu1 ul li {
    text-decoration: none;
    text-weight: bold;
    color: #ffff00;
}

#menu1 ul li a {
    text-decoration: none;
    text-weight: bold;
    color: #ffff00;
}

#menu1 ul li a:hover {
	color: #66ff00;
}


/*
#menu1 ul li.active a {
	color: #fff;
	background: #CB2027; 
}

#menu1 li.active a {
	color: #fff;
	background: #CB2027; 
}
*/

#lang {
    float: right;
    width: 100px;

}

a {
font-size: 12pt;
text-decoration:none;
font-weight : bold;
}

a:link { 
text-decoration:none; 
font-weight:bold; 
color: #cc33cc; 
}

a:visited { 
text-decoration:none; 
font-weight:bold; 
color:#FF8040; 
}

a:hover { 
text-decoration:none; 
font-weight:bold; 
color:#ff0099;
}

a:active { 
text-decoration:none; 
font-weight:bold; 
color:#00FF00;
} 

.csc-mailform-field label  {
	float: left; width: 100px;
	 display: block; 
	 text-align: right; 
	 padding-right: 1em; 
}

.csc-mailform-field input, .csc-mailform-field textarea  { 
	/* float:right; */
}

#mailform fieldset {
   border: 0px;
}

.csc-mailform-submit  {
	clear: both;
}

.tx-thmailformplus-pi1 fieldset {
	border: 1px solid black;
}

.tx-thmailformplus-pi1 input {
	margin: 5px 0;
	border: 1px solid black;
}

h3{
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}


h4{
	font-family: Verdana, arial, sans-serif;
	font-size: 18px;
	color: black;
	text-align: center;
}

#kalender {
        float: left;        
        width: 90%;
        height: 100%;
        background-color: #ccff66;    
}

.termine { 	
        float: left;
        width: 10%;        
        margin: 10px;
        padding: 10px;
        text-align: left;
        background-color: #ccff66;
}
        
.event { 
        float: left;
        width: 65%;        
        margin: 10px;
        padding: 10px;
        text-align: left;
        background-color: #ccff66;
}


