@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - 
MargitAllmeroth main css
author: oliver kierepka, oliverkierepka.de
©2010 oliverkierepka

version: 07.06.2010
- - - - - - - - - - - - - - - - - - - - - - - - - - - */
@import url(reset_ericmeyer.css);
@import url(navigation.css);
@import url(typography.css);
@import url(forms.css);

html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	min-width: 968px;
	min-height: 603px;
	overflow: auto;
	overflow-y: hidden;
}
/*FULLSCREEN BACKGROUND*/
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	z-index: 1;
}
/*everything must go in front of the static bg*/
* {
	z-index: 20;
}
@media screen and (max-width: 1024px){
img.bg {
	left: 50%;
	margin-left: -512px; }
}
/* Page definition */
#outer_wrapper {
	margin: 0 auto;
	width: 968px;
	height: 100%;	
	position: relative;
}
#wrapper {
	width: 810px;
	background-color: #fff;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
}
/*Wrapper Shaddow*/
.wrapper-shaddow {
	width: 17px;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}
#wrapper-shaddow-right {
	background: url(../../images/wrapper-shaddow-right.png) top left repeat-y;
	left: 810px;
}
#wrapper-shaddow-left {
	background: url(../../images/wrapper-shaddow-left.png) top right repeat-y;
	left: -17px;
}
#mainnavigation {
	width:250px;
	display: block;
	margin: 130px 22px 0 15px;
	float: left;
}
#margitallmeroth-logo, #margitallmeroth-logo-start {
	width:793px;
	height:130px;
	display: block;
	position: absolute;
	background: #fff url(../../images/logo.gif) 275px 44px no-repeat;
	z-index:30;
}

#margitallmeroth-logo-start {
	background: url(../../images/logo-big.gif) top left no-repeat;
	width: 313px;
	height: 76px;
	margin: 0 auto;
	position: relative;
	top: 40px;
}
#margitallmeroth-logo a, #margitallmeroth-logo-start a {
	display: block;
	width: 100%;
	height: 100%;
}
#content, #content_sitemap {
	width:495px;
	float: left;
	margin-top: 60px;
	padding: 140px 0 20px 0;
}
#content_sitemap {
	width: inherit;
	border: 1px solid red;
	padding-left: 18px;
}
/* --- MAIN CONTENTBOX STYLES --- */

#content .box {
	clear: both;
}
#content .box .big .imgbox {
margin-bottom: 2.7em;
}
#content .box.thumb img {
	height: auto;
	width: 100%;
}
#content .box.thumb img {
	margin: 0 8px 8px 0;
}
#content .box.thumb.small .imgbox  {
	width: 80px;
	float: left;
}
#content .box.thumb.small div.text {
	width: 390px;
	margin-left: 92px;
}
#content .box.thumb.big .imgbox {
	max-width: 157px;
	float: left;
}
#content .box.thumb.big div.text {
	width: 310px;
	margin-left: 180px;
}
.nav-space {
	margin-top: 28px;
}

/*--- CONTENT BOXES ---*/
.cbox {
	width: inherit;
	clear: both;
	margin-bottom: 1.8em;
}
.cbox.thmb img, .cbox.thmb p {
	float: left;
}
.cbox.thmb img {
	margin-right: 18px;
}
.cbox.thmb p {
	width: 385px;
	display: block;
}

/* --- RIGHT COLUM --- */
#rightcolum {
	position: relative;
	width: 140px;
	height: 100%;	
	float: left;
	margin: 20px 0 0 18px;
}
.rightthumb {
	width: 100%;
	margin-bottom: 30px;
}
#rightcolum h1 {
	color: #6D6E71;
	text-transform: uppercase;
	margin-bottom: 1em;
}
/*--- LANDINGPAGE ---*/
#mainnavigation_start {
	width:207px;
	height: 300px;
	margin: 0 auto;
	margin-top: 90px;
	text-align: center;
	background: #fff url(../../images/bild_startseite.jpg) top left no-repeat;
}
/*Styling Stuff*/
.center-alone {
	margin: 0 auto;
	display: block;
	margin-bottom: 50px;
	position:relative;
}
/*COLORCODE*/
.orange {
	color: #F58345 !important;
}
.blue {
	color: #83afcf !important;
}	
.brown {
	color: #83afcf !important;
}
.pink {
	color: #83afcf !important;
}
.red {
	color: #83afcf !important;
}
.green {
	color: #adb56d !important;
}
.rounded-corners {
  -moz-border-radius: 1em; /* Firefox */
  -webkit-border-radius: 1em; /* Safari, Chrome */
  border-radius: 1em; /* CSS3 */
}
/*Smartlist*/

table * {
	padding: 0;
	margin: 0;
}

#content table>tbody tr {
	margin-bottom: 10px;
}
#content table td,#content table th {
}
#content table>tbody>tr>th p.bodytext {
font-weight: bold;
text-align: left;
max-width: 132px;
}

.vspacer {
	height: 1.5em;
}
.nobottomdistance {
	margin-bottom: 0;
}
#googlemaps {
	margin-top: 30px;
}

/*hide it from the printer*/
ul.pagination, ul.pagebottomnavi, .bg {
	visibility: hidden;
}
ul#mainnavigation, #rightcolum, .wrapper-shaddow {
	display: none;
}
#content {
	width: inherit;
	padding-left: 20px;
	padding-right: 20px;
}
h1, h2, h3, h4 , h5, h6, p, blockquote, q {
	color: #000;
}

