@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');


body, table {
	font-family: 'Roboto Slab', serif;
	list-style-type: square;
	/* [disabled]font-weight: 300; */
}

p, h1, h2, h3, ul {
	margin-top:0;
	margin-bottom:0.7em;
}

p {
	line-height:1.45em;
	font-size: 14px;
}

td {
	line-height:1.2em;
	font-size: 14px;
}

h1 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h1, h2, h3 {
	line-height:1.1em;
	color: #ad375d;
	font-weight: bold;
}

.mini {
	font-size: 10px;
	line-height:1.2em;
}


.white {
	color: white;
	line-height:1em;
}

.rot {
	color: #ad375d
}

.rotbold {
	color: #ad375d;
	font-weight: bold
}

.bold {
	font-weight: bold
}

a:link, a:visited {
	color: #ad375d;
	text-decoration: none
}

a:hover, a:active {
	color: #f35f6f;
	text-decoration: underline
}
.white a:link, .white a:visited {
	color: #FFFFFF;
	text-decoration: none
}

.white a:hover, .white a:active {
	color: #f35f6f;
	text-decoration: underline
}
.grau a:link, .grau a:visited {
	color: #999999;
	text-decoration: none
}

.grau a:hover, .grau a:active {
	color: #999999;
	text-decoration: underline
}

td.header {
	padding-top:2em;
	padding-bottom:1em;
}

table.zimmer {
	width:100%;
}

table.zimmer td{
	padding: 3px;
	border-right: 6px solid #FFF	
}

