@charset "UTF-8";
/* DIESE CSS ENTHÄLT STYLESHEETS FÜR:
SIMPLE TABS
STAR RATING	
JOT
JCaroussel

*/

/*Simple Tabs */
.tab-wrapper {padding:1em 1.5em;border:1px solid #eee;
}
.tab-menu {list-style:none;padding:2px 0;clear:both;line-height:17px;font-size:1.1em;
}
.tab-menu li {display:inline;margin:0 1px;
}
.tab-menu li a {padding:1px 5px;background-color:#f5f5f5;color:#222;font-weight:bold;text-decoration:none;
}
.tab-menu li a:hover,.tab-menu li a:focus {background-color:#FAEC8F;border-bottom-color:#999;
}
.tab-menu li a:hover {background-color:#FAEC8F;border-bottom-color:#999;
}
.tab-menu li.tab-selected a {background-color:#8f2323;color:#FFFFFF !important;
}
.ShowAll {display:block;
}

/*Star Rating */
.star-rating {list-style:none;margin: 0px;padding:0px;width: 125px;height: 25px;position: relative;background: url(http://www.kreidefossilien.de/assets/snippets/star_rating/alt_star.gif) top left repeat-x;
}
.star-rating li {padding:0px;margin:0px;
/*\*/
float: left;
/* */
}
.star-rating li a {display:block;width:25px;height: 25px;text-decoration: none;text-indent: -9000px;z-index: 20;position: absolute;padding: 0px;overflow: hidden;outline: none;border:0;
} 
 .star-rating li {text-indent:-9000px;
}
.star-rating li a:hover{background: url(http://www.kreidefossilien.de/assets/snippets/star_rating/alt_star.gif) left bottom;z-index: 2;left: 0px;
}
.star-rating a.one-star, .star-rating li.one-star {left: 0px;
}
.star-rating a.one-star:hover{width:25px;
}
.star-rating a.two-stars, .star-rating li.two-stars {left:25px;
}
.star-rating a.two-stars:hover{width: 50px;
}
.star-rating a.three-stars, .star-rating li.three-stars {left: 50px;
}
.star-rating a.three-stars:hover{width: 75px;
}
.star-rating a.four-stars, .star-rating li.four-stars {left: 75px;
}
.star-rating a.four-stars:hover{width: 100px;
}
.star-rating a.five-stars, .star-rating li.five-stars {left: 100px;
}
.star-rating a.five-stars:hover{width: 125px;
}
.star-rating li.current-rating{background: url(http://www.kreidefossilien.de/assets/snippets/star_rating/alt_star.gif) left center;position: absolute;height: 25px;display: block;text-indent: -9000px;z-index: 1;
}

.star-rating-warning {font-size:smaller;color: maroon;
}

/*JCaroussel */
/* example_3 css */
#example_3 {
position: relative; /* important */
overflow: hidden; /* important */
width: 530px; /* important */
height: 85px; /* important */
background-color: #F2F2F2;
text-align:center !important;
vertical-align:middle !important;
}

#example_3_frame {position: relative}
#example_3_previous {float: left;border: 0px solid #CCC !important;margin:0 !important;z-index:3 !important;}
#example_3_next {float: right;border: 0px solid #CCC !important;margin:0 !important;z-index:3 !important;}
#example_3_content {
position: absolute;
top: 0;
margin-left: 20px;
}

#example_3_content
#example_3_content li {
list-style: none;
margin: 0;
padding: 0;
z-index:1 !important;
}
#example_3_content {
width: 5418px;
}
#example_3 ul li {
display: block;
float: left;
margin: 5px;
padding: 5px;
border: 0px solid #666;
background-color: #F2F2F2;
}

#example_3 ul li img {
display: block;
}

/*Jot */
.jot-err {border: 1px solid red;font-weight: bold;color: red;padding: 5px;margin-bottom: 10px;}
.jot-cfm {border: 1px solid green;font-weight: bold;color: green;padding: 5px;margin-bottom: 10px;}
.jot-row {margin-bottom: 10px;background-color: #e9e9e9;}
.jot-row-alt {background-color: #f9f9f9;}
.jot-row-author {background-color: #FFFFE1;}
.jot-row-me {background-color: #FFDDDD;}
.jot-row-up {border: 1px dotted red;}
.jot-row-new {border: 1px dotted green;}
.jot-comment {padding: 3px;}
.jot-comment hr {border: 0px; border-bottom: 1px solid #cccccc;}
.jot-posticon {float: right;width: 20px;height: 20px;padding-top: 8px;padding-right: 3px;}
.jot-posticon img {border: 0px;}
.jot-mod {float: right;width: 100px;text-align: right;color: #666666;font-weight: bold;}
.jot-mod img {border: 0px;}
.jot-mod a {float: right;padding: 1px;padding-left: 2px;padding-right: 2px;}
.jot-mod a:hover {background-color: #666666;color: #666666;}
.jot-subject {font-weight: bold;font-size: 1.1em;}
.jot-message {padding: 2px;overflow: auto;}
.jot-poster {padding: 0px;text-align: left;font-size: 10px;}
.jot-nav {padding: 0px;text-align: center;margin: 10px;}
.jot-list ul {padding: 0px;text-align: left;margin-bottom: 10px;list-style-position: inside;}
.jot-subscribe {margin-bottom: 10px;}
.jot-form {margin-bottom: 10px;}
.jot-form fieldset {border: 0px;}
.jot-form label {display: block;}
.jot-user {float: left;width: 80px; }
.jot-content {margin-left: 80px;}
.jot-extra {text-align: right;}
.jot-editby {font-size: 10px;color: #666666;font-style: italic;}

/*Slimbox */
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:100000;
}

/* Commented by doze, generated in javascript
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}*/

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index:1000000;
}

#lbPrevLink {
	left: 0;
}

/* Commented by doze, generated in javascript*/
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

/* Commented by doze, generated in javascript*/
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 133px;
	height: 22px;
	/*background: transparent url(closelabel.gif) no-repeat center;*/
	margin: 5px 0;
	z-index:100000;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
