/*
 * Global reset stylesheet
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	overflow-y:scroll;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
}
/* END Global reset stylesheet */


/* Positioning */
#header {
	height:100px;
}
#site-title {
	position:relative;
	left:50%;
	margin-top:45px;
	margin-left:-480px;
	float:left;
}
#primary-menu {
	position:relative;
	right:50%;
	margin-top:56px;
	margin-right:-480px;
	float:right;
}
#primary-menu .menu-item, #secondary-menu .menu-item {
	float:left;
	margin-right:8px;
	margin-left:20px;
}
#primary-menu a {
	color:#434C52;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
}
#primary-menu  #header-content {
	height:368px;
	background-color:#E3E3E5;
}
#header-image {
	position:relative;
	left:50%;
	margin-left:-481px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
#maps {
	float:right;
	margin:50px 15px 0px 0px;
}
#header-spacer {
	height:6px;
	background-color:#B3AA8B;
	border-top:1px solid #FFFFFF;
}
#spacer-center {
	width:960px;
	height:6px;
	position:relative;
	left:50%;
	margin-left:-481px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
#content {
	width:975px;
	height:100%;
	position:relative;
	left:50%;
	float:left;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:-480px;
}
#main-content, #side-content {
	float:left;
}
#main-content.with-sub-menu {
	border-left:1px solid #B3AA8B;
	padding-left:14px;
}
.content-column {
	margin-top:24px;
	float:left;
}
#div.content-column p {
	margin-top:0;
}

.column-3 { 
	width:310px;
	margin-right:15px;
}
.column-1 {
	width:960px;
}
.column-2 {
	width:620px;
}
.column-1-with-sub-menu-level-1 {
	width:773px;
}
#sub-menu ol {
	margin-bottom:5px;
}
#sub-menu ol li {
	font-size:11px;
	margin-left:15px;
	color:#434C52;
	text-transform:none;
	line-height:20px;
}
#sub-menu ol li a {
	color:#434C52;
}
#sub-menu {
	float:left;
}
#sub-menu-level-1, #sub-menu-level-2 {
	float:left;
}
#sub-menu-level-1 {
	width:150px;
}
#sub-menu-level-2 {
	width:235px;
}
#sub-menu .menu-item {
	margin-left:8px;
}
#sub-menu .menu-item a {
	font-size:13px;
	font-weight:400;
	color:#434C52;
	text-transform:uppercase;
	line-height:26px;
}
#sub-menu .nested-sub-menu .menu-item {
	border-left:1px solid #B3AA8B;
	margin-left:0;
}
#sub-menu .nested-sub-menu .menu-item a {
	text-transform:none;
	margin-left:10px;
	font-weight:300;
}
#sub-menu .menu-item a.active, #sub-menu ol li a.active {
	font-weight:400;
	color:#B2AA8B;
}
#footer {
	height:31px;
	width:100%;
	background-color:#B3AA8B;
	position:fixed;
	bottom:0;
}
#logo {
	position:relative;
	left:50%;
	margin-top:7px;
	margin-left:-480px;
	float:left;
}
#secondary-menu {
	position:relative;
	right:50%;
	margin-top:8px;
	margin-right:-480px;
	float:right;
}
#secondary-menu a {
	color:#FFFFFF;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
}
.thumbnail-frame {
	display:block;
	width:225px;
	height:124px;
	float:left;
	margin-right:13px;
	margin-bottom:13px;
	border:1px solid #B3AA8B;
}
.thumbnail-frame:hover {
	border:1px solid #434C53;
}
img.thumbnail {
	margin:1px;
}
/* END Positioning */

h1 {
	font-weight:300;
	font-size:21px;
	text-transform:uppercase;
}
p {
	line-height:18px;
	margin-bottom:13px;
	color:#303539;
	clear:both;
}
p a, #main-content ul a {
	color:#B2AA8B;
	text-decoration:underline;
}
p a.separate-link:before {
	content:"» ";
}
.side-content-title {
	font-weight:300;
	color:#B2AA8B;
	text-transform:uppercase;
	font-size:21px;
}
.rightalign {
	float:right;
	clear:none;
	margin-bottom:0;
}
.leftalign {
	float:left;
	clear:none;
	margin-bottom:0;
}
.side-content-heading {
	font-weight:400;
	color:#B2AA8B;
	line-height:21px;
	margin-bottom:5px;
}
#primary-menu a.active {
	color:#B2AA8B;
}
#secondary-menu a.active {
	color:#1E2483;
	font-weight:400;
}
#primary-menu a:hover, #sub-menu a:hover {
	color:#d6cdb9;
}
#secondary-menu a:hover {
	color:#1E2483;
}
#main-content a:hover {
	color:#303539;
}
#main-content li {
	margin-left:2ex;
	list-style-type:circle;
	line-height:18px;
}

#main-content table {
	margin-top:10px;
	margin-left:0px;
}
#main-content table td {
	line-height:20px;
}
table.verkauf {
	margin:0 0 20px 0 !important;
	border-collapse:collapse;
}
.verkauf td {
	padding: 0 0 5px 0;
	border-bottom:1px solid #B3AA8B;
}
.verkauf h3 {
	margin: 10px 0 0 0;
}
.verkauf h3 a {
	color: #B2AA8B;
}
.verkauf h3 {
	font-weight:bold;
	text-transform:uppercase;
}
.bold {
	font-weight:600;
}
.small {
	font-size:11px;
	}

