/*========================================= ALLGEMEINES =========================================*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
	/*background: url('../images/layout/bar.bottom.png') repeat-x left bottom #dcdcd3;*/
	background-color: #dcdcd3;
}

body {
    margin: 0;
	padding: 0;
	height: 100%;
	font-size: 10pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #000000;
	overflow: hidden;
}

#printhead,
#subprinthead,
#ie6info {
	display: none;
}

/*=========================================== LAYOUT ============================================*/
#layout-bar-top {
    background: url('../images/layout/bar.bottom.png') repeat-x left top;
	width: 100%;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#layout-shadow-top {
	background: url('../images/layout/shadow.top.png') repeat-x left top;
	width: 84%;
	height: 22px;
	position: absolute;
	top: 11px;
	left: 115px;
	z-index: 48;
}

#layout-shadow-bottom {
	background: url('../images/layout/shadow.bottom.png') repeat-x left top;
	width: 84%;
	height: 22px;
	position: absolute;
	bottom: 11px;
	left: 115px;
}

#layout-shadow-left {
    background: url('../images/layout/shadow.left.png') repeat-y left top;
	width: 22px;
	height: 100%;
	position: absolute;
	left: 94px;
	/*bottom: 11px;*/
	bottom: 0px;
}

#layout-content {
    background: url('../images/layout/shadow.right.png') repeat-y right top #f8f8f6;
	width: 85%;
	height: 100%;
	position: absolute;
	left: 115px;
	/*bottom: 33px;*/
	bottom: 0px;
	
}

#layout-content-area {
    width: 82%;
	height: 82%;
	/*width: 80%;
	height: 75%;*/
	margin: 120px;
	padding-right: 10px;
	overflow: auto;
	position: relative;
	z-index: 95;	
}

#layout-shadow-corner-top-left {
    background: url('../images/layout/shadow.corner.top.left.png') no-repeat left top;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 93px;
	top: 11px;
	z-index: 49;
}

#layout-shadow-corner-bottom-left {
    background: url('../images/layout/shadow.corner.bottom.left.png') no-repeat left top;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 93px;
	bottom: 11px;
	z-index: 49;
}

#layout-shadow-corner-top-right {
    background: url('../images/layout/shadow.corner.top.right.png') no-repeat right top;
	width: 116px;
	height: 44px;
	position: absolute;
	left: 85%;
	top: 11px;
	z-index: 49;
}

#layout-shadow-corner-bottom-right {
    background: url('../images/layout/shadow.corner.bottom.right.png') no-repeat right top;
	width: 116px;
	height: 44px;
	position: absolute;
	left: 85%;
	bottom: 11px;
	z-index: 49;
}

#layout-logo-left {
    background: url('../images/layout/logo.left.jpeg') no-repeat left top;
	width: 217px;
	height: 175px;
	position: absolute;
	left: 0;
	top: 63px;
	z-index: 47;
}

#layout-logo-link {
	margin-top: 31px;
	margin-left: 28px;
	width: 164px;
	height: 108px;
}

#layout-logo-right {
    background: url('../images/layout/logo.right.png') repeat-y right top;
	width: 115px;
	height: 175px;
	position: absolute;
	left: 85%;
	top: 63px;
	z-index: 47;
}

#layout-logo-bar {
    background-color: #430007;
	width: 100%;
	height: 175px;
	position: absolute;
	left: 0;
	top: 63px;
}

#layout-logo-address {
	position: absolute;
	font-size: 8pt;
	z-index: 50;
	width: 80px;
	text-align: center;	
	top: 250px;
	left: 15px;
}


/*============================================ MENU =============================================*/
#layout-menu {
    background: url('../images/layout/menu.background.png') no-repeat right top;
	width: 85%;
	height: 30px;
	position: absolute;
	left: 116px;
	top: 33px;
	z-index: 50;
}

#layout-menu li {
    position: relative;
}

#layout-menu ul {
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 4px;
}

#layout-menu ul li {
	display: inline;
	background: url('../images/layout/menu.list.icon.png') no-repeat left 7px;
	padding-left: 12px;
	margin-left: 1.5%;
}

#layout-menu ul li:hover {
	display: inline;
	background: url('../images/layout/menu.list.icon.hover.png') no-repeat left 6px;
	padding-left: 12px;
	margin-left: 1.5%;
}

#layout-menu a {
    font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #424242;
}

#menu-special a {
    color: #9F0010;
}

#submenue-ul {
	float: right;
	margin: 0;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 15px;
	background-color: #f8f8f6;
}


/*================================ SEITENWEITE STANDARDFORMATIERUNGEN ===========================*/
/* Links */
a:link,
a:active,
a:visited {
	color: #000000;
	text-decoration: underline;
}

/* verlinkte Bilder */
a > img {
	border-color: #000000;
}

/* Links bei mouseover */
a:hover {
    color: #430007;
	text-decoration: none;
}

/* Aufzaehlungslisten */
ul {
    list-style-type: square;
}

/* Ueberschriften */
h3 {
    border-bottom: 2px solid #430007;
	margin-top: 0;
}

h4 {
    border-bottom: 2px solid #430007;
	margin-bottom: 5px;
	margin-top: 40px;
}

