@charset "utf-8";
/* CSS Document */

body, html, form, p, img, h1, h2, h3, h4, h5, h6, ul, ol
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
/*
	background-color:black;
	background-image:url(img/bg.jpg);
*/
	background-color:#40403f;
	background-image:url(img/bg2.jpg);	
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	}


input.kontakt, textarea.kontakt {
	border: 1px solid #555555;
	padding:2px;
	font-size:11px;
}

button.kontakt {
	border: 1px solid #555555;
	cursor:pointer;
	font-size:11px;
	padding:2px;
}
div[id="wrapper"]{
 
    display: none;
    }

div[id="preloader"]{                            
   
    z-index:1000;
    width: 840px; height: 420px;
    cursor: wait;
                                    
    }



#container
{
  position: relative;
  width: 840px;
  margin: 0 auto;
  text-align: left;
}
	
.leftbar {
	background-color:#B0B0B0;
	background-image:url(img/sidebar_l_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}

.rightbar {
	background-color:#B0B0B0;
	background-image:url(img/sidebar_r_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	color:black;
	}



#header
{
  position: relative;
  z-index: 1;
  height: 140px;
  width: 840px;
  background-image:url(img/header.jpg);
}

#footer {
	position:absolute;
	z-index:2;
	height:35px;
	width:560px;
	left:140px;
	/*top:140px;*/
	background-color:#676768;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-top:10px;
	}

#footer a {
	color:#AAAAAA;
	text-decoration:none
	}
#footer a:hover {
	color:#fdf2c0;
	text-decoration:underline;
	}
#footerlove {
		height:35px;
	width:560px;
	left:140px;
	/*top:140px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-top:10px;
	}

#footerlove a {
	color:#AAAAAA;
	text-decoration:none
	}
#footerlove a:hover {
	color:#fdf2c0;
	text-decoration:underline;
	}
#chat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AAAAAA;
      padding-top:3px;

	}

#chat a {
	color:#AAAAAA;
	text-decoration:none
	}
#chat a:hover {
	color:#fdf2c0;
	text-decoration:underline;
	}


#mainbody {
	position:relative;
	/*top:140px;*/
	width:840px;
	background-image:url(img/bg_mainbody.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#afb1b1;
	font-family: trebuchet ms;
	font-size:11px;
}

#mainbody h1 {
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
      margin-left:10px;
/*	margin-bottom:10px;
	margin-top:10px;*/
	}
#mainbody h2 {
	font-size:14px;
	margin-bottom:5px;
	margin-top:3px; 
	border-bottom: 1px solid #333333;
	}

#mainbody p {
	text-align:justify;
	margin-top:5px;
	margin-bottom:5px;
	}

#mainbody a {
	text-decoration:none;
	color:#555555
	}

#mainbody a:hover {
	color:#fdf2c0
	}
	
#ringfilter ul {
	margin-left:10px;
}
	
#ringfilter li {
	margin-left:5px;
	list-style-image:url(img/list.gif);
	}
#mainbody .top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:0px;
	margin-left:10px;
	}
	
#myring {
	position:relative;
	width:140px;
	}
	
#myring h1 span {
	display:none;
	}
#myring h1 {
	font-size:14px;
	margin:0px;
	padding:0px;
	background-image:url(img/ring_myring_down.gif);
	width:140px;
	height:29px;
	}		

#myring #myringinnerdiv {
	padding:5px;
	display:none;
	}

#myring p {
	text-align:left;
	}
	
.counter {
	text-align:center;
	padding-top:6px;
	}

#details {
	width:200px;
	height:60px;
	padding:5px;
	border:0px solid green;
	float:left
	}

#ringactions {
		}
	
#ringfilter #filterinnerdiv {
	display:none;

	}
			
#slideshowbutton {
	padding-left:10px
	}

#ringfilter h1 span {
	display:none;
	}
#ringfilter h1 {
	font-size:14px;
	margin:0px;
	padding:0px;
	background-image:url(img/ring_filter_down.gif);
	width:140px;
	height:29px;
	}
#ringfilter  p {
	font-family:Arial, Helvetica, sans-serif
	font-size:12px;
	margin:0px;
	padding:0px;
	padding-left:5px;
	background-color:#555555;
	font-weight:bold;
	color:#CCCCCC
	}



#filter  {
	padding-left:10px
	}
#ringfilter li {
	margin-left:12px
	}

#ringfilter .checked {
	list-style-image:url(img/list_checked.gif);
	}
			
#debug {
	position:absolute;
	top:10px;
	left:10px;
	/*border:1px solid red;*/
	padding:5px;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:black;
	background-color:white;
	visibility:visible;
	}


div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 0px;
	height: 350px;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: absolute;
top: 0px;
	left: 350px;
	clear: both;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
position: absolute;
	top: 0px;
	left: 0px;


}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.slideshow a.advance-link {
	display: block;
	width: 350px;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
}
div.download {
	float: right;
}
div.caption-container {
	position: absolute;
left: 350px;
	clear: left;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 350px;
	top: 0px;
	left: 0px;
}
div.caption {
}
div.image-title {
	left: 350px;
	font-size: 1.1em;
}
div.image-desc {
	line-height: 1.3em;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.thumbs li {
	float: left;
	padding: 0px;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
}
div.navigation div.bottom {
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	padding: 5px;
        font-size: 14px;
	
}
div.pagination a:hover {
	
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
        
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	
}
