@CHARSET "ISO-8859-1";

#teaser {
	float:right;
	background-image: url(../img/header_home.jpg);
	background-position: right;
	background-repeat:no-repeat;
	height: 168px;
	width: 759px;

}
.slideShow{
	background-image: url(../img/home_fotoshow.gif);
	background-repeat: no-repeat;
	width: 759px;
	height: 150px;

}
.sidebar_bg{
/*	background-image: url(../img/sidebar_bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	background-position: right;
*/
}
.sidebar_bg p { margin:0; padding:0; margin-top: 14px;}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #FFF;
/*	border: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
*/	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100px
}
.thumbnail img{

	padding: 3px 3px 8px 3px;
	background-color: #FFF;
	border: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 2px solid #BBB;
	/*
	border-radius: 5px;
	box-shadow: 0px 2px 5px #666;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 2px 5px #666;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px #666;
	*/
	/* it doiesnt work in IE */
/*	background: white;
	padding: 5px;
	-webkit-box-shadow: 0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
	width: 93%; 
*/
}

.contact-link{
	color: #8ad459;
	text-decoration: none;
}
a img{ 	border: none;}
.beschreibung {
	font-size: 10px;
	color: #999;
	left: 0;
	text-align: left;
}
.sidebarArtikel{
	clear: both;
	display: block;
	padding-top: 5px;
	padding-bottom:3px;
	border-top: 1px dashed #ddd;
	width: 185px;
	font-size: 12px;
}
.logoDownload span{ font-weight: bold; }
.contentItem {
	margin-top: 15px;
	margin-right: 0px;
	padding-top: 10px;
	border-top-style: dashed;
	border-top-width: 1px;
	border-color: #ddd;
}
.contentItem img{

	/* it doiesnt work in IE */
/*	background: white;
	padding: 5px;
	-webkit-box-shadow: 0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
*/	/* width: 93%; */

}
.imageLeftAlign {
	float: left;
	margin-right: 10px;
	padding: 3px 3px 6px 3px;
	background-color: #FFF;
	border: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 2px solid #BBB;
}
.imageRightAlign {
	float: right;
	margin-left: 10px;
	padding: 3px 3px 6px 3px;
	background-color: #FFF;
	border: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 2px solid #BBB;
}
.silvesterStyleRed{
	color:rgb(209,0,25);
	font-size: 18px;
}
.fontStyleBlackBold{
	color:black;
	font-weight: bold;
	font-size: 14px;
	
}
.silvesterStyleBlackSmall{
	color:black;
	font-size: 16px;
}