/* CSS Document */

h1 {
	font-size:11px;
	line-height:115%;
	color:#C4262E;
	font-weight:bold;
	text-transform: uppercase;
}

h2 {
	font-size:11px;
	line-height:115%;
	color:#C4262E;
	font-weight:bold;
}

html {}

body {
	background-color:#999999;
	padding:0px;
	margin:0px;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
body img {
	border:none;
}

#container1 {
	text-align:center;
	margin: auto;
	width:946px;
	position:absolute;	
	top:auto;
	left:50%;
	margin-left:-473px;	
}

#bgTop {
	background-image:url(/images/bg_top.gif);
	background-repeat:none;
	height:16px;
	float:left;
	width:946px;
	line-height:0px;
	font-size:0px;	
}
#container2{
	background-image:url(/images/bg_middle.gif);
	background-repeat:repeat-y;
	width:946px;
}
#bgBottom{
	background-image:url(/images/bg_bottom.gif);
	background-repeat:none;
	height:10px;
	float:left;
	width:946px;
	line-height:0px;
	font-size:0px;
}

/* ########## MAINNAV ########### */

#mainnavcontainer {
	margin:0px 6px 0px 5px;
	height:115px;
	background-color:#7D9AAA;
	text-align:left;
}
#mainnavcontainer #left {
	text-align:left;
	margin:0px 0px 0px 10px;
	float:left;
	width:749px;
}
#mainnavcontainer #left #mainnav {
	font-size:11px;
	margin-top:51px;
	color:#FFFFFF;
}
#mainnavcontainer #left #mainnav a{
	color:#FFFFFF;
	text-decoration:none;
}
#mainnavcontainer #left #mainnav a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#mainnavcontainer #right {
	margin:0px 0px 0px 0px;
	float:left;
	width:166px;
}

#mainnavcontainer #right #metanav {
	font-size:11px;
	margin-top:55px;
	color:#333;
}
#mainnavcontainer #right #metanav a{
	color:#333;
	text-decoration:none;
}
#mainnavcontainer #right #metanav a:hover{
	color:#333;
	text-decoration:underline;
}

#textbox {
	background:transparent;
	padding:10px;
	z-index:4;
	text-align:left;
	background-color:#FFFFFF; 
	width:228px; 
	height:97px;
	border:none;
	position:absolute;	
    filter:alpha(opacity=90); /* IE's opacity*/
    opacity: 0.9;	
	top:170px;
	left:650px;
	line-height:115%;
}

/* ########## CONTENT ################### */

#contentcontainer {
	text-align:left;
	margin-left:15px;
	font-size:11px;
}
#subnavcontainer {
	width:225px;
	float:left;
        margin-top:-3px;
}
#subnav {
	background-color:#E8F0F4;
	width:200px;
	padding-bottom:5px;

}
.item1active a{
	display:block;
	background-image:url(/images/stahl/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:6px 2px;
	padding: 1px 5px 2px 20px;
	color:#38556F;
	text-decoration:none;
	font-weight:bold;
}
.item1 a {
	display:block;
	background-image:url(/images/stahl/arrow_off.gif);
	background-repeat:no-repeat;
	background-position:6px 2px;
	padding: 1px 5px 2px 20px;
	color:#38556F;
	text-decoration:none;
	
}
.item1 a:hover {
	display:block;
	background-image:url(/images/stahl/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:6px 2px;
	padding: 1px 5px 2px 20px;
	color:#38556F;
	text-decoration:none;
	font-weight:bold;
}
.item2active a{
	display:block;
	background-image:url(/images/stahl/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:20px 2px;
	padding: 1px 5px 2px 34px;
	color:#38556F;
	text-decoration:none;
	font-weight:bold;
}
.item2 a {
	display:block;
	background-image:url(/images/stahl/arrow_off.gif);
	background-repeat:no-repeat;
	background-position:20px 2px;
	padding: 1px 5px 2px 34px;
	color:#38556F;
	text-decoration:none;
	
}
.item2 a:hover {
	display:block;
	background-image:url(/images/stahl/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:20px 2px;
	padding: 1px 5px 2px 34px;
	color:#38556F;
	text-decoration:none;
	font-weight:bold;
}
#adress {
	margin:10px 0px 10px 6px;
}
#content {
	width:505px;
	float:left;
	margin:18px 20px 20px 0px;
	display:inline;
}
*html #content {
	/*width:400px;*/
}
#crosslinkcontainer {
	margin-top:26px;
	float:left;
	width:100px;
	display:inline;
}
.balken {
	background-color:#D6DFE5;	
	height:10px;
	width:50px;
}
.crosslink {
	border:1px solid #D6DFE5;
	width:150px;
	padding: 7px;
}
#crosslinkcontainer img {
	display:inline;
}

