body {
	font-family:Arial, sans-serif;
	font-size:13px;
	background:#fff;
	margin:30px 0 0 15px;
	padding:0;
}

div.clear {
	clear:both;
}

img.pic_float {
	float:left;
	margin-top:4px;
	margin-right:20px;
	margin-bottom:10px;
}

table {
	font-size:100%;
}

td,input,textarea,select,option {
	font-family:Arial, sans-serif;
	font-size:12px;
}

td {
	line-height:1.3;
}

a:hover {
	color:#9C252D;
	text-decoration:underline;
}

sup,sub {
	font-family:Arial, sans-serif;
	font-size:9px;
}

ul {
	margin-top:15px;
	margin-bottom:15px;
	list-style-type:square;
}

/*all-embracing {
	background-image:url('../images/bogen-hg-rechts.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}*/

sup {
	font-size:11px;
	line-height:1px;
	padding:0;
}

#navbar {
	margin-top:32px;
}

#navbar a:hover {
	color:#000;
	font-weight:400;
	text-decoration:underline;
}

#navbar td.l1 {
	border-top:3px solid #ccc;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:4px;
}

#navbar td.l2 {
	border-top:1px solid #ccc;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:4px;
}

#navbar td.l3 {
	border-top:1px solid #DADADA;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:4px;
}

.pfeil {
	margin-top:5px;
}

#mainContentTable {
	width:627px;
}

#mainContentTable .main {
	border-left: solid 1px #C2C7CA;
	height:310px;
	color: #444444;
	vertical-align:top;
	padding:29px 37px;
	line-height:1.5;
}

#mainContentTable .main a {
	font-weight:bold;
}

#mainContentTable span {
	line-height:1.3;
}

#mainContentTable h1 {
	color:#9C252D;
	font-size:21px;
}

#mainContentTable h2 {
	font-weight:700;
	font-size:13px;
	color:#333;
}

#mainContentTable .names {
	font-weight:700;
	margin-top:5px;
	margin-bottom:15px;
	color:#9C252D;
}

#quicklinks {
	margin-top:75px;
	margin-left:2px;
	font-size:14px;
}

#quicklinks a:hover {
	color:#9C252D;
	font-weight:400;
	text-decoration:none;
}

.arrow_quick {
	margin-right:6px;
}

#newslinks .datum {
	font-weight:400;
	color:#000;
	font-size:11px;
}

#newslinks a {
	font-size:11px;
	color:#6C6C6C;
	font-weight:400;
	text-decoration:none;
}

#newslinks a:hover {
	font-size:11px;
	color:#9C252D;
	font-weight:400;
	text-decoration:none;
}

#pressebox .datum {
	font-weight:400;
	color:#9C252D;
	font-size:11px;
}

.headerTable {
	margin-bottom:7px;
	font-size:13px;
}

td.header {
	color:#979797;
	text-align:right;
	font-weight:bold;
}

td.footer_text {
	background-color:#C2C7CA;
}

.leftTab {
	margin-top:10px;
}

td.footer {
	font-size:10px;
	color:#979797;
	text-align:center;
}

a.footerLink:hover {
	font-size:10px;
	color:#333;
	font-weight:700;
	text-decoration:underline;
}

.fieldRequired {
	font-size:10px;
	color:red;
}

.smallText {
	font-size:11px;
}

.contact_form {
	border:solid 1px #ccc;
	width:100%;
	background-color:#FFF;
}

.button {
	background-color:#FFF;
	border:solid 1px #ccc;
}

.imgFull {
	display:block;
	float:none;
	margin-right:0;
	margin-bottom:20px;
}

.imgLeft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.imgRight {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.thumbLeft {
	float:left;
	margin-right:8px;
	margin-bottom:30px;
}

.thumbRight {
	float:right;
	margin-left:8px;
	margin-bottom:30px;
}

#divPrintHinweis {
	display:none;
}

.east {
	margin-left:5px;
	margin-bottom:1px;
}

.west {
	margin-right:5px;
	margin-bottom:1px;
}

.newsField {
	width:100%;
	height:20px;
	border:0;
	font-family:Arial, sans-serif;
	font-size:13px;
	font-weight:800;
	color:#9C252D;
	padding-left:0;
	cursor:pointer;
}

.toggleBox {
	display:block;
	clear:both;
	overflow:hidden;
	background:transparent;
	text-align:left;
	border:1px solid #CCC;
	border-bottom:none !important;
	margin:0 auto 1em;
}

.toggleBoxHead {
	font-weight:700;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #CCC;
	border-left:0 solid #CCC;
	color:#9C252D;
	padding:0;
}

