/* CSS Document */

@import url("produkte_print.css");

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#333333;
	height: 100%;
	margin: 25px 0 10px 20px;
	padding: 0;
}

#top-bg {display: none;}

#nav { display: none;}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #6666CC;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 2px 2px 2px 5px;
}

img { border: 0px;}

#header {}

#header_inner img {
	border-bottom: 1px solid #666666;
}

#menu {
	display: none;
}

#content_body {
padding: 20px 50px 10px 10px;
}

#footer {
	border-top: 1px solid #999999;
	color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	font-size:10px;
	width: 650px;
}

#footer_copyright {
	width: 200px;
	float:left;
}

#footer_menu {
	display: none;
}

#contact_formular {
}

#contact_formular td {
	height: 25px;
}
#contact_formular td.cell1 {
	width: 120px;
	color: #666666;
	background-image: url('../img/contact_set_field.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#contact_formular #title {
}

#contact_formular input.textfield {
	border-bottom: 1px dotted #999999;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 200px;
}

#contact_formular textarea {
	border: 1px dotted #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 320px;
	height: 120px;
}

#contact_formular input.button {
	border: 1px solid #999999;
	color: #666666;
	background-color: #FFFFFF;
	width: 100px;
	height: 25px;
}

#contact_formular input.button:hover {
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 100px;
	height: 25px;
}

#product_configurator {
	width: 650px;
}

#product_configurator th {
	background-color: #CCCCCC;
	line-height: 20px;
	font-weight: normal;
}

#product_configurator td {
	vertical-align: top;
	line-height: 20px;
}

#configurator_price_active {
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}

#configurator_price {
	text-align: right;
	margin-right: 90px;
}

#content {
margin: 0 0 0 0;
width: 650px;
overflow: auto;

}

#variations .sub-th {
text-align: right;
padding-right: 5px;
}




