*{
	margin: 0px;
	padding: 0px;
}
body{
	color: Gainsboro ;
	background: url("../img/background.jpg") no-repeat top center fixed;
	background-color: #0b040c;
	margin: auto;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
}

a{
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1{
	color: #f6f3ea;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 6px 0;
	text-align: center;
}

code{
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	padding: 12px 10px 12px 10px;
}

p{
	padding: 6px 0 6px 0;
	text-align: justify;
}

p.center{
	text-align: center;
}

a{
	text-decoration: underline;
	color: Gainsboro;
}

/* 
						-- HEADER --
*/

#header{
	height: 30px;
	margin: auto;
	margin-bottom: 0px;
}

/* 
						-- MENU --
*/

#menu{
	width: 991px;
	height: 122px;
	margin: auto;
	background: url("../img/menuBg.png") no-repeat top center;
	padding: 0px;
}

#menu .logoContainer{
	width: 300px;
	height: 95px;
	margin: 25px 0 0 100px;
	float: left;
	background: url("../img/logo2.png") no-repeat top center;
}
#menu .sliderContainerFr1{
	width: 365px;
	height: 53px;
	float: right;
	margin: 55px 90px 0 0;
	background: url("../img/menu/menu1_fr.png") no-repeat top center;
}

#menu .sliderContainerFr2{
	width: 365px;
	height: 53px;
	float: right;
	margin: 55px 90px 0 0;
	background: url("../img/menu/menu2_fr.png") no-repeat top center;
}

#menu .sliderContainerFr3{
	width: 365px;
	height: 53px;
	float: right;
	margin: 55px 90px 0 0;
	background: url("../img/menu/menu3_fr.png") no-repeat top center;
}

#menu .sliderContainerFr4{
	width: 365px;
	height: 53px;
	float: right;
	margin: 55px 90px 0 0;
	background: url("../img/menu/menu4_fr.png") no-repeat top center;
}

#menu .sliderContainerFr5{
	width: 365px;
	height: 53px;
	float: right;
	margin: 55px 90px 0 0;
	background: url("../img/menu/menu5_fr.png") no-repeat top center;
}

#menu .goto_1{
	width: 60px;
	height: 30px;
	margin: 10px 0 0 15px;
	float: left;
}

#menu .goto_2{
	width: 47px;
	height: 30px;
	margin: 10px 0 0 4px;
	float: left;
}

#menu .goto_3{
	width: 65px;
	height: 30px;
	margin: 10px 0 0 5px;
	float: left;
}

#menu .goto_4{
	width: 65px;
	height: 30px;
	margin: 10px 0 0 5px;
	float: left;
}

#menu .goto_5{
	width: 70px;
	height: 30px;
	margin: 10px 0 0 5px;
	float: left;
}

/* 
						-- CONTENT --
*/

#content{
	margin-top: 0px;
	margin: auto;
	width: 990px;
	height: 484px;
	padding: 0 0 0 0;
}

#content .leftContainer{
	width: 80px;
	height: 417px;
	float: left;
	background: url("../img/contentLeft.png") no-repeat;
}

#content .rightContainer{
	width: 80px;
	height: 417px;
	float: right;
	background: url("../img/contentRight.png") no-repeat;
}

#content .leftContainerArrowed{
	width: 80px;
	height: 417px;
	float: left;
	background: url("../img/contentLeftArrowed.png") no-repeat;
}

#content .rightContainerArrowed{
	width: 80px;
	height: 417px;
	float: right;
	background: url("../img/contentRightArrowed.png") no-repeat;
}

#content .translationContainer{
	width: 810px;
	height: 392px;
	margin: 0 0 0 80px;
	padding: 20px 10px 5px 10px;
	overflow: hidden;
	background: url("../img/contentMiddle.png") no-repeat;
}


.siteContainer{
	margin-top: 20px;
	width: 800px;
	height: 350px;
	overflow: auto;
}

#content .translationContainer p{
	width: 810px;
}

#content .dotsContainer{
	width: 990px;
	text-align: center;
	height: 45px;
	padding: 30px 0 0 0;
	background: url("../img/contentBottom.png") no-repeat;
}

/* 
						-- FOOTER --
*/

#footer{
	height: 14px;
	margin-top: 10px;
}

#footer p{
	font-size: 10px;
	text-align: center;
	margin: none;
	color: darkgray;
}

#footer a{
	color: gray;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
	color: dimgray;
}

.pictureContainer{
	float: left;
	width: 150px;
	min-height: 200px;
	margin: 5px 10px 5px 0;
}
.sitePictureContainer{
	float: left;
	width: 200px;
	height: 204px;
	margin: 5px 10px 5px 0;
}
.siteCommentContainer{
	float: right;
	height: 204px;
	width: 555px;
	margin: 5px 10px 5px 0;
}

h2{
	font-size: 13px;
	font-weight: bold;
}

h3{
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 48px;
	text-shadow: 4px 4px 4px #333;
	text-align: center;
	margin: 10px auto 20px auto;
}

li{
	text-indent: 20px;
	margin-left: 50px;
}
