body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
}

#container {
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 798px;
}

#flashlogo {
	height:70px;
}

#rubrik_header {
	width: 798px;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#rubrik_header #sidetext {
	width: 165px;
	float: right;
	padding-right: 20px;
	padding-top: 45px;
}

#rubrik_titel h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidetext h2 {
	font-size: 12px;
	text-align: right;
	color: #333;
	font-weight: bold;
}

#rubrik_titel {
	color:#FFF;
	position: absolute;
	margin-top: 230px;
	margin-left: 20px;
	width: 500px;
	top: 20px;
}

.startpage {
	background-image: url(../images/bg_nav.jpg);
}

.protection {
	background-image: url(../images/bg_protection.jpg);
}

.chaudronnerie {
	background-image: url(../images/bg_chaudronnerie.jpg);
}

.industrie {
	background-image: url(../images/bg_industrie.jpg);
}

.agriculture {
	background-image: url(../images/bg_agriculture.jpg);
}

.entreprise {
	background-image: url(../images/bg_entreprise.jpg);
}

.references {
	background-image: url(../images/bg_references.jpg);
}

.partenaire {
	background-image: url(../images/bg_partenaire.jpg);
}

.contact {
	background-image: url(../images/bg_contact.jpg);
}

#navHorizontal {
	width: 798px;
	background-color: #E3E9F5;
	text-align: center;
	position: absolute;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}

#navHorizontal ul {
	margin: 0px;
	padding: 0px;
}

#navHorizontal li {
	display: inline;
	list-style-type: none;
}

#navHorizontal ul li a {
	line-height: 2.5em;
	color: #900;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight:bold;
}
#navHorizontal ul li a:hover {
	color: #FFF;
	background-color: #5068A0;
}

.nav1h #container #navHorizontal ul #nav1h a {
	color: #000;
}

.nav2h #container #navHorizontal ul #nav2h a {
	color: #000;
}

.nav3h #container #navHorizontal ul #nav3h a {
	color: #000;
}

.nav4h #container #navHorizontal ul #nav4h a {
	color: #000;
}

.nav5h #container #navHorizontal ul #nav5h a {
	color: #000;
}

.nav6h #container #navHorizontal ul #nav6h a {
	color: #000;
}

#maintext {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 40px;
}

.imagedeko_rouge {
	border:#900 1px solid;
	margin-left: 10px;
}

#footer {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #036;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.5pt;
}

#content {
	width: 555px;
	margin-left: 180px;
}

#navVertical {
	float: left;
	margin-top: 20px;
}

ul.navVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 12em;
}

ul.navVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12em;
	border-bottom: #999 1px solid;
}

/* Menu bekommt gleiche Größe wie Navbreite */
ul.navVertical ul li
{
	width: 12em;
}

/* Hellgrauer Hintergrund von Menu mit Padding  */
ul.navVertical a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #000;
	text-decoration: none;
}

/* Blauer Hintergrund und weisser Text bei Maus over */
ul.navVertical a:hover, ul.navVertical a:focus
{
	background-color: #5068A0;
	color: #FFF;
}

/* Pfeilmarkierung der aktiven Menüs  */
.nav1v #container #maintext #navVertical .navVertical #nav1v a {
	background-image: url(../images/navpfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav2v #container #maintext #navVertical .navVertical #nav2v a {
	background-image: url(../images/navpfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav3v #container #maintext #navVertical .navVertical #nav3v a {
	background-image: url(../images/navpfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav4v #container #maintext #navVertical .navVertical #nav4v a {
	background-image: url(../images/navpfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav5v #container #maintext #navVertical .navVertical #nav5v a {
	background-image: url(../images/navpfeil.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#container #maintext #content h1 {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 3px;
}
#atouts {
	color: #666;
	background-color: #E9EEF7;
	padding: 5px;
	margin-bottom: 10px;
}

.legales {
	font-size:10px;
	color: #999;
	text-decoration:none;
}
.post {
	color: #036;
	text-decoration: none;
}

