@font-face { font-family: 'Droid Sans';
	src: url('/typo3conf/ext/site_template/Resources/Public/Fonts/DroidSans.ttf') format('truetype');
}

body * {
	outline: none !important;
	font-family: 'Droid Sans', sans-serif;
	font-size: 100%;
	margin: 0;
}

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	color: #D30132;
	margin-bottom: 0.5em;
	margin-top: 0;
}

h1 {
	font-size: 190%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 145%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 115%;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

main ol, main ul {
	margin: 0 0 1em 1em;
	padding: 0;
}

ul li {
	padding-bottom: 0.4em;
}

main a {
	color: #af0d1e;
	text-decoration: none;
}
main a:hover {
	text-decoration: underline;
}

main table {
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 100%;
}

table.contenttable p {
	margin: 0;
}

main table tr th {
	border: 3px solid #FFFFFF;
	font-weight: bold;
	padding: 8px;
	background: #D7D7D7;
}

main table tr td {
	border: 3px solid #FFFFFF;
	padding: 8px;
	background: #F2F2F2;
}

hr.ce-div {
	margin: 2em 0;
}

.ce-gallery figcaption {
}

img {
	width: 100%;
	height: auto;
}


hr {
	margin: 2em 0;
	border: none;
	border-bottom: 1px solid #ddd;
	background: none;
}

a:link, a:visited {
	color: #d30132;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


.bbwh {
	width: auto;
}
