@charset "utf-8";
/* CSS Document */

/*******************/ 
/* jQuery Logofade */
/*******************/

.logofade{
	width: 190px;
	padding-top: 10px;
}
.logofade div{
	position: relative;
	top: -139px;
	left: 0px;
	display: none;
}

/*******************/
/* jQuery Language */
/*******************/

/* img {
	border:0;	
}
html, body {
	margin:0;
} */
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	position: relative;
	min-height: 0px;
	background-color:#666;
}
#body-image {
	margin-top: 60px;
}
#main-nav {
	margin: 0px 0px 0px 2px;
	text-align: right;
	min-height: 22px;
	/*padding-top: 2px;*/
	padding-left: 0px;
}
#main-handle {
	width: 161px;
	height: 28px;
	float: right;
	margin-right:20px;
}
#main-nav li {
	display: inline;
	list-style: none;
}
#main-nav li a {
	/*margin-right: 5px;*/
	font-size: 12px;
	text-decoration: none;
	color: #666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*padding: 0px 10px;*/
	outline: 0;
	position: relative;
	/*top: -2px;*/
}
#sublang a {
	/*background-color: #009900;*/
	padding:2px 4px;
	margin-left: 10px;
	border: 1px dotted #999999;
}

/*#main-nav li a:hover, #main-nav li a.active {
	background: #514539;
}*/
#sub-link-bar {
	background:url(../../gfx/language/bg_bar.png) repeat-x bottom left;
	min-height: 10px;
}
.sub-links {
	display: none;
	position: absolute;
	width: 100%;
	top: -35px;
	text-align: right;
	right: 10px;
}
.sub-links img {
	padding-right: 10px;
}
#main-nav li .sub-links li a:hover{
	/*background: #2d2620;*/
	/*border: 1px solid #999999;*/
	background: url(../../gfx/language/bg_sub.png) repeat-x top left;
}
#main-nav li a.close{
	display: none;
	position: absolute;
	margin-top: 1px;
	margin-left: 10px;
	/*margin-top: 1px;
	margin-left: 7px;
	padding: 3px;*/
}
.main-link {
	margin-right: 15px;
}
.main-link img {
	padding-right: 10px;
}
.roundfg {
	background-image:url(../../gfx/language/bg_tab.png);
	margin-top:-6px;
	
	height: 28px;
}

/********************/
/* jQuery Slideshow */
/********************/

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	margin:15px 0px;
	
	background:url(../../gfx/slider_img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:908px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#slidemenu{
	/* This is the container for the thumbnails */
	height:45px;
}

#slidemenu ul{
	margin:0px;
	padding:0px;
}

#slidemenu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#slidemenu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../../gfx/slider_img/pic_bg.png) repeat;
}

#slidemenu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../../gfx/slider_img/active_bg.png) no-repeat;
}

#slidemenu li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../../gfx/slider_img/divider.png) no-repeat right;
}

#slidemenu li a{
	display:block;
	background:url(../../img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#slidemenu a img{
	border:none;
}

.slide a img{
	border:none;
}

#slidemenu{
	/* The main container */
	
	text-align:center;
	width:920px;
	position:relative;
}

/********************/
/* jQuery Overlay */
/********************/


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../../gfx/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px 50px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../../gfx/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

