/* Startseite Werbemittel-1 Boxen */

* {
	margin: 0;
	padding: 0;
}

#box {
	width: 680px;
}

#box_left {
	width:336px;
	float:left;
}

#box_right {
	width:336px;
	float:right;
}

.infobox {
	width:336px;
	height: 82px;
	padding-bottom:10px;
	background-image:url(/WebRoot/MediaData/w1data/infobox/layout/hg_picbox.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.infobox_express {
	width:336px;
	height: 82px;
	padding-bottom:10px;
	background-image:url(/WebRoot/MediaData/w1data/infobox/layout/hg_picbox_express.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.infobox_text {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#666666;
	padding: 15px 20px 0 20px;
	width: 165px;
	float:left;
	font-size: 20px;
 }

.infobox_pic {
	height: 79px;
	width: 130px;
	text-align:center;
	float:right;
	padding-top: 6px;
}

.ueberschrift_infobox {
	font-size: 18px !important;
	font-weight:bold;
}

.link {
	font-size: 17px;
	height: 17px;
	width: 120px;
	font-weight:bold;
	padding: 5px 0 0 0;
	background-image:url(/WebRoot/MediaData/w1data/infobox/layout/arrow_right.png);
	background-repeat:no-repeat;
	background-position: right; 

}

.link a {
	color:#666666;
	font-weight:bold;
	text-decoration:none !important;;
}

.link a:hover {
	color:#666666;
	font-weight:bold !important;
	font-size: 12px !important;
	text-decoration:none !important;
	color: #F08812 !important;
    	text-decoration: underline !important;
}

