/*
CSS StyleGuide for www.villa-glaeser.de
written by mldesign – 2006
*/

BODY {
	font-family:verdana;
	text-align: right;
	font-size:11px;
	color: #5F5641;
	background-color:#eee2c8;
	}

A {
  color:#73050D;
  text-decoration: none;
  font-size:11px;
  
}

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

IMG {
  border: 0px solid black;
}


p.h1 {
	text-align: left;
	font-family:Verdana;
	color: #5F5641;
	font-weight: bold;
}
#h2 {
	text-align: left;
	font-family:Verdana;
	color: #8A8271;
	font-size: 12px;
	font-weight: bold;
}

p.content {
	text-align: justify;
	}
p.txtrosa {
	color: #EDE2C9;
	}
p.txtwhite {
	color: #FFFFFF;
	}
p.txt-white {
	color: #A7A094;
	text-align: center;
	font-size:11px;
	
	}
p.content-li {
	text-align: left;
	
	
	}
p.content-c {
	text-align: center;
	font-style:italic;
	font-size:12px;
}

p.content-kl {
	text-align: left;
	font-size:9px;
}




