* {
	margin:0;
	padding:0;
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

body {
	background: #000;
}

html, body {
	height:100%;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}

	
#container {
	width: 955px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	background: url(../images/layout/bg_intro.jpg) repeat-x;
	min-height: 100%;
	height: 100%;
}

#header{
	width: 955px;
	height: 100%;
}

*html #container {
	height:100%;
}


#clear, .clear {
	clear:left;
	float:none;
}

#noflash{
	height: 600px;
	background:url(../images/layout/bg_noflash.jpg) no-repeat;
}

ul.navigation {
	height: 600px;
	display:block;
	width: 955px;
}

ul.navigation li{
	float:left;
}

ul.navigation a {
	display:block;
	text-indent: -9999px;
	text-decoration: none;
	height: 600px;
}

.de{width: 336px;}
.ex{width: 320px;}
.bb{width: 286px;}

a.de:hover{ background: url(../images/layout/bg_de.jpg) no-repeat -1px bottom;}
a.ex:hover{ background: url(../images/layout/bg_ex.jpg) no-repeat left bottom;}
a.bb:hover{ background: url(../images/layout/bg_bb.jpg) no-repeat -1px bottom;}


			  
			  
