/*
@Copyrighted Function
Licensee: www.stilkunst.de 
*/


/* the box of the preview */
#fancyNews .fn-newsPreview, #fancyTipp .fn-newsPreview {
	position: absolute;
	margin: 2px 10px 4px 0px;
	cursor: pointer;
	/* font of preview text */
	font-family: "myriad-pro-semi-condensed", "Myriad Pro", sans-serif;
	font-size: 9pt; 
	line-height: normal;
	color: #4444; 
	cursor: pointer;
}
/* the thumbnail of each preview */
#fancyNews .fn-newsPreviewThumb, #fancyTipp .fn-newsPreviewThumb {
	margin: 10px; /* margin for each thumbnail */
	margin-top: 6px; /* offset for each thumbnail to the top side of the box */
	/* border: 2px solid #FFE5BA; */ /* border color and thickness for each thumbnail */
	-webkit-box-shadow: 2px 2px 6px #000000; /* shadow for the thumbnail */
	-moz-box-shadow: 2px 2px 6px #000000;
	box-shadow: 2px 2px 6px #000000;
	float: left;
}
/* the text box of each news preview */
#fancyNews .fn-newsPreviewText, #fancyTipp .fn-newsPreviewText {
	display: block;
	padding: 6pt; /* padding for the preview text */
	margin: 2px 10px 4px 2px;
}
/* the title of each news preview */
#fancyNews .fn-newsPreviewText h3, #fancyTipp .fn-newsPreviewText h3 {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px; /* offset between title and date */
	font-family: "hypatia-sans-pro", "Myriad Pro", sans-serif;
	font-size: 10pt; 
	color: #196081; 
	line-height: normal;
}
/* the date of each news preview */
#fancyNews .fn-newsPreviewText h4, #fancyTipp .fn-newsPreviewText h4 {
	margin: 0 10px 4px 0px;
 font-family: font-family: "myriad-pro-semi-condensed", "Myriad Pro", sans-serif; 
	font-size: 8pt; 
	color: #888; 
	line-height: normal;
}
/* the news view box */
#fancyNews #fn-newsView, #fancyTipp #fn-newsView {
	position: absolute;
	background: #cccccc;
	background: #e5e5e5; /* color of the news view background */
	z-index: 1000;
	visibility: hidden;
}
/* title box of the news view */
#fancyNews #fn-newsViewTitle, #fancyTipp #fn-newsViewTitle {
	position: absolute;
	margin-top: 0px; /* offset between title and the top side */
	margin-left: 10px; /* offset between title and the left side */
	font-family: "myriad-pro-semi-condensed", "Myriad Pro", sans-serif; 
	font-size: 12pt; 
	color: #196081; 
}
/* text box of the news view */
#fancyNews #fn-newsViewHtml, #fancyTipp #fn-newsViewHtml {
	position: absolute;
	overflow: auto;
	outline: none;
	margin: 40px 10px 4px 10px;
	color: #333333; 
	font-family: "myriad-pro-semi-condensed", "Myriad Pro", sans-serif; 
	font-size: 10pt;
	color: #444; 
}
/* footer bar with rounded corners */
#fn-newsFooterBar {
	position: relative;
	margin-top: 2px;
	height: 30px; /* height of the footer bar */
	line-height: 30px; /* line-height to the height, you set above */
	font-family: "myriad-pro-semi-condensed", "Myriad Pro", sans-serif; 
	font-size: 10pt;
	color: #fff; 
	moz-border-radius: 0px; /* border radius of the footer bar */
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/* close button for the news view */
#fn-newsViewClose {
	position: absolute;
	background: url('../images/fancyNews/close.png') no-repeat transparent; /* path to the close.png */
	width: 20px; /* Same width as the close.png width */
	height: 20px; /* Same height as the close.png height */
	right: 20px; /* offset between close button and the right side */
	top: 5px; /* offset between close button and the top side */
	cursor: pointer;
}
/* text margin of the footer bar */
#fn-newsFooterBar span {
	margin: 15px 0px 0px 20px; /* margin of the text in the footer bar */
}
/* next/previous button */
#fn-previousButton, #fn-nextButton {
	position: absolute;
	bottom: 7px; /* offset between skip buttons and the bottom side */
	cursor: pointer;
}
#fn-previousButton {
	background: url('../images/fancyNews/previous.png'); /* path to the previous.png */
	width: 22px; /* Same width as the previous.png width */
	height: 15px; /* Same height as the previous.png height */
	right: 40px; /* offset between previous button and the right side */
}
#fn-nextButton {
	background: url('../images/fancyNews/next.png'); /* path to the previous.png */
	width: 22px; /* Same width as the next.png width */
	height: 15px; /* Same height as the next.png height */
	right: 10px; /* offset between next button and the right side */
}
#fn-preloader {
	position: absolute;
	background: url('../images/fancyNews/preloader.gif'); /* path to the preloader.gif */
	width: 31px; /* Same width as the preloader.gif width */
	height: 31px; /* Same height as the preloader.gif height */
}
/* Links */
#fancyNews #fn-newsViewHtml a, #fancyTipp #fn-newsViewHtml a {
	color: #196081; 
}
/* Error text */
#fancyNews #fc-error, #fancyTipp #fc-error {
	color: red; 
}
/* EOF */
