/* --------------------------------------- */
/* --------------------------------------- */
/*     CSS Dokument Bernd Wurzinger        */
/*  (c)2010 C-Service .net Marcus Galka    */
/* --------------------------------------- */
/* --------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: white;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 0.9em;
}
p {
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #AF5C32;
}
h1 {
	font-size: 1.2em;
	margin: 0.9em 0;
}
h2 {
	font-size: 1.1em;
	margin: 0.9em 0;
}
h3 {
	font-size: 1.0em;
	margin: 1em 0;
}
h4 {
	font-size: 0.9em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.7em;
}
ul {
	margin-left: 2em;
	margin-top:0.3em;
	margin-bottom:0.5em;
}
ul li {
	line-height: 1.5em;
}
img {
	border:none;
}
#container {
	width: 960px;
	text-align: left;
	margin: 20px auto;
	background: #fff url('../images/containerBack.jpg') no-repeat right;
	min-height: 600px;
}
#logo {
	background: #fff url('../images/logo2.jpg') no-repeat;
	height: 265px;
	width: 960px;
}
#contentLeft {
	margin-right:250px;
}
#boxesRight {
	float: right;
	width: 240px;
}
#contactBox {
	margin: 2em;
	padding: 0.5em;
	border: 1px silver solid;
}
#pictureBox {
	margin: 2em;
	padding: 0.5em;
}
#classics {
	margin: 2em;
	border: 1px silver solid;
	padding: 0.5em;
}
#classics p {
	font-size: 0.9em;
}
#navigation {
	border-top: 1px #AF5C32 solid;
	border-bottom: 1px #AF5C32 solid;
	text-align: center;
	height: 2.5em;
	width: 960px;
}
#navigation ul {
	list-style-type: none;
	margin: 5px 0;
}
#navigation li {
	float: left;
	width: 14%;
	font-size: 1.1em;
}
#navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	color: #666666;
}
#navigation li a:hover, #navigation li a:active {
	text-decoration: underline;
	color: #333;
}
#content {
	min-height: 350px;
	padding: 15px;
}
#footer {
	border-top: 1px #C78E71 solid;
	border-bottom: 1px #C78E71 solid;
	width: 960px;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}
.eyeline {
	font-size: 1.3em;
	margin: 1.5em 0;
}
.greenColor {
	color: green;
}
.redColor {
	color: red;
}
cite {
	color: #4658DA;
}
.headings {
	background:#fff url('../images/headings.jpg') no-repeat left;
	padding: 0.2em;
	color:#666;
	min-height:1em;
	margin-bottom:1em;
}
.spacebetween {
	margin:2em 0;
}
.refList {
	border:1px #E8E8E8 solid;
	border-collapse:collapse;
	width:100%;
}
.refList td {
	text-align:center;
	vertical-align:bottom;
	padding-bottom:3em;
}
.contactForm {
	border:none;
}
.contactForm td {
	padding-bottom:5px;
}
.radios {
	margin:0 1em;
}
.showText {
	color:#666;
	padding-left:2em;
}

