/*
	Start Styles
	© against interpretation
	http://www.againstinterpretation.com
	info@againstinterpretation.com
*/

/* STARTNEWS */


/* STARTNEWS */
.startnewsHOLDER {
	width: 890px;
	position: relative;
	height: auto;
	margin: 0 0 0 10px;
}

.startnewsBOX {
	width: 280px;
	margin: 30px 5px 0 5px;
	position: relative;
	float: left;
	background: #f7f9fc url('../images/elemente/background-startnews-body.png') no-repeat left top;
}

.startnewsHEADER {
	background: url('../images/elemente/background-startnews-header.png') no-repeat;
	width: 280px;
	height: 30px;
	position: absolute;
	top: -30px;
	left: 0;
}

.startnewsHEADER h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 0 0 10px;
}

.startnewsBODY,
.startnewsBODY2 {
	height: 180px;
	width: 170px;
	overflow: hidden;
	padding: 10px 10px 20px 100px;
	text-align: justify;
}

.startnewsBODY2 { /* newsbox */
	width: 260px;
	height: 100px;
	padding: 10px 10px 20px 10px;
}

body.edit .startnewsBODY {
	height: 210px;
}

body.edit .startnewsBODY2 {
	height: 115px;
}

.startnewsBODY .linkBOX,
.startnewsBODY2 .linkBOX {
	width: 170px;
	height: auto;
	height: 15px;
	text-align: right;
	margin: 10px 5px 0 0;
	position: absolute;
	bottom: 15px;
	right: 10px;
	background: url('../images/elemente/startseite-bullet-small.png') no-repeat right 2px;
	padding: 1px 0 5px 0;
}

.startnewsBODY2 .linkBOX{
	width: 260px;
}

.startnewsBODY .linkBOX a,
.startnewsBODY2 .linkBOX a{
	border-bottom: 1px dotted #000000;
	color: #f88d17;
	padding: 0 16px 0px 0;
}

.startnewsBODY .linkBOX a:hover,
.startnewsBODY2 .linkBOX a:hover {
	border-bottom: 1px dotted #f88d17;
	color: #000000;
}

/*.startnewsBODY .linkBOX a:after,
.startnewsBODY2 .linkBOX a:after {
	content:" »";
}*/

body.edit .startnewsBODY .linkBOX a:after,
body.edit .startnewsBODY2 .linkBOX a:after {
	content:"";
	border: 0;
}

.startnewsIMAGEBOX {
	width: 280px;
	height: 80px;
	overflow: hidden;
}

body.edit .startnewsIMAGEBOX {
	margin: 15px 0 0 0;
}

.startnewsFOOTER {
	background: url('../images/elemente/background-startnews-footer.png') no-repeat;
	width: 280px;
	height: 30px;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.editimageHOLDER {
	display: none;
}

body.edit .editimageHOLDER {
	width: 280px;
	height: 25px;
	margin: 0 5px 0 5px;
	float: left;
	display: block;
}

.soundlogoBOX {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -100px;
	left: -1000px;
}

