/**
 * Typografie @ mediator-finden.de
 */
body
{
	color: #333;
	font-size: 100.1%;
	text-align: left;
	font-family:Calibri, Verdana, Arial,Helvetica,sans-serif ;
}
textarea
{
	color: #333;
	text-align: left;
	font-family:Calibri, Verdana, Arial,Helvetica,sans-serif ;
}

img { border: 0 none; }


/* Headlins --------------------------------------------------------- */

h1,h2,h3,h4, a { 
	font-weight: normal; 
	color: #900303;
	}

h1 { 
	font-size:36px; 
	line-height:1.3em; 
	margin:0px 0px 10px 0px;
	}
h2 { 
	font-size:22px; 
	line-height:1em;
	margin-bottom: 1.1em;
	font-weight:normal;
	}
.item-page h2:first-child {
	margin-top:0px;
	}
h3 { 
	font-size:16px; 
	line-height: 1; 
	margin-bottom: 1em;
	}
h4 { 
	font-size:14px; 
	font-weight:bold;
	line-height: 17px; 
	margin-bottom: 1.25em;
	}
/* Ende Headlines ---------------------------------------------------- */

p, div {
	font-size:14.5px;
	line-height:1.3em;
	}

a, .rot { /* style.css - Z 70 - ul#menu-hauptnavi li a:hover*/
	text-decoration: none;
	color:#900303;
	}
	
a:focus,
a:hover { 
	text-decoration:underline;
	}
h1 a, h2 a, h3 a,h4 a {
	color:#000;
	}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, input.button:hover, input[type="image"]:hover {
	box-shadow: 0px 0px 0px transparent;
	-webkit-box-shadow: 0px 0px 0px transparent;
	-moz-box-shadow: 0px 0px 0px transparent;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ffffff, offX=0, offY=0, positive=true);
	}

/* Listen ------------------------------------------------------------ */
.item-page ul {
	list-style:url("../images/listen-pfeil-right.png");
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 16px;
	}
/* Ende Listen ------------------------------------------------------- */
