/* page: index */
body
{
	margin: 0;
	padding: 0;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #FDB368;
}

#wrapper
{
	background-color: #fdf8f2;
	color: black;
	margin: 30px 40px 30px 40px;
	padding: 10px;
}

/* header */

#header_bottom
{
	padding: 5px 0 5px 0;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	height: 1%;
}

#header_bottom ul
{
	margin: 0;
	padding:0 55px 0 0;
	text-align: right;
}

#header_bottom li
{
	display: inline;
}

#header_bottom a:link, #header_bottom a:visited
{
	text-decoration: none;
	color: #050845;
	background-color: #fdf8f2;
}

#tagline
{
	margin: 0;
	padding: 0 0 0 20px;
	width: 300px;
	font-weight: bold;
	font-style: italic;
	color: #050845;
	background-color: #fdf8f2;
	float: left;
}

#rucksack
{
	position: absolute;
	top: 145px;
	right: 50px;
}

#main
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;
}

#sidebar1
{
	position: absolute;
	height: 600px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 120px;
	border-top: 1px solid #b9d2e3;
	border-left: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	border-right: 1px solid #b9d2e3;
	color: black;
	background-color: #FBE4A2;
	float: left;
}

#nav
{
	list-style: none;
	margin: 0;
	padding: 5px;
}

#nav li
{
	border-bottom: 1px solid #b9d2e3;
	padding: 1.5em 0 1.5em 0.4em;
	font-size: 110%;
}

#nav li a:link, #nav li a:visited
{
	text-decoration: none;
	color: #050845;
	font-weight: normal;
}

#nav li a:hover
{
	color: #CC0000;
	font-weight: bold;
}

#sidebar1 img
{
	position: relative;
	left: 10px;
}

#sidebar2
{
	position: absolute;
	height: 580px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	width: 155px;
	color: black;
	background-color: #FBE4A2;
	float: right;
}

#more
{
	padding: 0.6em 0 0.6em 0.4em;
	color:#660000;
	font-size: 90%;
	font-weight: normal;
}

#more a:link, #more a:visited
{
	text-decoration: none;
}

#sidebar2weather
{
	padding-left: 10px
}

#content
{
	height: 600px;
	margin: 0 190px 0 125px;
	border-top: 1px solid #b9d2e3;
	border-left: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	border-right: 1px solid #b9d2e3;
	background-color: white;
	color: black;
}

iframe
{
	width: 100%;
	height: 600px;
}
