/* CSS Document */

body
{
background-color:#000000;
padding:0px;
margin:0px;
text-align:center;
color:#FFFFFF;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
}

#container
{
margin:0px auto;
width:588px;
background-image:url(battle.jpg);
background-repeat:no-repeat;
height:500px;
position:relative;
text-align:left;
}

#container_detail
{
margin:0px auto;
width:950px;
position:relative;
text-align:left;
}

#landen_home
{
position:relative;
left: 75px;
top: 295px;
width:510px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
padding-top:210px;
}

#finland
{
background-image:url(img_finland.gif);
background-repeat:no-repeat;
padding-left:37px;
width:350px;
position:relative;
margin-bottom:30px;
}

#finland ul
{
margin:0px;
padding:0px;
}

#finland ul li
{
list-style-type:none;
}

#nederland
{
margin-top:10px;
background-image:url(img_nederland.gif);
background-repeat:no-repeat;
padding-left:37px;
width:350px;
position:relative;
margin-bottom:30px;
}

#nederland ul
{
padding:0px;
margin:0px;
}

#nederland ul li
{
list-style-type:none;
}

#zweden
{
margin-top:10px;
background-image:url(img_zweden.gif);
background-repeat:no-repeat;
padding-left:37px;
width:350px;
position:relative;
margin-bottom:30px;
}

#zweden ul
{
margin:0px;
padding:0px;
}

#zweden ul li
{
list-style-type:none;
}

/* DETAIL */

#player
{
width:670px;
float:left;
}

#twitter
{
margin-top:120px;
float:left;
}

#playerbox
{
margin-top:20px;
}

/*#MediaPlayer1
{
border:2px solid #9C9460;
}
*/


#vlagN
{
background-image:url(img_nederland.gif);
background-repeat:no-repeat;
width:40px;
height:22px;
float:left;
}

#vlagF
{
background-image:url(img_finland.gif);
background-repeat:no-repeat;
width:40px;
height:22px;
float:left;
}

#vlagS
{
background-image:url(img_zweden.gif);
background-repeat:no-repeat;
width:40px;
height:22px;
float:left;
}



#twitterF
{
float:left;
width:240px;
}

#twitterF ul
{
margin:0px;
padding:0px;
}

#twitterF ul li
{
list-style-type:none;
margin-bottom:15px;
}

#twitterF a
{
text-decoration:underline;
color:#9C9460;
}

#team
{
margin-top:20px;
}

#logos
{
margin-top:40px;
position:relative;
}

#logo_detail
{
	position:absolute;
	left: 671px;
	top: 23px;
}


/* CLASSES */

#vlag1
{
height:30px;
width:35px;
background-color:red;
position:absolute;
top:-30px;
}
.italic
{
font-style:italic;
}

.clear
{
clear:both;
}

.name
{
color:#9C9460;
font-size:14px;
font-style:italic;
font-weight:bold;
}

.year
{
color:#FFFFFF;
font-size:12px;
font-style:italic;
}

.info
{
font-size:12px;
font-style:normal;
}

.time
{
font-style:italic;
}

h3
{
font-size:13px;
margin-bottom:5px;
padding-bottom:0px;
}

#linkbanner
{
	position:absolute;
	height:600px;
	width:160px;
	left: 722px;
	top: 257px;
	background-color:red;
	z-index:10;
}