.toggleBoxHead:hover,.toggleBoxHeadActive {
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #CCC;
	border-left:0 solid #666;
	color:#333;
	font-weight:700;
	padding:0;
}

.toggleBoxBody {
	border-bottom:1px solid #CCC;
	background:#F4F4F4;
	margin:0 auto;
}

.formbox {
	width:100% !important;
}

span.required {
	color:#9C252D;
	padding:0 .25em;
}

.formbox td,.formbox th {
	padding:.5em 1em;
}

.formbox thead td {
	padding:1em 1em .5em;
}

.formbox tfoot td {
	padding:.5em 1em 1em;
}

.formbox td.label {
	width:30%;
}

.formbox td.input {
	width:70%;
}

.formbox a {
	text-decoration:underline;
}

.formbox a:hover {
	text-decoration:none;
}

.formbox textarea {
    border: 1px solid #ccc;
    width: 100%;
    margin: .5em 0;
    padding: 1px;
}


.formbox input.long {
    border: 1px solid #ccc;
    width: 250px;
    padding: 1px;
}


.formbox input.short {
    width: 100px;
    border: 1px solid #ccc;
    padding: 1px;
}


.formbox input.qty {
    width: 30px;
    text-align: right;
    border: 1px solid #ccc;
    padding: 1px;
}


.formbox .missing {
    border-color: #C70A1C !important;
}


div.missing {
    border: 1px solid #C70A1C !important;
}

div.missing table {
    border: none !important;
}


.formbox select.short {
    padding: 1px;
}


.formbox select.long {
    width: 250px;
    border: 1px solid #ccc;
    padding: 1px;
}


.formbox input[type=checkbox] {
    cursor: pointer;
    margin: 5px 0;
}


.formbox .txt {
    font-weight: 400;
}


#itemError {
	color:#9C252D;
	display:block;
	clear:both;
	overflow:hidden;
	margin:0 auto 1em;
}

#submitFormBox td {
	padding:0 !important;
}

#preloader {
	display:block;
	width:18px;
	height:18px;
	line-height:18px;
	overflow:hidden;
	margin-right:1em;
}

div.loading {
	background-image: url('wait.gif'); 
	background-repeat: no-repeat; 
	background-position:  center center;
}

#productFormBox {
	border-bottom:none;
}

#productFormBox td {
	background-color:#FFF;
	vertical-align:top;
}

#productFormBox td.attr {
	border-bottom:1px solid #ccc;
	padding:0 1em 1em;
}

#productFormBox th {
	background-color:#EDEDED;
	text-align:center;
	color:#333;
	border-top:1px solid #FFF;
	border-bottom:1px solid #ccc;
}

#productFormBox th.last {
	border-right:1px solid #FFF;
	text-align:center;
}

#productFormBox th span {
margin-left:1px;
}

#productFormBox .attrTable td {
	vertical-align:middle;
	background-color:#F4F4F4;
}

#productFormBox .attrTable {
	border:1px solid #CCC;
}

#productFormBox .attrTable td.first,#productFormBox .attrTable th.first {
	padding-right:0;
}

#productFormBox td.col1 {
	padding:1em 1em 1em 1.5em;
}

#productFormBox td.col2 {
	padding:1em 1em 1em 0;
}

#productFormBox td.col2 span.name {
	color:#9C252D;
}

#productFormBox td.col2 p.description {
	color:#666;
	margin:0;
	padding:0;
}

#productFormBox td.col2 p.description strong {
	color:#333;
	font-weight:400;
}

#productFormBox p.note {
	color:#9C252D;
	text-align:left;
}

a:link,a:visited,a:active,a.headerLink:active,a.headerLink:hover {
	color:#9C252D;
	text-decoration:none;
}

.rot,.errorText {
	color:#9C252D;
}

#navbar td,.main {
    font-size: 12px;
}

#navbar a:link,#navbar a:visited,#navbar a:active,#quicklinks a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}


#navbar a:link.active,#navbar a:visited.active,#navbar a:active.active,#navbar a:hover.active {
    color: #9C252D;
    font-weight: 700;
    text-decoration: none;
}


#newslinks,#pressebox {
    margin-top: 27px;
    margin-left: 7px;
    font-size: 13px;
}


#newslinks h2,#pressebox h2 {
    font-size: 13px;
    font-weight: 700;
    color: #9C252D;
    margin: 0;
}


a.headerLink:link,a.headerLink:visited,a.textLink:link,a.textLink:visited,a.textLink:active,a.textLink:hover {
    color: #000;
    text-decoration: none;
}


