/* CSS Document */

/* APPLIED TO ALL */

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/bgindex.jpg);
	background-repeat:repeat-x;
	background-color:#FFE900;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

h1 { 
	font-size:1.7em; 
	font-weight:normal; 
	margin: 0;
	}
	
/* LAYOUT */

#containerindex{

	width: 920px;
	margin:0 auto;			
	padding: 10px;
	padding-top:0;
	text-align:left; 
	z-index:10;
}

#logoindex {text-align:center;}

#top { 
	margin: 0 auto;
	margin-top:32px;
	width:932px;
	height:12px;
	background-image:url(/images/topindex.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	}

#middle {
	background-image:url(/images/middleindex.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	width:932px;
	padding:0;
	min-height:150px;
	vertical-align:top;

	}

#bottom{
	background-image:url(/images/bottomindex.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:932px;
	padding: 0;
	height:12px;
	 }

#curve { 
	position:absolute;
	left:8%;	
	top:370px;
	width:500px;
	height:300px;
	background:url(/images/bgindexcurve.gif) no-repeat -3px 22px;
	z-index:-1;
	}

#unexpected {
	position:relative;
	width:932px;
	height:380px;
	background:url(/images/bgunexpected.gif) no-repeat bottom right;

}

/* GENERAL CLASSES */

.video { 
	float:left;
	width:185px;
	height:140px;
	padding:5px 20px;
	}

#containflags {
	float:left;
	width:680px;
	text-align:left;
	margin:0;
	padding:0;
}

.flags {
	float:left;
	padding: 10px 20px 10px 0;
	vertical-align:top;
	text-align:left;
	line-height:210%;
	font-size:90%;
	color:#000;
	}
	
.flags img{_padding:2px 0; /* hack to ie6 */}
	
.fltleft {float:left;}
.fltright {float:right}
.clear {clear:all}

.swiss {float:left; width:30px; }
.swissline {padding-right:10px;}

/* LINKS */

a.fl:link, a.fl:visited, a.fl:active {color:#000; text-decoration:none;}
a.fl:hover {color:#000; text-decoration:underline;}
