/*
Design by Guppyclub
http://www.guppyclub.de
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background: url(images/bg.png);
	margin: 0px;
	padding: 0;
    }
/* Verschiedene wieder verwertbare Klassen */
    .right {
    	float: right;
    	margin-left: 8px;
    }
    .left { 
    	float: left;
    	margin-right: 8px;
    }
    .clear { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

.hidden {
display: none;
}

a {
	color: #00B4E4;
	text-decoration: none;
}

a:hover {
	color: #4d817f;
}

a img {
	border: none;
}
fieldset {
	border: none; }
input, textarea {
	width: 220px;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	padding: 3px;
	margin: 3px;
	background: #fdfdfd url(images/form.gif) top left repeat-x;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #9d4; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(images/shade.png); background-position: bottom; }





.managecontainer {
height: auto;
}
.blogfooter {
	border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	padding: 10px;
	margin: 6px;
}
	ul, ol {
	list-style:none;
	margin: 0;
	padding: 0px;
	text-align: left;
}
    #content li {
	background:url(images/bullet.png) center left no-repeat;
	padding-left: 20px;
	    } 
    #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
    } 
h1, h2, h3, h4, h5 { 
	font-family:Candara, Arial, Helvetica;
	color: #00CCFF;
	}

    #sidebar1 {
	float: left;
	width: 120px;
	background: url(images/logosidebar.png) top left no-repeat;
	padding: 170px 0 0 10px;
	height: 220px;
    }
    #sidebar1 h3, #sidebar1 p {
    	margin-left: 10px; 
    	margin-right: 10px;
    }
	#sidebar1 ul {
	margin: 0;
	padding: 10px 0px;
    }
	#sidebar1 ul li{
	list-style: none;
    }
	#sidebar1 ul li#menu_2 a {
	height: 11px;width: 110px;display:block;
	padding: 10px 5px 10px 0;
	background: url(images/menu/web.png) bottom left; 
	}
	#sidebar1 ul li#menu_2 a:hover {
	background: url(images/menu/web.png) 0 2px; 
	}
	#sidebar1 ul li#menu_15 a {
	height: 11px;width: 110px;display:block;
	padding: 10px 5px 10px 0;
	background: url(images/menu/print.png) bottom left; 
	}
	#sidebar1 ul li#menu_15 a:hover {
	background: url(images/menu/print.png) 0 2px; 
	}
	#sidebar1 ul li#menu_34 a {
	height: 11px;width: 110px;display:block;
	padding: 10px 5px 10px 0;
	background: url(images/menu/flash.png) bottom left; 
	}
	#sidebar1 ul li#menu_34 a:hover {
	background: url(images/menu/flash.png) 0 2px; 
	}
	#sidebar1 ul li#menu_39 a {
	height: 11px;width: 110px;display:block;
	padding: 10px 5px 10px 0;
	background: url(images/menu/imprint.png) bottom left; 
	}
	#sidebar1 ul li#menu_39 a:hover {
	background: url(images/menu/imprint.png) 0 2px; 
	}
    
    #mainContent {
	margin: 0px 35px 10px 150px;
	background: url(images/contentfooterbg.png) bottom left no-repeat;
	padding: 0px 30px 30px 30px;
    } 
	
    
    
/* jQuery scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 730px; 
    width: 700px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	

	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	width: 100%;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div.liste {
	border-bottom:1px solid #ddd;
	background: url(images/schraffur.gif);
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:200px;
	text-align: right;
}
.items div.right {
	width: 340px;
	}
/* elements inside single item */
.items img {
	float:left;
	margin-right:0px;
}
.items .year {
/*	position:relative;
	left: 200px;
	top: 30px;*/
	font-family:Candara, Arial, Helvetica;
	margin-top: 30px;
	width: 100px;
	height: 50px;
	background: url(images/year.png) top left no-repeat;
	padding: 13px 5px;
	color: #CDCDCD;
	font-size: 1.5em;
	float: left;
	text-align: left
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	
/* jQuery slider */ 
#slider {
    width: 700px; /* important to be same as image width */
    height: 380px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 700px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#sliderContent ul li{
list-style: none;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
    padding: 10px 13px;
    width: 674px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

/* simply slide panel */
#panel {
	background: url(images/slider-bg.gif) top center ; 
	height: 50px;
	text-align: center;
	display: none;
}

.slide {
	margin: -1px 0 0 0 ;
	padding: 0;
	/*border-top: solid 4px #66CCFF;*/
	background: url(images/btn-slide.gif) no-repeat center bottom;
}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 200px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font-size: 120%/100%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
a:focus {
	outline: none;
}
/*------------------------------
 *  TREASURE CART
------------------*/
.product_list {
float: left;
}
.product_list img {
border: 1px solid #dddddd;
margin: 10px;
padding: 10px;
float: left;
}
div#content div#treasure_cart
{
width: 200px;
border: 1px solid #ddd;
float: right;
text-align: right;
padding: 10px;
}

div#content div#treasure_cart a
{
    display: block;
    padding-bottom: 4px;
}

div#content div#treasure_cart a:hover
{
    border: none;
}

div#content div#treasure_cart a span.tc_cart_count
{
    padding: 6px;
    color: #999;
	font-weight: bold;
}

div#content div#treasure_cart a:hover span.tc_cart_count
{
    color: #f60;
}

div#content div#treasure_cart a span.tc_cart_count:before
{
    content: '[ ';
    color: #f60;
}

div#content div#treasure_cart a span.tc_cart_count:after
{
    content: ' ]';
    color: #f60;
}
div.product-info {
width: 400px;
}
div.product-wrap img {
border: 1px solid #dddddd;
margin: 10px;
padding: 10px;
}
div.product-add {
	margin: 0;
	padding: 0;
	width: 120px;
	height: 15px;
	padding: 2px 5px 3px 5px;
	background: #f6f8f0 url(images/shop_button.gif);
	color: #fff;
	border: 0;
}
div.product-add a, div.product-add a:link, div.product-add a:visited {
color: #fff;
}

/* Search */

#search {
	float: left;
	width: 220px;
	
}

#search form {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
}
/* Ajax Search */
#search #ajaxSearch_input {
	width: 140px;
	height: 20px;
	padding: 1px 5px 0 5px;
	border:0;
	background: #fff url(images/input_bg.gif) top center;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#search #ajaxSearch_submit  {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 20px;
	margin: 3px 0 0 0;
	padding: 0 5px 3px 5px;
	background: #f6f8f0 url(images/search_button.gif);
	color: #fff;
	border: 0;
}
#ajaxSearch_output {
    background: #00B4E4;
    color: white;
    -moz-opacity:0.50 !important;
    opacity:0.50 !important;
    filter: alpha(opacity=50) !important;
    position: absolute;
    top: 23px;
    left: 220px;
    width: 165px !important;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 200px;
	padding: 3px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output a:hover{ 
	color: #4d817f;
	display: block;
	 }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.ajaxSearch_highlight, .ajaxSearch_highlight1 {
	background-color: #66CCFF;
}
.ajaxSearch_removeHighlight {
	background-color: #fff;
	color: #999999
}
.AS_ajax_result {
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}

