html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
a {
	color: #777;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:hover {
	color: #222;
}
a[href=newsletter\.php] {
	color: #DD0000;
}
#map_div {
	width: 100%;
	height: 100%;
}
#bogen {
	position: absolute;
	top: 0px;
	left: 40%;
	margin-left: -300px;
	width: 600px;
	height: 100px;
	background: url("bogen.png") no-repeat;
}
#bogen div#innerbogen {
	margin: 3px 60px 0px 60px;
	height: 85px;
	overflow: hidden;
}
#bogen #searchinfo {
	font-size: 9pt;
	margin-top: -1em;
	height: 30px;
	overflow: auto;
}
#bogen #welcome {
	display: block;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5px;
}
#bogen #searchdiv form#searchform {
	
}
#bogen #searchdiv form#searchform input#search {
	width: 300px;
}
#bogen #searchdiv {
	width: 380px;
}
#bogen #latestpics {
	float: right;
	font-size: 10pt;
}
#bogen #latestpics img {
	margin-top: 2px;
	border: none;
}
#bogen #latestpics a {
	outline: none;
	cursor: pointer;
}
#footer {
	color: #777;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	height: 30px;
	background: url("footer.png") no-repeat;
}
#footer div#innerfooter {
	padding: 0px 60px;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
#pulldown, #pullup {
	cursor: pointer;
	width: 45px;
	height: 16px;
	position: absolute;
	left: 40%;
	margin-left: -22px;
}
#pulldown {
	background: url("pulldown.png") no-repeat;
	top: 0px;
	display: none;
}
#pullup {
	background: url("pullup.png") no-repeat;
	top: 100px;
}
#corner {
	background: url("corner.png") no-repeat;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 200px;
	height: 80px;
}
#corner div#innercorner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
	height: 70px;
	padding: 5px 10px 10px 10px;
	overflow: hidden;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}
#corner div #pics_count {
	margin-bottom: 2px;
	font-size: 8pt;
	font-weight: normal;
}

.p_title {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.p_subtitle {
	position: relative;
	top: -10px;
	font-size: 12pt;
	font-weight: bold;
}
div.haftungsausschluss {
	font-size: 8pt;
}
div.haftungsausschluss h2 {
	font-size: 12pt;
}
div.tmg_kontakt {
	margin-bottom: 25px;
	font-size: 10pt;
	line-height: 15pt;
}
div.bubbleoptions {
	font-size: 10pt;
}
body#newsletter {
	padding: 15px;
}
body#newsletter div#dlnow, body#newsletter div#subscribe, body#newsletter div#success, body#newsletter div#error {
	padding: 15px;
	border: 1px #000 dotted;
	width: 400px;
}
body#newsletter div#dlnow {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 10px;
}
body#newsletter div#subscribe span#title {
	display: block;
	margin-bottom: 8px;
	font-size: 12pt;
	font-weight: bold;
}
body#newsletter div#subscribe table {
	width: 100%;
}
body#newsletter div#subscribe form {
	display: inline;
	font-size: 12pt;
	font-weight: normal;
}
body#newsletter div#subscribe input {
	width: 100%;
}
body#newsletter div#subscribe td#key {
	width: 1%;
}
body#newsletter div#success {
	background: #7cde70;
}
body#newsletter div#error {
	background: #ef0000;
}
.addthis_toolbox {
	display: block;
	width: 300px;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.addthis_toolbox li {
	float: left;
	margin: 0;
	padding: 0;
}
.addthis_toolbox li.fb {
	width: 110px;
}
.addthis_toolbox li.tw {
	width: 90px;
}
.addthis_toolbox li.g {
	width: 90px;
}
#osmcopyright {
	position: absolute;
    bottom: 0px;
    left: 75px;
    padding: 3px;
    background: rgba(255,255,255,.8);
    z-index: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
