html {
	font-size : 16px;
}

body {
	font-family: Arial, Helvetica, Sans-serif;
	background-color: #ffd5bb;
	text-align: center;
	background: url("../bilder/logo_bg.png") repeat fixed 110px 210px;
}

p {
	line-height: 1.5em;
	margin-top: 6px;
	margin-bottom: 12px;
}

li {
	line-height : 1.5em;
}

dl {
	line-height : 1.5em;
}

dt {
	margin-top : 0.8em;
}

dd {
	font-style : italic;
}

dd > em {
	font-style : normal;
}

a {
	white-space : nowrap;
}

.wrapper {
	max-width: 1024px;
	min-width: 752px;
	margin: 0px auto;
}

.main {
	background-color: #FFECE8;
	/* text-align: justify; */
	padding: 5px;
	border: 1px #888 solid;
	border: 8px #FF3333 solid;
	border-radius: 12px;
	height: 700px;
}

.content {
	padding: 20px;
	height: 660px;
	overflow: auto;
}

.footer {
	text-align: left;
	text-indent: 20px;
	margin-top: 10px;
}

.navigation {
	text-align: left;
}

.navigation td {
	padding: 0px;
	vertical-align: bottom;
}

.navigation table {
	margin-bottom: -3px;
	height: 50px;
}

.navigation .logo {
	vertical-align: middle;
	text-align: center;
	height: 70px;
	width: 70px;
}

.navigation a {
	background: url("../bilder/ui_elements/leer.png") no-repeat scroll 0 bottom;
	border: medium none;
	color: #EEEEEE;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	width: 170px;
	display: inline-block;
	text-decoration: none;
}

.navigation a span {
	display: inline-block;
	margin: 9px;
	margin-left:15px;
	cursor: pointer;
}
.navigation a.passive{
	color:#BBBBBB;
}

.navigation a.passive:hover {
	color: #FFFFEE;
}

.navigation a.active{
	color: #FFECE8;
}

.news dd {
	font-style : normal;
}

.news dt {
	font-style : italic;
}

.kontaktUndBild {
	width : 100%;
}


.rep-list h4 {
	margin-top : 3em;
}

.kontaktUndBild img {
	width : 100%;
}

.venue{
	display : block;
	margin-left : 50px;
	margin-right : 20px;
	text-align : left;
}

.zeitUndOrt {
	margin-left: 50px;
	margin-right: 20px;
	width: 300px;
	text-align: left;
	float: left;
}

.map {
	border: 5px #FF3333 inset;
	border: 2px #888888 inset;
	display: inline-block;
	width: 80vw;
	height: 60vw;
	overflow: hidden;
	max-width: 600px;
	max-height: 450px;
	min-width: 300px;
	min-height: 225px;
}

.map iframe {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.ansprechpartner {
	margin-left: 40px;
	margin-top: 20px;
	text-indent: -40px;
}
.ansprechpartner:first-line {
	font-weight: bold;
	line-height: 30px;
}

#ehrhornbild {
	float: left;
	height: 200px;
	border: 1px #888 solid;
	margin-right: 20px;
	margin-bottom: 20px;
}



/*
.navigation button {
	background: url("bilder/neu/leer.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
	border: medium none;
	color: #EEEEEE;
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	width: 170px;
	text-align: left;
}
*/

/* responsive */

td {
	display : block;
}
. main {
	height : auto;
	min-height : 700px;
	height : auto;
}

h1, h2, h3, h4, h5, h6, p, .main {
	text-align : left;
}

.wrapper {
	min-width : 200px;
}

#ehrhornbild {
	display : none;
}

@media (min-width : 500px) {
	.kontaktUndBild img {
		width : 460px;
	}
	#ehrhornbild {
		float : left;
	}
}

@media (min-width : 752px) {
	td {
		display : table-cell;
	}
	.wrapper {
		min-width : 752px;
	}
	.main {
		text-align : left;
	}
}


/* eo responsive */

