* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bodyback.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 5px;
}
h2 {	
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 5px;
}
h3 {
	font-weight: bold;
}
p#blau-katalog h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

strong {
	font-weight: bold;
}



input[type="text"] {
	width: 100%;
	border: 1px solid #000000;
	padding: 2px;
}
td {
	padding: 2px;
}

textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #000000;
}



.main_wrap {
	text-align: center;
	position: relative;
}

.main {
	background-image: url(background.jpg);
	background-repeat: repeat;
	width: 1024px;
	position: relative;
	left: -512px;
	margin-left: 50%;
	text-align: left;
}
.content_wrap {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.orderform td{
	vertical-align: top;
}

.orderform_col_description {
	width: 550px;
}
.orderform_col_input {
	width: 50px;
	padding: 2px;
}
.orderform_col_price{
	text-align: right;
	white-space: nowrap;
	padding: 2px 5px;
}

.orderform_col_subdescription {
	font-size: 10px;
	padding-bottom: 10px;

}
.orderform_submit {
	text-align: right;

}
.orderform_submit input {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #000000;
		padding: 3px;
	width: 100%;
}
.error {
	color: #990000;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	border: 5px solid #990000;
	margin: 5px;
	display: block;
	width: 350px;
}
td.order_summe {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
	white-space: nowrap;
}

.right_wrap {
	display: none;
}



.footer_wrap {
	text-align: center;
	margin-top: 25px;
	clear: both;
	float: none;
	background-color: #990000;
}
.footer_wrap * {
	font-weight: bold;
	color: #FFFFFF;
}

.footer_wrap a:hover {
	color: #AAAAAA;
}

.footer_img {
	height:120px;
	overflow:hidden;
	vertical-align: text-top;
}

.left_wrap {
	padding-right: 25px;
}
.status_bar {
	width: 100%;
	height: auto;
}
.subheader, .subheader a {
	text-align: center;
	display: block;
	font-size: 10px;
	color: #990000;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	font-style:normal;
}
#address {
	position: absolute;
	width: 250px;
	top: 80px;
	right: 0px;
	text-align: right;
	padding-right: 20px;
}
#address * {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.dont_show{
	display:none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.facebook {
	position: fixed;
	top: 10px;
	left: 10px;
}

