/* ARROW */
#arrow a{
	position: relative;
	float: right;
	width:  65px;
	height: 20px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image:url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #3c3c3c;
	text-decoration: none;
}

#arrow .linkTxt{ 
	margin-left: 10px; 
}

#arrow a:hover{ 	
	background-position: 2px 4px; 
}

.articleContent p{
	float: none;
}


/* SMALL BOXES */
#box1, #box2, #box3, #box4{
	clear: both;
	position: relative;
	float: left;
	margin-bottom: 11px;
	width: 275px;
}

.boxTop{
	position: relative;
	float: left;
	width: 275px;
	height: 6px;
	background-image: url(../images/box_top_bg.png);
	background-repeat: no-repeat;
}

.boxMiddle{
	position: relative;
	float: left;
	display: block;
	width: 275px;
	height: 100%;
	min-height: 100px;
	background-image: url(../images/box_middle_bg.png);
	background-repeat: repeat-y;
}

.boxContent{
	position: relative;
	float: left;
	display: block;
	top: 10px;
	left: 10px;
	width: 260px;
	margin-bottom: 20px;
	}

.boxContent img, h3, p{
	margin: 3px;
	float: left;
	}
	
.boxContent h3{
	margin-top: 7px;
	font-size: 20px;
	}

.boxContent .phoneNr{
	font-size: 24px;
	color:#FF0000;
	font-weight: bold;
	margin-top: -5px;
	}	

.boxBtm{
	position: relative;
	float: left;
	width: 275px;
	height: 7px;
	background-image: url(../images/box_btm_bg.png);
	background-repeat: no-repeat;
	}

#kontaktIll, #phoneNr{
	float:left;
	}
	
#phoneNr{
	margin-left: 15px;
	}

/* BIG BOX */

.bigBoxTop{
	position: relative;
	float: left;
	width: 555px;
	height: 6px;
	background-image: url(../images/bigBox_top_bg.png);
	background-repeat: no-repeat;
}

.bigBoxMiddle{
	position: relative;
	float: left;
	display: block;
	width: 555px;
	height: 100%;
	min-height: 200px;
	background-image: url(../images/bigBox_middle_bg.png);
	background-repeat: repeat-y;
}

.bigBoxContent{
	position: relative;
	float: left;
	display: block;
	top: 10px;
	left: 10px;
	width: 100%;
	margin-bottom: 20px;
	}

.bigBoxBtm{
	position: relative;
	float: left;
	width: 555px;
	height: 11px;
	background-image: url(../images/bigBox_btm_bg.png);
	background-repeat: no-repeat;
}

/* FOOTER BOX */



.footerBoxTop{
	position: relative;
	float: left;
	width: 859px;
	height: 8px;
	background-image: url(../images/footerBox_top_bg.png);
	background-repeat: no-repeat;
}

.footerBoxMiddle{
	position: relative;
	float: left;
	display: block;
	width: 859px;
	height: 100%;
	background-image: url(../images/footerBox_middle_bg.png);
	background-repeat: repeat-y;
}

.footerBoxContent{
	display: block;
	top: 10px;
	width: 100%;
	margin-bottom: 20px;
	}

.footerBoxContent p{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999999;
	}

.footerBoxBtm{
	position: relative;
	float: left;
	width: 859px;
	height: 8px;
	background-image: url(../images/footerBox_btm_bg.png);
	background-repeat: no-repeat;
}

/* TABLES */

.tableTop{
	background-image:url(../images/tableTop.png); 
	width:548px; 
	height:31px;
}

.tableRow{
	background-image:url(../images/tableRow.png); 
	width:548px; 
	height:30px;
}

.tableCell{
	display:table-cell;
	float: left; 
	width:120px; 
	padding:5px;
	padding-left:10px;
}

.tableBottom{
	background-image:url(../images/tableBottom.png); 
	width:548px; 
	height:30px;
	color: #999999;
	}
	



