* {
	margin: 0;
	padding: 0;
}

html, body {
	width:100%;
	height: 100%;
	font-size: 100.01%;
}

p,h1,h2,h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #996600;
	background-color: #FFFFFF;
	} 

body,ul,ol,li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 17px;
	color: #996600;
	background-color: #FF9900;
	} 

p {
	margin: 5px 20px 5px 25px;
}

h1 {
	font-size: 18px;
	margin: 10px 20px 15px 25px;
}

h2 {
	font-weight: bold;
	margin: 10px 20px 15px 25px;
	padding-top: 10px;
}

h3 {
	margin: 10px 20px 5px 25px;
}



/* Layout-Container */

#distance {
	width: 10px;
	height: 50%;
	margin-bottom: -300px;
	float: left;
}

#wrapper {
	position: relative;
	clear: left;
	height: 600px;
	width: 987px;
	margin: 0 auto;
	background-color: #FF9900;
}


#left {
	position: relative;
	height: 600px;
	width: 25px;
	background-color: #FF9900;
	float: left;
}


#bgblume {
	z-index: 20;
	width: 185px;
	height: 600px;
	position:absolute;
	top: 0px;
	left: 793px;
	padding: 0;
} 


#navileiste {
	z-index: 21;
	width: 800px;
	text-align: left;
	color: #996600;
	background-color: #FF9900;
	padding: 0;
}


#navileiste ul, #navileiste li {
	list-style-type: none;
	display: inline;
	font-size: 9px;
}

#bildleiste {
	z-index: 3;
	position:absolute;
	top: 20px;
	left: 25px;
	width: 800px;
	height: 150px;
	color: #000;
	background-color: #FF9900;
	float: left;
	margin: 0;
	padding: 0;
}


#bildleistedeutschland {
	z-index: 2;
	position:absolute; 
	top: 20px; 
	left: 25px;
	width: 800px;
	height: 150px;
	color: #000;
	background-image: url(graphics/nordastravel_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FF9900;
	float: left;
	margin: 0;
	padding: 0;
}

#folgeleft {
	z-index: 4;
	position:absolute;
	top: 180px;
	left: 25px;
	width: 240px;
	height: 310px;
	color: #000;
	background-color: #FF9900;
	float: left;
	padding: 0;
	overflow: auto;
	margin: 0;
}

#folgeright {
	z-index: 5;
	position:absolute;
	top: 180px;
	left: 275px;
	width: 550px;
	height: 310px;
	overflow: auto;
	background-color: #FFFFFF;
	float: left;
	padding: 0;
	margin: 0;
}

#folgerightright {
	z-index: 5;
	position:absolute;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	float: right;
	top: 20px;
	left: 345px;
}

#buttonleiste {
	z-index: 6;
	position:absolute;
	top: 500px;
	left: 25px;
	width: 810px;
	background-color: #FF9900;
	float: left;
	padding: 0;
	height: 87px;
}

img.button {
	width: 87px;
	height: 87px;
	margin: 0 2px 0 0;
	background-color: #FF9900;
	float: left;
	padding: 0;
}

.button {
	width: 87px;
	height: 87px;
	margin: 0 2px 0 0;
	background-color: #FF9900;
	float: left;
	padding: 0;
}



/* Navigationssteuerung */

#inhalt {
	display: block;
	margin: 0;
}

#inhalt a, #inhalt a:visited {
	color: #FF9900;
	background: #FF9900;
}

#inhalt a:hover, #inhalt a:active {
	color: #FF9900;
	background: #FF9900;
}

#inhalt a.bild, #inhalt a.bild:visited {
	color: #FF9900;
	background: none;
}

#inhalt a.bild:hover {
	color: #FF9900;
	background: none;
}



/* Links */

a:link {
	color: #996600;
	text-decoration: none;
}

a:visited {
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #333399;
	text-decoration: none;
}

a:active {
	color: #996600;
	text-decoration: none;
}

