/*
-----------------------------------------------
Layout 1012: Screen Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 20px 0 120px;
}

div#background {
	width: 100%;
	height: 473px;
	position: absolute;
	top: 0;
	z-index: 1;
}

* html div#background {
	background-image: none;
}

.body { background:#d9bd87 }

.altcolor {
	background-color: #d9bd87;
}


/* Container */

div#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 0 12px 10px;
	z-index: 2;
}

/* Header */

div#header {
	height: 120px;
	margin: 0 -10px 0;
	padding: 10px 0;
	position: relative;
}
div#overlay_left {
	width: 15px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
div#overlay_right {
	width: 15px;
	height: 140px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

* html div#overlay_left {
	background-image: none;
}
* html div#overlay_right {
	background-image: none;
}

div#emotion-header {
	position: relative;
}
div#emotion-header strong#emotion-header-title {
	position: absolute;
	top: 0;
	left: 0;
}


/* Content */

div.content {
	width: 660px;
	float: right;
	background: #fdfddd;
	margin-bottom: 6px;
	padding: 30px 30px 50px;
	min-height: 520px;
}

div.imgright {
	float:right;
	margin:4px;
	display:inline
}

div#portrait {
	width: 210px;
	margin-right: 50px;
}

div#anfahrt {
	margin-right: 30px;
}

img#lageplan {
	margin-top: 20px;
	margin-left: 20px;
}


/* Sidebar */

div#sidebar {
	width: 180px;
	float: left;
}

div.sidebar_element {
	margin-bottom: 6px;
	padding-left: 12px;
}


/* Navigation */

ul#mainNav1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mainNav1 li {
	width: 180px;
}
ul#mainNav1 li a {
	margin-top: 8px;
	text-decoration: none;
	display: block;
	width: 160px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	background: url(img/menu_140_bg.png) no-repeat;
}
ul#mainNav1 li a:hover, ul#mainNav1 li a.current {
	font-weight: bold;
}

p.links  {
	margin-top: 20px;
}

a:link.links, a:visited.links  {
	font-size: 110%;
	text-decoration: none;
}

a:hover.links, a:active.links  {
	font-size: 110%;
	text-decoration: none;
	font-weight: bold;
}

/* Footer */

div.footer {
    overflow: auto;
	width: 100%;
    text-align: center;
	margin-top: 30px;
	padding-bottom: 10px;
}

a:link.footer, a:visited.footer  {
	text-decoration: none;
	font-size: 80%;
}


