/* @override 
	http://localhost:8888/brettlbar/formats.css
	http://localhost:8888/brettlbar/formats_new.css
*/

body {
	background-color: #FFFF99;
}

#background {
	margin-left: auto;
	margin-right: auto;
	top: 80px;
	z-index: -99;
	width: 100%;
	height: 539px;
	position: absolute;
	background: url(images/background.png) no-repeat scroll center;
}

#site_container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 610px;
	margin-top: 0;
	top: 0;
}

#header {
	position: relative;
	top: 0;
}

#rasthuettn_logo {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	position: relative;
	background: url(images/rasthuettn.jpg) scroll;
	width: 287px;
	height: 65px;
}

#navigation {
	background: url(images/navigation.png) no-repeat scroll;
	right: 0;
	top: 0;
	position: absolute;
	float: none;
	width: 513px;
	height: 178px;
	margin-right: 0;
	margin-top: 0;
}

#text_navigation {
	color: black;
	background-color: white;
	z-index: 10;
	right: 0;
	top: 0;
	position: absolute;
	float: none;
	width: 513px;
	margin-right: 0;
	margin-top: 0;
	text-align: center;
	padding-top: 0px;
}

#page_title {
	position: relative;
	left: 45px;
	top: 5px;
	color: #c6151d;
	font-style: italic;
	font-size: x-large;
}

#content_container {
	position: relative;
	display: table; 
	height: 350px;
	width: 690px;
	top: 35px;
	left: 60px;
}

#image {
	float: left;
	vertical-align: middle;
}

#content {
	position: relative;
	height: 100%;
	display: table-cell; 	vertical-align: middle;
	text-align: justify;
}
content.center{
	text-align: center;
}
img.content {
	float: left;
	padding: 20px;
	vertical-align: middle;
}

#center {
	text-align: center;
}

#footer_container {
	top: 90px;
	left: 0px;
	width: 100%;
	position: relative;
}

#copyright {
	position: relative;
	bottom: 0;
	left: 40px;
	font-size: small;
}

#footer_navigation {
	position: relative;
	float: right;
	bottom: 0;
	right: 30px;
}

#language_selector {
	position:relative;
	background-color: #fff;
	color: #000;
	width: 200px;
	z-index: 7;
	margin-top: 40px;
	margin-left: 50px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #277703;	
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #277703;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #277703;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #277703;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #277703;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
