@charset "utf-8";

body 
{ 
	margin: 0;
}

.traad 
{
	float: left;
}

#wrapper
{
	width:630px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

body 
{
	background-color:#FFF;
}

#content
{
	width:630px;
    height:300px;
}

#line
{
	width:630px;
	float: left;
	background-image: url(../images/content.png);
	
}

#forsidetxt 
{
	float: left;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	width: 570px;
	padding-left: 40px;
	padding-right: 0px;
}

html 
{
       overflow-y: scroll;
}

#menu
{
	width:630px;
	padding-bottom: 100px;
	padding-top: 20px;

	font-weight: normal;
	text-align: center;	
}

#links a
{
	font-size: 22px;

}

#links 
{
	font-size: 22px;

}


a {
	display: inline;
	text-decoration: none;
	color: #000;
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	margin-right: 4px;
	font-weight: bold;
}


a:hover
{
	font-weight: regular;
	text-decoration: underline;
}


a.selected
{
	font-weight: regular;
	text-decoration: underline;

}


a:active
{
	font-weight: bold;
	
	text-decoration: 
	underline;

}


h1 
{
	font-size: 14px;
	margin-top: 0px;
	text-align: left;
}

p 
{
	text-align: justify;
	line-height: normal;
	font-size: 12px;
	color: #000;
}

p.end 
{
	text-align: left;
	line-height: normal;
	font-size: 12px;
	color: #000;
	margin-bottom: 0px;
}

#footer 
{
	padding-left: 40px;
	float: left;
	
	text-align: center;
	
	padding-top: 100px;
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
}

#header
{
	margin-top: 68px;
	position: relative;
	text-align: center;
}

#gray
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:white;
	cursor:pointer;
	filter: alpha(opacity=100);
	opacity:1;
}

#player
{
	position:absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	z-index: 1001;
}

.close
{
	position: relative;
	left: 268;
	top: 20;
	z-index: 1002;

}

.removeieborder
{
	border: none; 
}

.close:hover

{
	
	cursor: pointer;

}
