#container
{
	height: 555px;
	position: relative;
}

#head {
	height:125px;
	overflow:hidden;
	clear:both;
	background-image: url(Design/WebTop_mitte.png);
}

#head1 {
	text-align:left;
	float:left;
}

#head2 {
	text-align:right;
	float:right;
}

#menu {
	width: 25%;
	float:left;
	
}

#content {
	padding: 10px 10px 10px 10px;
	width: 70%;
	float: right;
	position:relative;
	overflow:auto;
	text-align:left;
}

h1 {
	text-align: center;
	font-family: Palatino Linotype, Cambria, Lucida Grande, Times New Roman, serif;
	text-decoration:underline;
	text-align: center;	
}

h2 {
	text-align:center;
}

img {
	border: 0;
}

dd {
	margin-left: 30px;
}

dt {
	 height: 31px !important;
}

table {
	border: 0;
}

li {
 	text-decoration: none; 
	display: block; 
	padding: 0 0 0 25px;
	background-image: url(Design/pin.png); 
	background-repeat: no-repeat;
	font-size:21px;
}

.textGreen {
	color:#0F0;
	font-weight:bold;
}

.textRed {
	color:#FF0000;
	font-weight: bold;
	font-size: 18px;
}

.textBlue {
	color:#00F;
	font-weight: bold;
}

.text36 {

	font-weight:bold;
}

.textItalic {
	font-style:italic;
}