/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#404040;
	line-height: 1.5em;
	background-color: #404040;
	text-align: center;
}
#container {
	width: 889px;
	margin: auto auto;
	text-align: left;
	background: url(../_images/contentbg.png) repeat-y;
}
#head {
	width: 889px;
	height: 205px;
	background: url(../_images/kopfbg.jpg) no-repeat;
}
#content {
	width: 889px;
}
#colleft {
	width: 190px;
	float: left;
	margin: 0px 30px;
}
#mainnavi ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#mainnavi li {
	display: block;
	height: 1.83em;
}
#mainnavi a {
	display: block;
	padding: 0px 0px 0px 1.67em;
	color: #404040;
	text-decoration: none;
	font-size: 1.17em;
	font-weight: bold;
	font-style: italic;
	background: none;
}
#mainnavi a:hover, #mainnavi a.aktiv {
	color: #d20729;
	background: url(../_images/linkbg.png) center left no-repeat;
}
#colright {
	width: 596px;
	float: right;
	margin: 0px 28px 20px 15px;;
}
h1 {
	font-size: 1.5em;
	color: #d20729;
	font-weight: bold;
	padding: 0px;
	margin: 0.5em 0em 1em 0em; 
}
h2 {
	font-size: 1.2em;
	color: #404040;
	font-weight: bold;
	margin:0px 0px 1.2em 0px;
}
img {
	border: 1px solid #404040;
}
.clear {
	clear: both;
}
.imgleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
.imgright {
	float: right;
	margin: 0px 0px 10px 15px;
}
.tababstand {
	padding: 0px 10px;
} 
#produkttab {
	width:595px;
	border-left: 1px solid #404040;
	border-top: 1px solid #404040;
}
#produkttab td {
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	padding:2px 5px;
	width: auto;
}
#produkttab .sp2, #produkttab .sp3,#produkttab .sp4 {
	text-align: right;
	vertical-align: bottom;
	width: 85px;
}
#produkttab h2 {
	margin: 2.4em 0px 0.6em 0px;
}
#produkttab tr:hover {
	background-color: #ffe1c3;
	font-weight: bold;
}
.galpreview {
	margin: 5px;
	padding: 5px 0px;
	border: none;
	width: 130px;
	height: 120px;
	text-align: center;
	float: left;
	background-color:#f8f8f8;
}
/***********************************************************/
#kontaktformular label {
	display: block;
	color: #333333;
	padding: 2px;
	font-weight: bold;
}

#kontaktformular input, #kontaktformular textarea, #kontaktformular select {
	width: 350px;
	border: 1px solid #808080;
	padding: 4px 2px 0px 2px;
	font-size: 12px;
	height:18px;
	display: block;
	background-color: #f0f0f0;
	color: #000000;
}
#kontaktformular select {
	height: 22px;
	padding: 2px;
	width: 356px;
}
#kontaktformular textarea {
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
}
#kontaktformular #submit {
	margin: 0px;
	padding: 0px;
	width: 356px;
	height: 39px;
	background: url(../_images/busubmit.png) no-repeat bottom;
	border: none;
	color: #ffffff;
	font-weight: bold;
}
#kontaktformular #submit:hover {
	background: url(../_images/busubmithover.png) no-repeat bottom;
}
#kontaktformular .required {
	border: 1px double #bb0000;
}
#kontaktformular .filedok {
	border-color: #808080;
}
#kontaktformular .halfsize {
	width: 172px;
	display: inline;
}
#kontaktformular p {
	margin: 0px;
	padding: 0px;
}
