/* CSS Document */

body, td, th, input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  line-height: 14px;
}
body {
  background-color: #FFFFFF;
  margin: 10px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #514826;
	margin-bottom: 10px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
table.produkteigenschaften {
	width: 100%;
}
td.produkteigenschaften {
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

/* Link Definition */

a:link, a:visited, a:active {
	color: #F2C130;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.footer_text:link, a.footer_text:active, a.footer_text:visited, a.footer_text:hover {
	color: #000000;
}
a.navi_text:link, a.navi_text:active, a.navi_text:visited, a.navi_text:hover {
	color: #000000;
}
a.navi_text:hover {
	text-decoration: none;
}

/* Custom Styles */

#header {
	width: 970px;
	height: 150px;
	background-color: #F2C130;
	background-image: url(header.gif);
	background-repeat: no-repeat;
}
#animation {
	position: absolute;
	top: 20px;
	left: 770px;
	width: 190px;
	height: 130px;
	background-color: #CCCCCC;
}
#navigation {
	min-height: 330px;
	width: 240px;
	float: left;
	padding-top: 13px;
	padding-left: 10px;
}
#content {
	min-height: 330px;
	width: 720px;
	float: left;
	padding-top: 30px;
}
#contentText {
	width: 270px;
	float: left;
}
#contentBild {
	width: 430px;
	margin-left: 20px;
	margin-top: 35px;
	height: 100%;
	float: left;
}
#contentBreit {
	width: 500px;
}
#footer {
	position: relative;
	width: 960px;
	height: 19px;
	background-color: #FFDE30;
	background-image: url(footer.gif);
	padding-left: 10px;
	clear: left;
	padding-top: 5px;
}
#footer_left {
	position: absolute;
	float: left;
}
#footer_right {
	position: absolute;
	right: 10px;
	float: left;
}
#mainNavi {
	width: 240px;
	height: 20px;
	margin-top: 25px;
}
#subNavi1, #subNavi2 {
	height: 17px;
	margin-bottom: 0px;
	background-image: url(navipunkt_bg.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
}
#subNavi1 {
	width: 220px;
	padding-left: 20px;
}
#subNavi2 {
	width: 207px;
	padding-left: 33px;
}
#subNavi1:hover {
	background-image: url(navipunkt_bg_high_h.gif);
}
#subNavi2:hover {
	background-image: url(navipunkt_bg_high_2_h.gif);
}
#subFooter {
	margin-left: 250px;
	width: 720px;
}
#bilderVorschau {
	float: left;
}
#bilderVorschauBild {
}
#bilderVorschauText {
	text-align: center;
	width: 117px;
}
#underline {
	text-decoration: underline;
}
.bilderRahmen {
	border: 1px solid #000000;
}