@charset "utf-8";

/* -------- STYLESHEET · MEDIUM SCREEN · --------------------------------------------------

Autor:		
	MEOPHENIA | DESIGN WITH PASSION
	Mario Grudnick
	http://www.meophenia.de
						
Projekt:	
	Raumausstattung Salden 
	Inh. A. Salden-Krampen
	http://www.raumausstattung-salden.de
			
Copyright:	
	© Copyright 2008 - 2009
	MEOPHENIA | DESIGN WITH PASSION
	Mario Grudnick
	http://www.meophenia.de
	All rights reserved.
						
Farben: 	
	CI Grün-Grau:	#8F9792
	CI Rot: 						#D30132
	BG Hell-Grau: #F4F4F4
	BG Top-Navi:		#313131
	BG Main-Navi:	#35000D
	Main-Typo: 			#666666
	Border-Img: 		#E9EAE9
						
---------------------------------------------------------------------------------------- */

/* ------------------------------------------------------ 01. Stylesheet-Kalibrierung -- */

* {
	padding: 0;
	margin: 0;
	border: none;
}

body {
	background-image: url(../images/layout/bg-page-top.jpg);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	text-align: center;  /* ----- für IE5-Browser - dafür #container text-align: left -- */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8F9792;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

img,
img a {
	border: none;
	text-decoration: none;
}

.imgicon-aktuelles {
	width: auto;
	float: left;
	margin: 0 7px 0 0;
	}

h1,
h2,
h3,
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1,
h3,
h4 { color: #D30132 }

h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: normal;
}

h2 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #8F9792;
}

h3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul { margin-bottom: 0; }

li {
	margin-left: 145px;
	margin-bottom: 5px;
	list-style-position: outside;
}

#footer-links ul { margin-bottom: 0; }

#footer-links li {
	margin-left: 15px;
	margin-bottom: 0;
	list-style-position: outside;
}

.hr {
	height: 2px;
	background-image: url(../images/layout/bg-hr.gif);
	background-repeat: repeat-x;
	margin: 18px 0;
}

.hr-rightblock {
	height: 1px;
	background-image: url(../images/layout/bg-hr-right.gif);
	background-repeat: repeat-x;
	margin: 10px 0;
}

.clearfloat {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

/* ------------------------------------------------- 01. Ende Stylesheet-Kalibrierung -- */

/* ------------------------------------------------------------ 02. Allgemeine Styles -- */

/* ----------------------------------------------------------------- Start Hyperlinks -- */

a {
	text-decoration: underline;
	color: #8F9792;
	outline: none;
}

a:hover,
a:focus { color: #666; }

.mehr {
	font-size: 10px;
	line-height: 10px;
	color: #D30132;
	display: block;
	background-image: url(../images/layout/icon-mehr.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	margin-top: 5px;
}

.mehr a {
	color: #D30132;
	text-decoration: none;
}

.mehr a:hover,
.mehr a:focus {
	color: #D30132;
	border-bottom: 1px dotted #D30132;
}

/* ------------------------------------------------------------------ Ende Hyperlinks -- */

/* ------------------------------------------------------------------ Start Container -- */

#dekoration {
	width: 100%;
	background-image: url(../images/layout/bg-decor.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#container {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#content { padding-top: 20px; }

/* ------------------------------------------------------------------- Ende Container -- */	

/* -------------------------------------------------------------------- Start Topnavi -- */

#topnavi {
	height: 50px;
	font-size: 10px;
	color: #EDEDED;
}

#topnavi a {
	color: #EDEDED;
	text-decoration: none;
}

#topnavi a:hover,
#topnavi a:focus {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

#topnavi-left {
	width: auto;
	float: left;
	margin-top: 15px;
	padding: 5px 0;
}

#topnavi-right {
	width: auto;
	float: right;
	text-align: right;
	margin-top: 15px;
	padding: 5px 0;
}

#topnavi-left li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#topnavi-right li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#topnavi-left li img { margin: 0 10px 0 9px; }

#topnavi-right li img { margin-left: 5px; }

/* --------------------------------------------------------------------- Ende Topnavi -- */

/* ------------------------------------------------------------------ Start Hauptnavi -- */

#mainnavi { height: 75px; }

/* ------------------------------------------------------------------- Ende Hauptnavi -- */

/* ---------------------------------------------------------------- Start Kopfbereich -- */

#header {
	height: 150px;
	background-image: url(../images/layout/bg-logo.jpg);
	background-repeat: no-repeat;
}

#homelink {
	float: left;
	width: 300px;
	height: 150px;
}

#headerimgbox {
	float: right;
	width: 580px;
	height: 150px;
}

/* ----------------------------------------------------------------- Ende Kopfbereich -- */

/* ------------------------------------------------------------------ Start Spalte 01 -- */

#rootline {
	font-size: 10px;
	line-height: 10px;
	color: #D30132;
}

#rootline-title {
	width: auto;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	color: #8F9792;
}

#rootline a {
	color: #8F9792;
	text-decoration: none;
}

#rootline a:hover,
#rootline a:focus {
	color: #D30132;
	text-decoration: none;
	border-bottom: 1px dotted #D30132;
}

