html,body {
	min-height: 101%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#seite{
	width: 960px;
	margin-left: 5px;
}

#layout {
}


#sprachen {
	height: 30px;
	text-align: right;
}

#kopf {
	height: 249px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


a {
	text-decoration: none;
	font-weight: bold;
}

.m1 {
	float: left;
	height: 23px;
	width: 179px;
   padding-top: 6px;
	padding-left: 7px;
	background-color: #5a860a;
	text-transform: uppercase;
}
  
.m2 {
	float: left;
	height: 23px;
	width: 182px;
   padding-top: 6px;
	padding-left: 7px;
	background-color: #6c2871;
		text-transform: uppercase;
}
.m3 {
	float: left;
	height: 23px;
	width: 182px;
   padding-top: 6px;
	padding-left: 7px;	
	background-color: #08828d;
		text-transform: uppercase;
}
.m4 {
	float: left;
	height: 23px;
	width: 182px;
   padding-top: 6px;
	padding-left: 7px;
	background-color: #d61c4b;
		text-transform: uppercase;
}
.m5 {
	float: left;
	height: 23px;
	width: 180px;
   padding-top: 6px;
	padding-left: 7px;	
	background-color: #6b3032;
		text-transform: uppercase;
}


.m1 a {
	color: #dae8c7;
}

.m2 a {
	color: #a686ab;
}


.m3 a {
	color: #81c0c5;
}

.m4 a {
	color: #e97d95;
}

.m5 a {
	color: #906366;
}





.m1 a:hover {
	color: #b8e877;
}

.m2 a:hover {
	color: #9e4cab;
}


.m3 a:hover {
	color: #2cb9c5;
}

.m4 a:hover {
	color: #e94368;
}

.m5 a:hover {
	color: #90363c;
}

.clear_left {
	clear: left;
	height: 0px;
}

#bauch {
	
}

#bauch .links {
   float: left;	
	width: 200px;
	background-color: #f5f0f6;	
	min-height: 500px;
	padding-top: 44px;
}


#bauch .links ul {
	list-style: none;
	margin: 0px;
	padding-left: 17px;

}

#bauch .links ul ul {
		padding: 0px;
		margin: 0px;
		padding-left: 7px;
}


#bauch .links li {
	padding-bottom: 12px;
}

#bauch .links li li {
	padding-top: 3px;
}

#bauch .links a {
	font-size: 0.85em;
	color: #966c9a;
   text-transform: uppercase;	
}

#bauch .links a:hover {
	font-size: 0.85em;
	color: #64236a;
   text-transform: uppercase;	
}


#bauch .rechts {
	float: left;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 22px;
	padding-top: 35px;
	width: 700px;

}

#bauch .rechts ul {
	color: #333333;
   font-size: 12px;
}

#bauch .rechts ol {
	color: #333333;
   font-size: 12px;
}

#fuss {
	text-align: center;
	background-image: url(randunten.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 8px;
}
#fuss a {
	text-decoration: none;
	color: #6a2d72;
	font-size: 0.7em;

}

#fuss a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	color: #668f27;
	text-transform: uppercase;
}

p {
	color: #333;
	font-size: 12px;
}