@charset "iso-8859-1";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, img
{
	padding:0;
	margin:0;
}

body
{
	background-color: #cacabf;
}

#wrapper
{
	width: 780px;
	margin: 0px auto;
}

#header
{
	width: 780px;
	height: 240px;
	background-image: url(images-reise/header.jpg);
	background-repeat: no-repeat;
}

#logo
{
	padding-top: 30px;
	width: 300px;
	float: right;
	clear: right;
}

#logo a
{
	color: #ffffff;
	text-decoration:none;
	font-family: Times;
	font-size: 72px;
	font-style: normal;
}

#navigation
{
	padding-top: 80px;
	float: right;
	clear: right;
	width: 300px;
}

#navigation a
{
	color: #273c5d;
	text-decoration: none;
	font-family: times;
	font-size: 24px;
}
#inner-wrap
{
	background-image: url(images-reise/main.jpg);
	background-repeat: repeat-y;
	float:right;
	width: 780px;
}

#side-bar
{
	float: right;
	width: 214px;
}
#side-bar a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Times;
	padding:0px 10px 5px 20px;	
}
#side-bar ul
{
	list-style: none;
}
#side-bar h2
{
	font-weight: 200;
	color: #ffef6b;
	padding:0px 10px 5px 20px;
	font-family: Times;
}
#side-bar h3
{
	font-weight: 100;
	color: #ffef6b;
	padding:0px 10px 5px 20px;
	font-family: Times;
}
#side-bar p
{
	padding:0px 10px 20px 20px;
	font-family: Times;
}
#main
{
	float: left;
	width: 536px;
	margin-bottom: 15px;
	padding:15px;
}

#footer
{
	padding-top: 40px;
	width: 780px;
	height: 51px;
	background-image: url(images-reise/footer.jpg);
	clear: both;
}
#footer p
{
	text-align: center;
	color: #cac0ae;
	font-size: .6em;
	
}
#footer a
{
	color: white;
}
h1
{
	font-weight: 100;
	color: #ffffff;
	margin-top: 15px;
	font-family: Times;
	
}

h2
{
	font-weight: 100;
	color: #ffffff;
	margin-top: 15px;
	font-family: Times;
}

h3
{
	font-weight: 100;
	color: #ffffff;
	margin-top: 15px;
	font-family: Times;
}

p
{
	color: #ffffff;
	font-family: Times;
	
}

