/*
	Copyright by Mössmer Tettnang GmbH & Co. KG
	Erstellt von Bernd Lutz Websolutions, letzte Änderung 15.12.2007
	http://www.berndlutz.com
*/


/* allgemeine Elemente
----------------------------------------------------*/


html, body {
	margin: 0;
	padding: 0;
	font: 11pt Arial, sans-serif;
	line-height: 1.6em;
	color: #000;
	}

* {
	margin: 0;
	padding: 0;
	}


pre {
	font: 11pt Arial, sans-serif;
	line-height: 1.5em;
	}

#content ul {
	list-style: none;
	margin: 1em 0;
	}

#content li {
	padding: .25em 0 .25em 1em;
	background: url(img/list_bullet.gif) no-repeat 0 .5em;
	}

#content img {
	border: none;
	padding: 4px;
	}

a {
	color: #000;
	text-decoration: none;
	}

p, h1, h2, h3, h4 {
	margin: 1em 0;
	}

.clear {
	clear: both;
	}

hr {
	display: none;
	}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

h2 {
	color: #333;
	}


/* Header
----------------------------------------------------*/


#header a {
	color: #00A597;
	}


/* Bilder in Kopfzeile
----------------------------------------------------*/


#heading span {
	display: none;
	}


/* Menue + Telefon
----------------------------------------------------*/


#menue {
	display: none;
	}

/* Kontakt-Info */

#tel {
	width: 100%;
	margin: 1em 0;
	padding: .5em 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #666;
	font-size: 10pt;
	}
#tel div span {
	background: url(img/tel.gif) no-repeat 2px 8px;
	display: block;
	}

#tel pre {
	white-space: normal;
	color: #666;
	font-size: 10pt;
	}


/* Inhalt
----------------------------------------------------*/


#rcol {
	width: 100%;
	}


/* Footer
----------------------------------------------------*/


#footer {
	clear: both;
	margin: 3em 0 0 0;
	font-size: 10pt;
	color: #999;
	}

#footer a {
	color: #999;
	}

#footer p {
	margin: 0;
	}


/* Seitenspezifische Stile
----------------------------------------------------*/


/* Hinweis-Seite */

#note h5 {
	margin: 2px 0;
	padding: 0 0 0 3px;
	font-size: 10pt;
	font-weight: normal;
}

/* Über Mössmer */

#content #moessmeru {
	margin-top: 10px;
	}
	
/* Produkte */

#produkte #content ul {
	float: left;
	width: 230px;
	margin: 0 0 2em 0;
	}

#produkte #content li {
	padding: 1em;
	border-bottom: 1px solid #B2E4E0;
	line-height: 1.8em;
	background-position: 0 1.5em;
	}

#p-img {
	float: right;
	width: 208px;
	padding: 1em 0;
	}

#p-img a {
	display: block;
	width: 100%;
	margin: 0 0 1.5em 0;
	line-height: 1.2em;
	text-align: center;
	font-size: 10pt;
	}

/* Schaumstoffverarbeitung */


#schaumstoffverarbeitung-list {
	margin-bottom: 3em;
	}

.item {
	clear: both;
	width: 100%;
	padding: 1em 0;
	border-top: 1px solid #B2E4E0;
	}

.item .text {
	float: left;
	width: 50%;
	padding-left: 15px;
	background: url(img/list_bullet.gif) no-repeat 0 .3em;
	}

.item .img {
	float: right;
	width: 40%;
	color: #333;
	font-size: 10pt;
	text-align: center;
	}

.item .img img {
	display: block;
	}

/* Materialien */

#materialien #content h3 {
	background: url(img/menum.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #C7E9E6;
	}

#materialien #content li {
	background: url(img/materialien_bullet.gif) no-repeat 0 .8em;
	line-height: 1.5em;
	}

#materialien #content ul ul {
	padding: 0 0 0 2em;
	}

#materialien #content ul ul li {
	background: url(img/bullet_m_sublist.gif) no-repeat 0 .8em;
	padding-left: 10px;
	margin-bottom: 0;
	}

/* Kontakt */

form {
	display: none;
	}

.iv {
	display: none;
	}

/* Impressum */

#webdesign {
	margin: 40px 0 -20px 0;
	}

#webdesign a {
	padding-left: 2em;
	color: #000;
	font-size: 11pt;
	background: url(img/bernd-lutz-websolutions.gif) no-repeat 0 50%;
	}
