	
	
	* {
	margin: 0px; /*sets 0 margin to the whole website*/
	padding: 0px; /*sets 0 padding to the whole website*/
}
	

body{font-size:68.5%;color:#000000;background:#EFEFEF;font-family:"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;line-height:1.8;
   margin:0;
   padding:0;
   height:100%;
}
html{
	   margin:0;
   padding:0;
   height:100%;
}

.nav{
	font-family:"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
	line-height:1.8;
	font-size: 12px;
	color: #505961;

}
.navcurrent{
	font-family:"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
	line-height:1.8;
	font-size: 12px;
	color: #ff5505;

}
.nav:focus,.nav:hover{
	color:#ff5505
}

a{color:#505961;}

#left{
	float:left;
	width:700px;
	min-height:200px;
	max-height:400px;
}
#right{
	float:right;
	padding-right:20px;
}
	
#container {
	
  
    
	   
  		min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px;
	width: 900px; /*width of our container*/
	margin-top: 0px; /*sets top margin to 0*/
	margin-right: auto; /*sets right margin to auto which centers our website*/
	margin-left: auto; /*sets left margin to auto which centers our website*/
	
}

	
	#header {
		float:right;
		
	width: 900px; /*gives our header a width of 900px*/
	height:120px;
}
	#logo{
		float:left;
		
		width:327px;
		height:53px;
		background: url(../images/logo1-v3.png);
		background-repeat:no-repeat;
		margin-top:30px;
		margin-left:10px;
	}
	#flags{
		float:right;
		height:17px;
		margin-bottom:10px;				
	}

	.engflag{
		width:27px;
		height:17px;
		float:left;
	
	
	}
	.gerflag{
		margin-left:5px;
		float:right;
	}
	.engflagdown {
				width:27px;
		height:17px;
		float:left;
	
		

}
	#nav{
		float:right;
		width:550px;
		height:50px;
		margin-top:30px;
		margin-right:10px;
	}
	
#push{
	float:left;
	width:900px;
	height:50px;
}


	#line-bot{
	
   width:900px;
	height: 1px;
	margin-bottom:0px;
	}
	
	#footer{
	position:fixed;
	bottom:0;
	
	
	width:900px;
	height:40px;
	float:left;
	background:#EFEFEF;
	  opacity:0.85;
   filter:alpha(opacity=85);
	
	}
	#footercontent  
{
	width:900px;
	float:left;
	font-family:"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
line-height:1.8
      
      font-size: 9px;
	text-align: center;
	color: #444;
	
      }


	.hr{

border-top-color: #CECECE;
border-top-style: solid;
border-top-width: 1px;
	}
		.hr1{

border-top-color: #F7F7F7;
border-top-style: solid;
border-top-width: 1px;

	}
	
	#text{
		width:880px;
	
	
	
	float:left;
	background-color:#F7F7F7;

	padding:10px;
	
	
	box-shadow: 0px 2px 2px 0px #CCC;
	font-family: "verdana", "arial", "helvetica", sans-serif;

	
	}

	#title{
		float:left;
		
		height:30px;
		margin-top:20px;
		margin-bottom:20px;
		margin-left:10px;
	}
input.button { 
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(#999);
background-image: none;
background-origin: padding-box;
background-position: 0% 0%;
background-repeat: repeat;
background-size: auto;
border-bottom-color: rgb(#666);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(#666);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(#666);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(#666);
border-top-style: solid;
border-top-width: 1px;
color: rgb(#000);
padding-bottom: 2px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
width: 70px;
 }

h1 { 
color: #ff5505;
font-size: 22px;
font-weight: 700;
line-height: 27px;
text-shadow:  1px 1px 0px #FFF;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 }

 h2, h3, h4, h5, h6 {
	color: #ff5505;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 700;
	
	font-size:15px;
	
 }
 


a:focus,a:hover{
	color:#ff5505
}




#text p{
	font-family: "verdana", "arial", "helvetica", sans-serif;
	font-size:13px;
display: block;
margin-bottom: 1.5em;
line-height:1.2em;

	
}




nav ul{float:right;top:1px;padding:0;margin:0;list-style:none;font-size:12px}
nav ul li{
	position:relative;
	float:left;
	padding-top:5px;
	margin-left:20px;
	border-top:3px #EFEFEF solid
}


nav ul li:hover{border-top:3px #ff5505 solid;margin-left:20px;}
nav ul li:hover{color:#ff5505;margin-left:20px;}
.current{
	color:#ff5505
}
nav ul li a{display:block;text-decoration:none;border-bottom:none}

nav ul li ul{display:none;position:absolute;float:left;top:1em;left:0;}
nav ul li ul li{text-indent:0;border:0;width:150px}

nav ul li ul li:hover,nav ul li ul li.over{top:0px;border:none}
nav ul li > ul{top:auto;left:-20px;}
nav ul li:hover ul,nav ul li.over ul{display:block}
#container #content #text p strong {
	background-color: #EFEF;
}

#slideshow{
	width:900px;
	height:200px;
	
	
	float:left;

	box-shadow: 0px 2px 2px 0px #000;
	
	
}


#mySlideshow
{
	float:left;
	
	width: 900px;
	height: 200px;
	
}

.jdSlideshow
{
		
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../imgages/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 12px;
	padding-left:5px;	
	padding-top:2px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding-left:5px;
	padding-top:2px;
	font-size: 11px;	
	color: #eee;
	line-height:5px;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:3.8;
	-khtml-opacity: 3.8;
	opacity: 3.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('../images/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('../images/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('../images/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('../images/fleche2.gif') no-repeat top right; }
