/*
CSS StyleGuide for www.tiearztpraxis-wedding.de
written by meike lattermann – dotcom-concepts 2009
*/



A {
	text-decoration: underline;
	color: #fff;
	
	
  
}

A:hover {
	text-decoration: none;
	color: #9E1E25;
	
}

A:visited {
	

	
}

#menu A {
	text-decoration: none;
	color:#6B5E45;
}

#menu A:hover {
	text-decoration: none;
	color:#9E1E25;
	
}

#menu A:visited {
	
	
}
#footer A {
	text-decoration: none;
	
}

#footer A:hover {
	text-decoration: underline;
	color: #fff;
	
	
}

#footer A:visited {
	
	
}
.h1 {
	font-size: 37px;
}



.h2 {
	font-size: 14px;
	font-weight: bold;
}

