/*---Standard-Elemente---*/

body, p, ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:18px;
margin-bottom:10px; 
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
line-height: 24px;
margin-bottom: 10px;
color: rgb(162,26,29); 
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 21px;
color: rgb(162,26,29); 
}

h3 {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 16px;
color: #000;
font-weight: bold; 
}

strong {
font-weight: bold; 
}

ul {
list-style-type: square;
list-style-position: inside; 
}

a:link { 
color: #1a9b98;
}

a:link { 
color: rgb(143,0,31);
}

a:visited { 
color: rgb(143,0,31);
}

a:hover { 
background-color: rgb(143,0,31);
color: rgb(255,255,255);
}

a:active { 
background-color: rgb(143,0,31);
color: rgb(255,255,255);
}

/*---seitenspezifische Tags---*/

/*---IDs---*/
#buchhandlung p {
margin-bottom: 0px;
}

/*---Klassen---*/
.B_crumb {
	text-decoration: none;
	}
	
.weiss {
color: #666;
font-size: 18px;
font-weight: bold;
}

.zentriert {
	text-align: center;
}

.sansdot li {
list-style-type: none;
}