/*

------------------------------------------------------
Copyright Daun, www.qunet.se
some rights reserved. 2006
------------------------------------------------------

*/

body {
	margin: 0;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color:#AAAAAA;
	background: #000 url('img/bg.gif') top left repeat-x;
}

table {
	margin-left: auto;
	margin-right: auto;
}

#wrap {
	margin: 0 auto;
	width: 760px;
	height: auto;
	background-repeat: repeat-y;
}


#menu {
	height: 70px;
	text-transform: uppercase
}

#menu li, ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#menu a {
	min-height: 15px;
	border-top: #555 4px solid;
	display: block;
	min-width: 40px;
	padding: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	border-top: #999999 4px solid;
	min-height: 0px;
	text-align:center;
	padding: 12px;
	text-decoration:underline;
}

#menu a:visited {
	border-top: #999999 4px solid;
	min-height: 0px;
	text-align:center;
	padding: 12px;
}

a {
	color: #FF0000;
	background: inherit;
}

a:hover {
	color: #999999;
	background: inherit;
}

a :visited {
	color: #999999;
	background: inherit;
}

h1 {
	font: normal 3.1em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding: 7px 0 0 8px;
	margin: 0;
}

.dark  {
	color: #999999;
	background: inherit;
	font-weight: bold;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover {
	color: #FF6600; background: inherit;
}

h2 a {
	text-decoration: none;
	color: #555;
	background: inherit;
}

h2 a:hover {
	color: #555;
	background: inherit;
}

h2 {
	margin: 0;
	padding: 0;
	font: bold 1.7em Arial, Sans-Serif;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #999999;
	background: inherit;
}

.box {
	height: 100%;
	padding: 10px;
	margin-bottom: 15px;
	color: #999999;
	background: #000 url('img/box.gif') top left repeat-x;
	border: 1px solid #555;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	border-top: 1px solid #555;
	width: 760px;
	text-align: center;
	vertical-align: middle;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}