/*-----------------------------------------------------
 * BASICS
 * ----------------------------------------------------*/

body {
	font-size:10px;
	font-family: 'Muli', Arial, Verdana, sans-serif;
	color:#707070;
	font-weight:300;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

blockquote {
	font-style:italic;
	padding:20px;
}

a, a:active, a:hover, a:visited {
	color:#e2001a;
	text-decoration:none;
}
a img {
	border:0 none;
}
p {
	margin: 10px 0;
	font-size:1.3em;
	line-height:1.5;
}
p a {
	font-size:1em;
}

h1 {
	/* Muli */
	font-size:3.6em;
	color:#f0001c;
	margin:20px 0;
}

h2 {
	font-family: 'PT Sans', sans-serif;
	font-size:3.6em;
	font-weight:700;
	color:#e2001a;
	margin:20px 0;
	text-align:center;
}

h3 {
	font-family: 'PT Sans', sans-serif;
	font-size:1.8em;
	font-weight:700;
	color:#343437;
	margin:10px 0;
}

h4 {
	font-family: 'PT Sans', sans-serif;
	font-size:1.6em;
	font-weight:700;
	margin:10px 0;
}

ul {

}

li {
	
}

/*-----------------------------------------------------
 * Custom Styles
 * ----------------------------------------------------*/
.rot {
	color:#e2001a;
}
.schwarz {
	color:#343437;
}
.grau {
	color:#707070;
}

p.fs11 {
	font-size:1.1em;
}
.tabelle-weiss-runde-ecken, .tabelle-weiss-runde-ecken-30-rand,
.tabelle-ansprechpartner {
	background-color:#ffffff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin:0;
	width:100%;
}
.tabelle-weiss-runde-ecken-30-rand td {
	padding:30px;
}
.tabelle-ansprechpartner {
	width:100%;
	margin:0;
	padding:0;
}
.tabelle-ansprechpartner td { 
	padding:15px 25px 15px 25px;
	width:33%;
	vertical-align:top;
}
.tabelle-ansprechpartner td img {
	float:left;
	margin-right:15px;
}
.tabelle-ansprechpartner td p {
	font-size:1.1em;
	margin:5px 0;
}
.tabelle-ansprechpartner td h3 {
	margin: 0 0 5px;
}
.button {
	display:inline-block;
	height:23px;
	padding:3px 10px 0;
	background:url(../img/bg_button.jpg) top left repeat-x;
	border:1px solid #dcd9d4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight:400;
}
.button:hover {
	background:url(../img/bg_button-hover.jpg) top left repeat-x;
}
hr {
	height:1px;
	color:#e5e3df;
	margin:20px 0;
}
