﻿/*############################################################################################
Name: Arnold Metzg - 6234 Triengen
Datum: 2008-05-22
Beschreibung: Website Arnold Metzg designed by PPDESIGN - http://www.ppdesign.ch
Autor: Doobie - www.ppdesign.ch
URL: http://www.arnold-metzg.ch
Bemerkungen: © 2008 Copyright by Arnold-Metzg (LU) Switzerland.
			 Rückfragen an: webmaster@arnold-metzg.ch
#############################################################################################*/

@import url("layout.css");
/* standard elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #350213;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto 0px auto;
	background-color: #350213;
}
#masthead {
	text-align: center;
	width: 800px;
	border-top: 10px #350213 solid;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #350213;
}
#navigation {
	background-color: #350213;
	position: relative;
	float: left;
	width: 190px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 10px solid #350213;
	color: #A2824A;
	font-family: "Verdana Ref";
}
#content {
	float: right;
	width: 560px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 0px solid #350213;
	border-right: 10px solid #350213;
	border-bottom: 10px solid #350213;
	border-left: 0px solid #350213;
	background-color: #350213;
	color: #BEAC9C;
	font-family: Verdana Ref;
}
#footer {
	background-position: bottom;
	text-align: center;
	clear: both;
	width: 800px;
	height: 60px;
	border-top: 0px #350213 solid;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px #350213 solid;
	border-left: 0px solid #a9a9a9;
	background-image: url('../img/sh_foot9_800x60.jpg');
	color: #800000;
	background-repeat: no-repeat;
}
/* misc */
.clearer {
	clear: both;
	color: #CBAD7A;
}
.clearerb {
	clear: both;
	color: #CBAD7A;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #800000;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #350213;
}
#navigation a:hover {
	text-decoration: none;
}
/* Content Styles */
h6 {
	color: #A2824A;
}
h5 {
	color: #A2824A;
}
h4 {
	color: #A2824A;
}
h3 {
	color: #CBAD7A;
	text-align: center;
	font-family: "Verdana Ref";
}
h2 {
	font: x-large "Verdana Ref";
	color: #A2824A;
	font-family: ZurichCalligraphic;
	text-align: center;
}
#content h1 {
	color: #A2824A;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #800000;
	margin-top: 5px;
	font-size: x-small;
}
#footer a {
	color: #A2824A;
	text-decoration: none;
}
#footer a:hover {
	background: #350213;
	color: #800000;
	text-decoration: none;
}
a {
	color: #A2824A;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

