@charset "UTF-8";

body {
	background-color: #fff;
	background-image:url(hg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #75458A;
	}

div#menu {
	position:absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 400px;
	background-image: url(bgr.jpg);
	background-repeat:no-repeat;
	background-color: #fff;
	}
	
div#imagemap {
	float: left;
	padding-left: 400px;
	padding-top: 77px;
	}
	
div#content {
	position:absolute;
	left: 0;
	top: 400px;
	width: 980px;
	height: auto;
	background-color:#fff;
	background-image: url(content_hg.gif);
	background-repeat: repeat-y;
	}
	
div#image {
	float:left;
	width: 284px;
	min-height: 1px;
	float: left;
	padding-left: 212px;
	padding-right: 15px;
	overflow: hidden;
	}
	
div#text {
	float: left;
	width: 410px;
	height: auto;
	background-color:#CACFF5;
	background-image:url(corners.gif);
	background-repeat:no-repeat;
	font-size: 1.2em;
	padding: 10px;
	}
	
div#footer {
	clear: left;
	heigth: 35px;
	width: 830px;;
	background-image: url(content_hg.gif);
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding-left: 150px;
	padding-top: 30px;
	padding-bottom: 10px;	
	}
	
table.termine {
	width: 100%;
	border: 0;
	}

table.termine th {
	background-color: #c3ca8f;
        color: #75458A;
        }

table.termine td {
	background-color: #A6ABC9;
        color: #75458A;
        }
	
a {
 color: #c2007b;
 text-decoration:underline; 
}

a:link {
 color: #c2007b;
 text-decoration:underline;
}

a:active {
 color: #c2007b;
 text-decoration:underline;
}

a:focus {
 color: #c2007b;
 text-decoration:underline;
}

a:hover {
 color: #c2007b;
 text-decoration: underline;
}

a:visited {
 color: #c2007b;
 text-decoration:underline;
}

	
h1 {
    font-size: 1.6em;
	font-weight: bold;
	}
	
.rot {
    font-weight: bold;
	color: #c2007b;
	}
	
.lila {
    font-weight: bold;
	color: #744389;
	}
