/* 
    Document   : styles.css
    Created on : 21.aug.2009, 08:40:20
    Author     : Tor Arne
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
	background:black;
    margin:15px 0 40px;
    padding:0;
    text-align:center;

}
#bigcontainer{
	width:960px;
	margin:15px auto 40px;
	text-decoration:none;
	background-color:#070707;
	border:#242424 thin solid;
}
#container{
	background-color:#070707;
	margin:15px auto 40px;
	text-align:left;
	width:900px;
}
#games{
	text-align:center;
	color:#F00;
}
#header{

}
#menu{
    border:medium none;
    float:right;
    color:#666;
    padding:0;
    width:900px;
}
#menu ul{
    float:left;
    font-family:Tahoma,Geneva,sans-serif;
	font-size:14px;
	list-style-type:none;
	margin: 0 0 0 3px;
	padding: 0;
	color:#666;
	text-decoration: none;
}
#menu li.top{
	color:#666;
	display:block;
	float:left;
	font-weight:bold;
	line-height:32px;
	margin-left:3px;
	padding:0;
	text-decoration: none;
}
#content{
	color:#999;
}
#gallery{
	text-align:center;
}

#flashcontent {
		height: 800px;
}
#skjema{
	text-align:center;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCC;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

#footer{
	text-align:center;
	width:900px;
	
}
#footer p{
	color:#666;
	
}


root { 
    display: block;
}
.formUl {
    list-style-type: none;
        margin:2px;
	padding:0px;
	text-align:left;
	margin:auto;
	font-size:15px;
	margin-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
}

.formLi {
    margin-bottom: 5px;
}


#formLi2 {
    margin-left: 250px;
    margin-top: -170px;
}

#formLi3 {
    margin-left: 252px;
    margin-top: -5px;
}

#formLi4 {
    margin-left: 440px;
    margin-top: -24px;
}




