@charset "utf-8";
/* CSS Document */

#menu a {
	text-decoration: none; /* Links sind nicht unterstrichen*/
	font-weight: normal;
	color: #00cccc;
	display: block; /*Link zieht sich über gesamte Breite des übergeordneten DIVs*/
	padding: 3px;
	margin: 0 0 10px 0;
}

#menu a:hover {
	color:white;
	background-color: #00cccc;
}

#menu a:active {
	color:white;
	background-color: #00cccc;
}

/*
#menu li {
	border: 3px solid white; /*Trick, nur für IE6 nötig
}*/


#menu #high {
	font-weight: normal;
	color: white;
	display: block;
	background-color: #00cccc;
	padding: 3px;
	margin: 0 0 10px 0;
}

#menu ul {
	line-height: 1.0;
	list-style-type: none;
	font-size: 14px;
}

#menu ul ul {
	line-height: 1.0;
	list-style-type: none;
	font-size: 12px;
	margin-left: 20px;
}

#main h1 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#main h2 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin: 0 0 4px 0;
}

#main p { /*normaler Fließtext*/
	line-height: 1.3;
	font-size: 12px;
	color: #333333;
}

#main h3 {
	font-size: 12px;
	line-height: 1.3;
	color: #666666;
	font-weight: normal;  
}

#footie a{
	text-decoration: none; /* Links sind nicht unterstrichen*/
	font-weight: normal;
	color: #00cccc;
	font-size: 12px;
}

#footie a:hover {
	color:white;
	background-color: #00cccc;
}

#footer h1{
	font-size: 10px;
	color: #00cccc;
	font-weight: normal;
}

#leistungenContainer a{
	text-decoration: none; /* Links sind nicht unterstrichen*/
	font-weight: normal;
	color: #00cccc;
	font-size: 14px;
}

#leistungenContainer a:hover{
	color:white;
	background-color: #00cccc;
}

#kontakt_right_l a{
	text-decoration: none; /* Links sind nicht unterstrichen*/
	font-weight: normal;
	color: #00cccc;
	font-size: 12px;
}

#kontakt_right_l a:hover{
	color:white;
	background-color: #00cccc;
}

#cont_350_170 a{
	text-decoration: none; /* Links sind nicht unterstrichen*/
	font-weight: normal;
	color: #00cccc;
	font-size: 12px;
}

#cont_350_170 a:hover{
	color:white;
	background-color: #00cccc;
}

#text_240 a{
	text-decoration: none; /* Links sind nicht unterstrichen*/
	font-weight: normal;
	color: #00cccc;
	font-size: 12px;
}

#text_240 a:hover{
	color:white;
	background-color: #00cccc;
}
