@charset "utf-8";
/* CSS Document */

html{
	width: 1200px;
	margin: auto;
	background-image: url(images/header/background.jpg);
	background-repeat: repeat-x;
	background-color: #67675a;
}

body{
	padding: 0px;
	margin: 0px;
	background-color: #67675a;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: regular;
	color:#FFFFFF;	
	width: 100%;
}

a img				{border: none;}
a:link              { color:#6a0030; text-decoration:none; }
a:visited           { color:#6a0030; text-decoration:none; }
a:hover             { color:#6a0030; text-decoration:none; }
a:active            { color:#6a0030; text-decoration:none; }

#pageTitle{
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: solid #c8c8c8 3px;
}

#header{
	width: 100%;
	background-image: url(images/header/background.jpg);
	height: 191px;
}

#baneer{
	width: 100%;
	text-align: center;
}

#mainMenu{
	width: 100%;
	height: 40px;
	text-align: center;
}

#overview{
	height: 20px;
	text-align: center;
	display: none;		
}

#general{
	height: 20px;
	text-align: center;
	display: none;	
}

#body{
	margin: auto;
	width: 900px;
}

#body table{
	width: 100%;
	border-spacing: 0px;
	margin-bottom: 30px;
}

#body table tr td{
	vertical-align: top;
}

#puzzle{
	background-image:url(images/body/puzzle.gif);
	background-repeat:no-repeat;
	width: 400px;
	height: 500px;
}

#content{
	padding-left: 30px;
	width: 500px;
}

#content table{
	width: 100%;
	margin: 0px;
}

#footer{
	margin:auto;
	width:1200px;
}

h1{
	border-bottom: solid 1px #808080;
	font-size:16px;
	font-weight:normal;
	margin-top: 30px;
}

h4{
	margin-top: 20px;
	margin-bottom: 20px;
}

.h1{
	font-size:16px;
	font-weight:normal;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news{
	text-align: justify;
	margin-top: 50px;
	margin-bottom: 50px;
}

.news div{
	padding-left: 5px;
}

.commingSoon{
	font-size: 16px;
}

.plainText{
	text-align:justify;
}

.underline{
	text-decoration: underline;
}

.center{
	text-align: center;
}

.italic{
	font-style: italic;
}

.camel{
	font-variant: small-caps;
}

.price{
	border: solid #6a0030 1px;
	color: #6a0030;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-top: 30px;
}

.restaurantFirstColumn{
	width: 150px;
	font-weight: bold;
}

.subscriptionFirstColumn{
	width: 100px;
	font-weight: bold;
}

.meetingpointAddress{
	border: solid #808080 1px;
	text-align: center;
	padding: 5px;
	margin-top: 30px;
}

.logo{
	width: 150px;
}

.logo img{
	border: solid 1px #6a0030;
}

.partner{
	margin-top: 25px;
	padding-bottom: 50px;
	text-align: justify;
	border-bottom: #c8c8c8 solid 1px;
}

.partnerEnd{
	margin-top: 25px;
	padding-bottom: 50px;
	text-align: justify;
}

.event{
	text-align: justify;
	margin-top: 75px;
	margin-bottom: 75px;
}

.secondWaveBloc{
	text-align: justify;
	margin-top: 25px;
	padding-bottom: 50px;
	border-bottom: #c8c8c8 solid 1px;	
}

.secondWaveEndBloc{
	text-align: justify;
	margin-top: 25px;
	padding-bottom: 50px;	
}

.error{
	font-weight: bold;
	color: #6a0030;
}

.simpleImage{
	border: solid 1px #6a0030;
}

.confirmation{
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}