/* mixmediastore */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #eeecf2 url("images/bg.gif") repeat-x top left;
}

body {
	color: #635e94;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a {
	color: #635e94;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 950px;
	height: 151px;
	background: #635e94 url("images/header.gif") no-repeat top left;
}

#header #adres {
	float: right;
	text-align: right;
	list-style: none;
	margin: 20px 0 0 0;
}

#header #adres li {
	color: #fff;
	line-height: 18px;
}

#blokken {
	float: left;
	width: 950px;
}

#blokken #trainstore {
	float: left;
	border: 0;
	margin: 15px 0 0 175px;
}

#blokken #swissstore {
	float: right;
	border: 0;
	margin: 17px 175px 0 0;
}

#content {
	float: left;
	width: 950px;
	margin-top: 15px;
	text-align: center;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	margin-top: 40px;
	background: #635e94;
}

#footer a {
	float: right;
	color: #fff;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	margin: 8px 40px 0 0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
