@charset "utf-8";
/* DIVESPORT Worldwide */

body { background: url(images/bg.png) repeat-x; background-color: #00488e; margin: 0 auto; padding: 0 auto;}

a { outline: none; }

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 auto;
}

#logo {
	 margin: 0 auto;
	padding: 0 auto;
	width: 376px;
	height: 281px;
	background: url(images/logo.png);
}

#karte {
	width: 1000px;
	height: 437px;
	background: url(images/karte.png);
}

ul#fahnen-nav {margin:0; text-indent:-5000px; list-style:none}
ul#fahnen-nav li {}
ul#fahnen-nav a {background-repeat:no-repeat; float:left; background-position:0 0px; 	height: 74px;}
ul#fahnen-nav a:hover, ul#navigation a#aktiv{background-position:0 -74px}

li.fahnen-th a{
	background: url(images/fahne_th.png);
	width: 216px;
	margin-top: -288px;
	margin-left: 600px;
}

li.fahnen-de a{
	background: url(images/fahne_de.png);
	width: 233px;
	margin-top: -375px;
	margin-left: 420px;
}

li.fahnen-cr a{
	background: url(images/fahne_cr.png);
	width: 233px;
	margin-top: -363px;
	margin-left: 440px;
}

ul#nav {margin:0; text-indent:-5000px; list-style:none;}
ul#nav li {}
ul#nav a {background-repeat:no-repeat; float:left; background-position:0 0px; 	height: 82px;}
ul#nav a:hover, ul#navigation a#aktiv{background-position:0 -82px}

li.de a{
	margin-left: 117px;
	width: 234px;
	background: url(images/de.png);

}

li.cr a{
	width: 220px;
	background: url(images/cr.png);
}

li.th a{
	width: 238px;
	background: url(images/th.png);
}