.itemImgLink {
	display:inline;
	float:left;
	margin:14px 36px 0px 0px;
	height:120px;
	width: 90px;

}
.itemImgLink img{
	margin-bottom:2px;
	display:inline;
}
/* ######### FONTS #####################*/

.text {
	font-size:11px;
	line-height:120%%;
	color:#333333;
}
.text  a{
	color:#333333;
	text-decoration:underline;
}
.text a:hover{
	color:#38556F;
	text-decoration:underline;
	
}
.textblue{
	font-size:11px;
	line-height:115%;
	color:#38556F;
}
.textblue a{
	color:#38556F;
	line-height:115%;
	text-decoration:underline;
}
.textblue a:hover{
	color:#38556F;
	text-decoration:underline;
	line-height:115%;
}
.textred{
	font-size:11px;
	line-height:115%;
	color:#C4262E;
}
.textred a{
	color:#C4262E;
	text-decoration:underline;
}
.textred a:hover{
	color:#C4262E;
	text-decoration:underline;
	
}
.textgrey{
	font-size:10px;
	line-height:115%;
	color:#999;
}
.textgrey a{
	color:#999;
	text-decoration:underline;
}
.textgrey a:hover{
	color:#666;
	text-decoration:underline;
	
}
.arrow {
}
.arrow a {
	display:block;
	background-image:url(/images/stahl/arrow_off.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding: 4px 5px 2px 14px;
	color:#38556F;
	text-decoration:none;
	
}
.arrow a:hover {
	display:block;
	background-image:url(/images/stahl/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding: 4px 5px 2px 14px;
	color:#38556F;
	text-decoration:none;
	font-weight:bold;
}
.tableGreyLines{
	width:100%;
	border-collapse:collapse;
	border:1px solid #e5e5e5;
	margin:10px 0px 10px 0px;
}
.tableGreyLines td{
	border:1px solid #e5e5e5;
	padding:4px;
}

/* ########### NEWS ################## */

.newsoverviewtext {
	float:left; 
	width:360px;
	/*border:1px solid #009999;*/
	padding:0px 0px 0px 20px;
}
.newsarticletext {
	float:left; 
	width:300px;
	/*border:1px solid #009999;*/
	padding:0px 0px 0px 5px;
}
.newsarticletext  ul,li {
	padding:0px;
	margin:0px;

}

.newsthumb {
	float:left;
	margin-top:6px
}
.newsimg {
	float:left;
	margin:2px 14px 10px 0px;
}
.line {
	margin:0px 0px 6px 0px;
	clear:both;
	height:12px;
	border-bottom:1px solid #D6DFE5;
	width:480px;
}
.cleaner {
	clear:both;
	line-height:0px;
	font-size:0px;
}
/* ########### index ################# */
#agentur {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	padding-left:10px;
	width:946px;
	margin: auto;
	margin-top:-4px;
}
#agentur a{
	text-decoration:none;
	color:#333333;
}
#agentur a:hover{
	text-decoration:underline;
	color:#333333;
}

/* ###########  SPECHIAL ########### */

.specialContLeft {
float:left;width:240px;margin-right:20px;
}
.specialContRight {
float:left;width:240px;margin-right:24px;
}
.specialContImg {
float:left;width:150px;
}


#shop_item {
        float:left;
	
        margin:10px;
}

#shopLeft {
	clear:both;
	float:left;
}

#shopRight {
	float:left;
	margin-left:70px;
}

input.fieldLarge {
	border:1px solid #7D9AAA;
	font-size:11px;
	height:13px;
	width:180px;
}

input.fieldSmall {
	border:1px solid #7D9AAA;
	font-size:11px;
	height:13px;
	text-align:right;
	width:20px;
}

input.submit {
	border:1px solid #7D9AAA;
	font-size:11px;
	height:18px;
	width:auto;
}

.normalP {
	margin:6px 0;
}

.redP {
	color:#BF0000;
	font-weight:bold;
	margin:3px 0;
}

.shoppingCard {
	float:left;
	margin-bottom:0;
	margin-left:13px;
	margin-right:6px;
	margin-top:1px;
}

td.price {
	text-align:right;
	width:52px;
}

.statistik {}

.textCenter {
	text-align:center;
}

.pfeilLink {
	display:block;
	background-image:url(/images/stahl/arrow_off.gif);
	background-repeat:no-repeat;
	background-position:6px 2px;
	padding: 1px 5px 2px 20px;
	color:#38556F;
	text-decoration:none;
}

div.sideBoxImg {
	margin:30px 0 5px;
	width:190px;
}

img.zoom_in {
margin-left:-26px;
margin-top:1px;
position:absolute;
}

a.linkImage {
font-size:0;
height:auto;
line-height:0;
margin:0;
padding:0;
}