/* @override http://www.mediacityproject.org/files/css/global.css */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	margin: 15px 40px;
    font-family: Arial, sans-serif;
    font-size: small;
    color: #323232;
}

* html body {
    font-size: x-small; /* for IE5/Win */
    f\ont-size: small; /* for other IE versions */
}


a {
    color: #001435;
    font-weight: bold;
}

a:hover {
	color:#343d65;
}

#main-nav {
	width: 200px;
	float: left;
}

#main-nav ul {
	list-style: none;
	width: 150px;
}

#main-nav ul li ul {
	margin-left: 10px;
	margin-bottom: 5px;
	list-style: none;
	width: auto;
}

#main-nav a {
	display: block;
	color: #333;
	padding: 2px 10px 2px 7px;
	margin: 1px 0 1px 0;
	text-decoration: none;
}
	
#main-nav a:hover {
	color: #fff;
	background: #121a3d;
}

#main-nav a.active {
	color: #fff;
	background: #121a3d;
}

#main-nav ul li ul a {
	font-weight: normal;
	font-size: 90%;
	padding: 1px 10px 1px 7px;
}

#main-nav ul li ul a:hover, #main-nav ul li ul a.active {
	color: #001435;
	background: #ccc;
}

#main-nav ul li ul a.selected {
	color: #fff;
	background: #343d65;
}

#header {
	position: relative;
	width: 950px;
}

#buw {
	position: absolute;
	top: 5px;
	right: 5px;
}
#wrapper {
	margin-top: 20px;
	width: 950px;
}

#content {
	width: 700px;
	float: left;
}

#content h1 {
	font-size: 160%;
	color: #121a3d;
	margin-bottom: 10px;
}

#content p {
	margin: 10px 0 10px 0;
}

#footer {
	position: relative;
	font-size: 82%;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	width: 950px;
}

#footer #adress-box {
	/*float: right;*/
}

#sponsors {
	position: absolute;
	right: 5px;
	top: 12px;
	text-align: right;
}
#eu, #dfg {
	margin-bottom: 12px;
}
#eu img {
	margin-bottom: 2px;
}
#dfg img {
	margin-bottom: 4px;
}

#adress-box span {
	display: block;
	float: left;
	width: 50px;
	font-weight: bold;
}

#adress-box br {
	clear: left;
}

#footer p {
	padding: 10px 10px 0 10px;
}

#footer .light {
	color: #666;
	line-height: 120%;
}
.clear {
	clear: both;
}