/*

------------------------------------------------------
Copyright Daun, www.qunet.se
some rights reserved. 2006
------------------------------------------------------

*/

body {
margin: 0;
font: 1.0em Arial, Sans-Serif;
color:#777;
background: #000 url('../images/bg.gif') top left repeat-x;
}

#container {
margin: 0 auto;
width: 760px;
height: auto;
background-repeat: repeat-y;
}

#header { 
	height: 75px;                            
	background: transparent;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}


#menu {
height: 100px;
padding-left: 170px;
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: #AAAAAA 4px solid;
min-height: 0px;
text-align:center;
padding: 12px;
}

#flashcontent {
  margin: 20px 0;
}

a {	
color: #008CC0;	background: inherit;
}

a:hover { 
color: #6C757A; background: inherit; 
}

h1 { 
font: normal 2.2em Arial, Sans-Serif; letter-spacing: -1px; padding: 8px 0 0 8px; margin: 0; 
}

.dark  { 
color: #777; font-size: 0.9em; background: inherit; font-weight: bold; 
}

h1 a, h2 a { 
text-decoration: none; 
}

h1 a:hover { 
color: #FF6600; background: inherit; 
}

h1 a img {
  margin-right: 8px;
  vertical-align: bottom;
  border: none;
}

h2 a { 
text-decoration: none;
color: #555; background: inherit;  
}

h2 a:hover { 
color: #555; background: inherit; 
}

h2 { 
margin: 0; padding: 0; font: bold 1.2em Arial, Sans-Serif; letter-spacing: -1px; 
}

h2 {
font-size: 1.2em; margin-bottom: 5px; color: #AAA; background: transparent; 
}

.box{
height: 100%;
padding:10px 10px;
margin-bottom:15px;
color:#AAA;
background: #000 url('../images/box.gif') top left repeat-x; 
border:1px solid #555;
}

#footer{
clear:both;         
margin:0 auto;
padding:0px 0 0px 0;
height: 20px;
width:760px;        
font-size: 0.8em;
text-align:center;
}

#footer a{
color: #777;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}