/* @override http://www.t-fernholz.de/base.css */

body {
		background-color: #aaacae;
		margin: 0;
		padding: 0;
}
p, td { color: black; font-size: 12px; line-height: 16px; font-family: "Lucida Grande", Verdana, "Times New Roman", Times }
a:link { color: black; font-weight: bold; font-size: 11px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Times; text-decoration: none }
.fromfield { color: black; font-size: 11px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Georgia; background-color: #dcdcdc; border: solid 1px #696969; width: 150px }
.textfield  { color: black; font-size: 11px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Georgia; background-color: #dcdcdc; border: solid 1px #696969; width: 250px }
.imagetext  { color: black; font-style: italic; font-size: 10px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Georgia }
.bodytext_white         { color: white; font-size: 11px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Georgia }
.subhead_red      { color: #da3836; font-weight: bold; font-size: 12px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Georgia, Times }
.subhead_black   { color: black; font-size: 13px; line-height: 16px; font-family: "Lucida Grande", Verdana, "Times New Roman", Georgia }
a:visited  { color: black; font-weight: bold; font-size: 11px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Times; text-decoration: none }
a:hover  { color: black; font-weight: bold; font-size: 11px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Times; text-decoration: underline }
a:active  { color: black; font-weight: bold; font-size: 11px; line-height: 14px; font-family: "Lucida Grande", Verdana, "Times New Roman", Times; text-decoration: none }
h2 {
	color: #C61318;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	margin: 20px 0px;
}
#navigation {
	background: #706F6D;
	border-right: 7px solid #C61318;
}
#navigation ul {
	margin-top: 50px;
	list-style-type: none;
}
#navigation ul li {
	height: 34px;
	width: 140px;
	text-align: right;
}
#navigation ul li a {
	height: 14px;
	color: #CECECE;
	display: block;
	padding: 5px;
	padding-right: 15px;
	border-right: 7px solid #CECECE;
}
#navigation ul li a:hover {
	color: white;
	background: #C61318;
	text-decoration: none;
	border-right: 7px solid #C61318;
}
td#navigation ul li a.active {
	color: white;
	background: #C61318;
	text-decoration: none;
	border-right: 7px solid #706F6D;
}
#navigation ul li.impress a {
	background none;
	font-size: 9px;
	border-right: 7px solid #706F6D;
	font-weight: 100;
}
#navigation ul li.impress a:hover {
	background: none;
	border-right: 7px solid #706F6D;
	text-decoration: underline;
}

#biggerimage {
	text-align: right;
	width: 629px;
	height: 400px;
	z-index: 10;
	position: absolute;
	top: 110px;
	right: 100px;
	display: none;
}
a.preview:hover #biggerimage {
	display: block;
}
#biggerimage img {
	border: 1px solid white;
}					

ul.produktion {
	list-style-type: square;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	color: #C61318;
}
ul.produktion li {
	color: black;
}

a.textlink {color: red;}

/* SLIDESHOW */
.slideshow form { width: 500px; margin: 0 auto;
	
}

.slideshow {
	text-align: center;
}
.slideshow input { border-style: none; color: #706f6d;
background-color: #cecdcd	}
.slideshow select, th { 
	display:none;
}


