/*************************************************************************************
	*
	*	404 STYLESHEET
	*	Copyright 2005, Rewe Touristik
	*	www.itsreisen.de
	*	Author:Oliver Hook, JUNG v. MATT Neckar GmbH
	*	Last change:050505
	*
 *************************************************************************************/
/*************************************************************************************
	*	BASIC STYLES
**************************************************************************************/
html, body, div, p, h1, h2, h3, ul, ol, li, span, a, table, td, th, form, fieldset, label, legend, input, textarea, img{
   margin:0;
   padding:0;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin:0px 0px 25px 0px;
	font-size:100.01%;/*FOR IE BUG RELATIVE FONT-SIZE*/
	background:#f6e08d;
}
img {
   border:0;
}
.clear {
	clear:both;
}
/*************************************************************************************
	*	FONT GLOBAL STYLES
**************************************************************************************/
/*-----------HEADLINES---------------*/
h1 {
	font-size:1.5em;
	color:#FFF;
	margin:0px;/*BE NICE TO IE MAC*/
	padding-top:0px;
	white-space:nowrap;
}
h1 img {
	margin-top:30px;
}
h1 span {
	margin-left:-3000px;
}
/*-----------TEXT---------------*/
p {
	font-size:0.7em;
	color:#474A4C;
	margin:20px 0 14px 15px;
	line-height:1.2em;
}

/*-----------LINKS---------------*/
a.laufTxt {
	color:#00905A;
	padding-left:10px;
	font-size:0.7em;
	font-weight:bold;
	float:right;
	background:url(/images/iconLinkList.gif) 0px 4px no-repeat;
	margin-right:20px;
}
/*************************************************************************************
	*	POSITION STYLES
**************************************************************************************/
/*-----------SURROUND MAIN---------------*/
#iehackwrap { /*BE NICE TO IE*/
	text-align: center;
}
#surround {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:645px;
	padding-top:10px;
}
#headerPhone {
	float:left;
	width:341px;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:25px;
}
#headerPhone img {
	float:left;
	margin:3px 5px 0px 0px;
}
#headerPhone p {
	display:none;
}
/*-----------BG MAIN CONTENT---------------*/
.bgMainContentTL {
	background:#FFF url(../images/grBoxCornerCtnTL.gif) left top no-repeat;
}
.bgMainContentTR {
	background: url(../images/grBoxCornerCtnTR.gif) right top no-repeat;
}
.bgMainContentBR {
	background: url(../images/grBoxCornerCtnBR.gif) right bottom no-repeat;
}
.bgMainContentBL {
	background: url(../images/grBoxCornerCtnBL.gif) left bottom no-repeat;
}
.bgMainContent {
	padding:5px;
	height:auto;
}
.boxRoundTop {
	margin:0px 0px 0px -5px;
	padding:0px 0px 0px 5px;
	background-color:#00905A;
	height:75px;
}