@charset "utf-8";
/* CSS Document */

body,td,th,li,p,a {
	color: #FFF;
}

body {
	background-color: #000000;
	background-image:url(/graphics/aarhusansigtet_website_bg1_hoejopl.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-family:“Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.1em;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: -1em;
}

#logo {
	background-image:url(/graphics/aarhusansigtet_logo_web.png);
	background-position: right top;
	background-repeat:no-repeat;
	height: 132px; /* Logo height */
	margin-right: 0px;
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu {
	padding-top: 7px;
	padding-bottom: 50px;
	margin-bottom: -42px;
	margin-left: 0px;
	border-left: 30px solid #b4282e;
}

#menu a {
	text-decoration:none;
}

#menu ul {
	list-style:none;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}

#menu li {
	float:left;
	margin-right: 30px;
	font-weight: bold;
}

#bg-menu {
	margin-top: 85px;
	background-color: #b4282e;
	float:left;
}

#bg {
	background-color: #b4282e;
	padding-bottom: 20px;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
}

#slogan {
	padding-top: 15px;
	padding-bottom: 5px;

}

#sponsor {
	text-align:right;
}

#sponsor img {
	margin-left: 20px;
	margin-top: 20px;
}

#footer {
	text-align:center;
}

#video iframe, #video img{
	border: 2px solid #CCC;
}

div#hr {
	background-image:url(/graphics/white-bg-line.gif);
	background-repeat:repeat-x;
}

ol {
	margin-left: 5px;
	padding-left: 15px;
}

img {
	border: 0px;
}