h4.notopmargin {
	margin-top: 0;
}

/* fetter Text */
.bold {
    font-weight: bold;
}

/* kursiver Text */
.italic {
    font-style: italic;
}

/* zentrierter Text */
.textcenter {
    text-align: center;
}

/* linksbuendiger Text */
.textleft {
    text-align: left;
}

/* rechtsbuendiger Text */
.textright {
	text-align: right;
}

/* clears fuer floats */
.clear {
    clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* floats */
.floatright {
	float: right;
}

.floatleft {
	float: left;
}

/* Trennlinie */
.hr {
	line-height: 0;
	font-size: 0;
	border-bottom: 1px dotted #430007;
	margin-bottom: 8px;	
}

.textdeconone,
.textdeconone:link,
.textdeconone:active,
.textdeconone:hover,
.textdeconone:visited {
	text-decoration: none;
}

/* kleiner Text */
.small {
	font-size: 8pt;
	line-height: 100%;
}

/*===================================== FORMATIERUNGEN FUER KONZEPT =============================*/
blockquote {
    margin-top: 3px;
}

.nobottommargin {
    margin-bottom: 1px;
}



/*==================================== FORMATIERUNGEN FUERS SOZIALE TAGEBUCH ====================*/
.tagebuch-navigation {
	margin-top: 20px;
	font-weight: bold;
    float: left;
	width: 49%;
}

.tagebuch-fotoblock {
    margin-top: 20px;
}


.tagebuch-fotoitem {
    float: left;
	width: 33%;
	text-align: center;

}

.tagebuch-fotodesc {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

.tagebuch-kalenderblatt {
	margin: 5px 10px 5px 0px;
	float: left;
	width: 53px;
	font-size: 12pt;
	border: 1px solid #430007;
	text-align: center;
	font-weight: bold;	
}

.tagebuch-kalenderblatt > div {
	background-color: #430007;
	color: #f8f8f6;
	text-align: center;
	width: 100%;
	font-size: 7pt;
	font-weight: normal;
}

.tagebuch-kalenderblatt > span {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 7pt;
	line-height: 90%;
	margin: -2px 0px 2px 0px;
}



/*===================================FORMATIERUNGEN FUERS IMPRESSUM =============================*/
.kontakt-spalte {
	display: block;
	float: left;
	width: 38%;	
}

#kontakt-form {
	display: none;
}

.kontakt-input,
.moebelspecial-input {
	background-color: #f8f8f6;
	border: 1px solid #dcdcd3;
	margin: 4px;
	width: 50%;
	font-size: 10pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
}

.kontakt-input:focus,
.kontakt-tarea:focus,
.moebelspecial-input:focus,
.moebelspecial-tarea:focus {
	border: 1px solid #430007;
}

.kontakt-tarea,
.moebelspecial-tarea {
	background-color: #f8f8f6;
	border: 1px solid #dcdcd3;
	margin: 4px;
	width: 50%;
	height: 150px;
	font-size: 10pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
}

#kontakt-button,
#moebelspecial-button {
	background-color: #f8f8f6;
	border: 1px solid #430007;
	font-weight: bold;
	font-size: 10pt;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


/*================================= FORMATIERUNGEN FUER LAEDEN ==================================*/
.laeden-block {
	width: 80%;
}

.laeden-text {
	width: 62.7%;
	margin-left: 3%;
	margin-right: 3%;
}

.laeden-plztel {
	display: block;
	width: 45%;
}

.laeden-verkauf {
	border-right: 2px solid #430007;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	line-height: 250%;
	font-weight: bold;
}

.laeden-zeiten {
	text-align: center;
	width: 40%;
}

.laeden-header {
	padding-top: 20px;
}

#map,
#map2 {
	width: 100%; 
	height: 340px; 
	margin: 0 auto; 
	background-color: transparent; 	
}

.smallinfo {
	font-size: 8pt;
}

.infoie {
	display: none;
}

.laeden-image {
	border: 1px solid #000;
}

.laeden-submenue {
	min-height: 100px;
}

/*================================= FORMATIERUNGEN FUER MOEBEL SPECIAL ==========================*/
.moebelspecial-block {
	width: 45%;
	float: left;
	margin-right: 5%;
	font-size: 9pt;
}

.moebelspecial-block h4 {
	font-size: 10pt;
}

.moebelspecial-block > div {
	margin-left: 90px;
}

.moebelspecial-block img {
	float: left;
	margin-right: 10px;
	border-width: 1px;
}

.moebelspecial-widthhalf {
	width: 47%;
}

.moebelspecial-prevpics {
	width: 100px;
}

.moebelspecial-prevpics img {
	border: 1px solid #430007;
}

.moebelspecial-preloadimage {
	display: none;
}

#moebelspecial-formular {
	display: none;
}

.moebelspecial-spalte {
	display: block;
	float: left;
	width: 28%;	
}

.moebelspecial-sold {
	color: #AAA;
	text-decoration: line-through;
}

.moebelspecial-soldinfo {
	display: none;
}

.moebelspecial-soldinfo2 {
	display: none;
	font-size: 8pt;
	font-weight: bold;
}