#spalte01 {
	float: left;
	width: 640px;
	padding-right: 40px;
	background-image: url(../images/layout/bg-content.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 18px;
}

#spalte01 p { margin-bottom: 5px; }

/* ------------------------------------------------------------------- Ende Spalte 01 -- */

.imprint-left {
	float: left;
	width: 320px;
	background-image: url(../images/layout/imprint-splitter.gif);
	background-repeat: repeat-y;
}

.imprint-right {
	float:right;
	width: 299px;
	padding-left: 19px;
}

/* --------------------------------------------------------------------- Start Teaser -- */

.teaser01 p,
.teaser02 p {
	margin-top: 9px;
	font-size: 10px;
	line-height: 14px;
	color: #8F9792;
}

.teaser01,
.teaser02 {
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	padding: 9px;
	width: 290px;
	overflow: hidden;
}

.teaser01 { 
	float: left;
	}

.teaser02 { 
	float: right;
	}

/* ---------------------------------------------------------------------- Ende Teaser -- */

/* -------------------------------------------------------------- Start Gallery Boxen -- */

.imgbox-left,
.imgbox-right {
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	padding: 9px;
}

.imgbox-left {
	float: left;
	margin: 0 20px 20px 0;
}

.imgbox-right {
	float: right;
	margin: 0 0 20px 0;
}

.imgbox-left-last,
.imgbox-right-last {
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	padding: 9px;
}

.imgbox-left-last {
	float: left;
	margin: 0 20px 0 0;
}

.imgbox-right-last {
	float: right;
	margin: 0;
}

.imgbox-left p,
.imgbox-right p {
	margin-top: 9px;
	font-size: 12px;
	line-height: 16px;
	color: #8F9792;
}

#aktuelles .imgbox-left,
#aktuelles .imgbox-right { margin-bottom: 0; }

#produkte .imgbox-left,
#produkte .imgbox-right { margin-bottom: 0; }

#ueber-uns .imgbox-left,
#ueber-uns .imgbox-right { margin-bottom: 0; }

#startseite .imgbox-left,
#startseite .imgbox-right { margin-bottom: 0; }

/* --------------------------------------------------------------- Ende Gallery Boxen -- */

/* ------------------------------------------------------------------ Start Spalte 02 -- */

#spalte02 {
	float: right;
	font-size: 10px;
	line-height: 14px;
	width: 220px;
}

#spalte02 p { margin-bottom: 5px; }

.date {
	font-size: 10px;
	line-height: 10px;
	color: #8F9792;
	font-weight: bold;
	background-image: url(../images/layout/icon-kalender.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	margin-bottom: 5px;
	display: block;
}

.news-block {
	background-image: url(../images/layout/bg-news.jpg);
	background-color: #FFF;
	background-repeat: repeat-y;
	border: 1px solid #d9d9d9;
	border-left: none;
	padding: 19px 10px 19px 0;
	margin: 0 0 19px 0;
}

.werbe-block {
	background-image: url(../images/layout/bg-news.jpg);
	background-color: #FFF;
	background-repeat: repeat-y;
	border: 1px solid #d9d9d9;
	border-left: none;
	padding: 19px 10px 19px 0;
	margin: 19px 0 0 0;
}

.werbe-block a { text-decoration: none; }

/* ------------------------------------------------------------------- Ende Spalte 02 -- */

/* ---------------------------------------------------------------- Start Fussbereich -- */

#footer {
	height: 75px;
	background-image: url(../images/layout/bg-footer.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
	line-height: 14px;
	color: #8F9792;
	padding: 20px;
}

#footer img { margin-right: 5px; }

.hr-footer {
	height: 2px;
	background-image: url(../images/layout/bg-hr.gif);
	background-repeat: repeat-x;
	margin-top: 18px;
}

#footer a {
	color: #8F9792;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus {
	color: #666;
	border-bottom: 1px dotted #666;
}

#footer-left { float: left; }

#footer-right {
	display: none;
	float: right;
	text-align: right;
}

#footer-right li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#footer-right img { margin: 0 5px 0 10px; }

#footer-links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px;
	background-color: #8F9792;
	overflow: auto;
}

/*#footer-links h4 {
	margin: -5px 0 5px 20px;
	color: #FFF;
}*/

#footer-links ul {
	list-style-image: url(../images/layout/listicon-footer-links.gif);
	list-style-type: none;
	list-style-position: outside;
	color: #ededed;
	margin-left: 10px;
}

#footer-links a {
	text-decoration: none;
	color: #ededed;
}

#footer-links a:hover,
#footer-links a:focus { color: #FFF; }

#footer-links-01,
#footer-links-02,
#footer-links-03 {
	background-image: url(../images/layout/bg-vr-footer-links.gif);
	background-repeat: repeat-y;
}

#footer-links-01 {
	float: left;
	width: 279px;
}

#footer-links-02 {
	float: left;
	width: 269px;
	margin-left: 20px;
	margin-right: 20px;
}

#footer-links-03 {
	float: right;
	width: 260px;
}
/* ----------------------------------------------------------------- Ende Fussbereich -- */

