body, html {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	margin: 0;
	text-align: left;
}

body{
	overflow: scroll;
}

#inhalt_ie{
}
/*-----	Inhalt	-----*/

#header{
	position: fixed;
	z-index: 50;
	background-image: url("../HG/Strand.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
}

#reisevermittlung{
	position: fixed;
	z-index: 55;
	background-image: url("../HG/Logo.jpg");
	top: 0;
	left: 10px;
	height: 120px;
	width: 250px;
}

#reise{
	position: fixed;
	z-index: 1;
	background-color: #ffffff;
	background-image: url("../HG/Reisen_hg.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	top: 145px;
	right: 0;
	height: 500px;
	width: 100%;
}

#headline{
	position: fixed;
	z-index: 35;
	background-image: url("../HG/Navigation_Hg.jpg");
	background-repeat: repeat-x;
	top: 120px;
	left: 0;
	height: 25px;
	width: 100%;
	border-top: 2px solid #ffcc66;
	border-bottom: 2px solid #ffcc66;
}

#ferien{
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
}

#urlaub{
	position: absolute;
	z-index: 10;
	background-image: url("../HG/Lines.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	top: 175px;
	left: 50%;
	width: 820px;
	text-align: left;
	margin: 0 0 0 -410px;
	padding-left: 0 0 100px 0;
}

#angebot{
	position: absolute;
	z-index: 10;
	background-image: url("../HG/Lines.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	top: 175px;
	left: 50%;
	width: 820px;
	text-align: left;
	margin: 0 0 0 -410px;
	padding: 0 0 100px 0;
}

.Angebot_Headline{
	position: absolute;
	top: 100px;
	right: 10%;
	font-size: 12px;
	font-weight: bolder;
}

.angebot_image{
	width: 200px;
	margin: 25px 25px 25px 0 ;
}


.Angebot{
	position: relative;
	left: 0px;
	width: 800px;
}

.Angebot_img{
	float: left;
	width: 150px;
	margin: 25px 25px 0 0 ;
}

#bilder{
	position: absolute;
	z-index: 10;
	background-image: url("../HG/Lines.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	top: 175px;
	left: 50%;
	width: 820px;
	text-align: left;
	margin: 0 0 0 -410px;
	padding: 0 0 100px 0;
}

#urlaub img{
	float: left;
	margin-right: 25px;
}

#bilder img{
	margin: 25px;
	cursor: pointer;
}

#link{
	position: absolute;
	z-index: 10;
	background-image: url("../HG/Lines.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	top: 175px;
	left: 50%;
	width: 820px;
	margin: 0 0 0 -410px;
	padding: 0 0 100px 0;
}

#link img{
	margin: 12px 0 12px 0 ;
}

#banner{
	position: absolute;
	z-index: 15;
	top: 50%;
	left: 25px;
	margin-top: -110px;
	height: 220px;
	width: 150px;
	cursor: pointer;
}

#banner_gr{
	position: absolute;
	z-index: 15;
	top: 175px;
	left: 25px;
	height: 220px;
	width: 150px;
	cursor: pointer;
}

form{
	z-index: 50;
	position: absolute;
	top: 200px;
	left: 50%;
	width: 400px;
	margin: 0 0 0 -410px;
	padding: 0 0 100px 0;
}

input{
	border-top: 1px solid #000099;
	padding: 2px;
	margin-bottom: 10px;
}

.Email{
	width: 392px;
}

.Formularname{
	width: 190px;
}

.nummer{
	width: 190px;
}

textarea{
	width: 392px;
}

.senden{
	background-color: #FFFFFF;
	width: 100px;
	border-top: 1px solid #000099;
	margin-top: 10px;
}

.loeschen{
	position: absolute;
	right: 0;
	width: 100px;
	background-color: #FFFFFF;
	border-top: 1px solid #000099;
	margin-top: 10px;
}

/*-----	Navigation	-----*/
#menu{
	position: fixed;
	z-index: 50;
	top: 122px;
	left: 50%;
	height: 21px;
	width: 820px;
	margin: 0 0 0 -425px;
}

#menu p a{
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
	height: 25px;
	display: block;
	padding: 0 10px 0 10px;
	float: left;
}

#menu p a:hover{
	background-image: url("../HG/Navigation_over.jpg");
	background-repeat: repeat-x;
	color: #000099;
	text-decoration: none;
	border-left: 2px solid #ffcc66;
	border-right: 2px solid #ffcc66;
	padding: 0 8px 0 8px;
}

#menu p .aktiv{
	background-image: url("../HG/Navigation_over.jpg");
	background-repeat: repeat-x;
	color: #000099;
	text-decoration: none;
	border-left: 2px solid #ffcc66;
	border-right: 2px solid #ffcc66;
	padding: 0 8px 0 8px;
}

a img {
	border: 0;
	text-decoration: none;
}

#counter{
	position: absolute;
	bottom: -100px;
	display: none;
}

#Anfrage{
	position: relative;
	left: 0;
	width: 720px;
	margin: 50px 0 150px 0;
}

hr{
	width: 75%;
	height: 2px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 2px solid #0099FF;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