a.footerLink:link,a.footerLink:visited,a.footerLink:active {
    font-size: 10px;
    color: #979797;
    font-weight: 700;
    text-decoration: none;
}


/*
 * NEW LAYOUT
 */

table {
	font-size:100%;
}
div.main {
	padding-left:30px;
}

div.main p {
	margin: 0px 0px 1em 0px !important;
}

td.t_head h1 {
	color:#9C252D;
	font-size:21px;
	margin: 1em 0;
	padding:0px;
}

td.line_left {
	border-left:solid 1px #C2C7CA;
}

td.footer_text {
	background-color:#C2C7CA;
	width:625px;
}

td.t_head p,
p.h {
	font-size:16px;
	color:#595959;
	padding-left:0px;
	width:580px;
	line-height:normal;
}

td.t_head td {
	font-size:16px;
	color:#595959;
}

p.h {
	padding-left:0px;
	width:auto;
}

div.news {
	padding-top:20px;
	padding-left:30px;
}

div.news h2 {
	color:#9C252D;
	font-size:14px;
}

div.footer_text {
	padding-left:15px;
}

#divRight {
	background-image:url('../images/bogen-hg-rechts.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	height:693px;
	width: 190px;
}

div.border_left {
	border-left:solid 1px #333 !important;
}

#divLeft a {
	font-weight:bold !important;
}

#divLeft {
	height:838px;
	position:relative;
	padding-bottom:0px;
}

div.f_left, div.f_middle, div.f_right {
	float:left;
	border-right:solid 2px white;
	margin-bottom:10px;
	height:130px;
	width:194px;
	color:#333;
	line-height:normal;
}

div.f_left {
	width:140px;
}

div.f_middle, div.f_right {
	width:180px;
	padding-left:10px;
}

div.f_right {
	width:240px;
}

div.f_end {
	border:none;
}

/* MIDDLE */
div.f_middle div.img,
div.f_right div.img {
	float:left;
	padding-top:3px;
	height:105px;
}

div.f_middle h3,
div.f_right h3 {
	font-size:17px;
	color:#9C252D;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
}

div.news_item a {
	color:black;
}

div.news_item div.news_content {
	height:50px;
}

input[type=checkbox] {
	border:none !important;
}

div.tiny {
	margin:10px !important;
	display:block;
}

#orderTotalSum strong {
	font-weight:bold;
	color:#C70A1C;
}

/* TEASER */
div.teaser {
	position:absolute;
	bottom:0px;
	left:0px;
}

div.teaser img {
	margin-bottom:10px;
}

div.hr {
	border-top:dashed 1px #C2C7CA;
	height:2px;
	font-size:1px;
}

div.twitter_text {
	margin-bottom:20px;
}

/*
 * SHP Footer
 */
 
div.shp_footer {
	border-left:solid 1px #C2C7CA;
	background-color: #C2C7CA;
}

div.shp_footer div.shp_graphic {
	background-color: #C2C7CA;
	padding-bottom:10px;
}

/*
 * SEARCH FORM RIGHT
 */
 
form.search_form {
	margin:7px !important;
	margin-left:1px !important; 
}
 
form.search_form input {
	margin-left:5px;
} 
 
form.search_form input[type=text] {
	border:solid 1px #dadee0 !important;
	height:18px !important;
	width:100px !important;
	float:left !important;
}

/* 
 * KOMPONENTEN
 */
 
div.pic_comp1,
div.pic_comp1_en {
	width:470px;
	height:294px;
	background-repeat:no-repeat;
	position:relative;
}

div.pic_comp1 {
	background-image:url("../images/pic_comp1.jpg");
}

div.pic_comp1_en {
	background-image:url("../images/pic_comp1_en.jpg");
}

div.pic_comp1 div.list,
div.pic_comp1_en div.list {
	position:absolute;
	left:165px;
	top:10px;
}

div.pic_comp1_en div.list {
	left:160px;
}

div.pic_comp1_en div.list ul {
	margin:0px;
	padding:0px;
	padding-left:15px;
}

div.pic_comp2 {
	width:470px;
	height:204px;
	background-image:url("../images/pic_comp2.jpg");
	background-repeat:no-repeat;
	position:relative;
}

div.pic_comp3 {
	background-color:#EDEDED;
	padding:20px;
}

div.pic_comp2 div.list {
	position:absolute;
	padding:10px;
	left:175px;
	top:10px;
}

/**
 * 	Articles
 */

div.article {
	
}

div.article img {
	border:solid 1px #9C252D;
	float:left;
	margin-right:20px;
}

