/*
	Empfohlene Fenstergröße:
	500x600 px
*/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
}
body {
	background-color: #EAF1FB;
	text-align: center;
}
h1 {
	font-size: 12px;
	padding: 0 0 20px 0;
}
a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
div.fotostrecke_logo {
	background-color: white;
	height: 80px;
	border-bottom: 1px solid #606062;
}
div.close {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -50px;
}
div#browse {
	margin: 0 auto;
	padding: 5px 0 8px 0;
	background-color: #1E4CAA;
	text-align: center;
	color: white;
}
div#browse a {
	color: white;
	font-weight: bold;
}
div#content {
	width: 510px;
	margin: 0 auto;
	height: 485px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	margin-top: 10px;
	text-align: left;
}
div#innercontent {
	margin: 10px auto;
	width: 451px;
/*	border: 1px solid red;*/
}
div.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/form_bg.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 550px;
	padding-bottom: 5px;
	background-color: white;
}

div.footer_en {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/form_bg_EN.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 550px;
	padding-bottom: 5px;
	background-color: white;
}
span.browselink {
	padding: 0 20px;
}
img.logo {
	/*float: right;*/
	margin: 20px 20px 0 20px;
	border: none;
}
p.bodytext {
	text-align: justify;
	padding: 3px 0;
}
p.agb {
	width: 90%;
	padding: 10px 0 0 0;
	margin: 0 auto;
}