BODY
{
	padding: 0px;
	margin: 0px;
	font: 14px arial, verdana helvetica, sans-serif;
	line-height: 18px;
	background-color: #ffffff;
	color: #555555;
	margin-top: 10px;
	margin-bottom:20px;
	text-align: center;
}

TD
{
	font: 11px arial, verdana helvetica, sans-serif;
	line-height: 18px;
	color: #808080;
}

input
{
	font: 12px arial, helvetica, sans-serif;
}

textarea
{
	font: 12px arial, helvetica, sans-serif;
}

A
{
	color: #005cae;
	text-decoration: none;
}

A:hover
{
	color: #000000;
	text-decoration: none;
}





/*##############################
 * Sidstilar
 *##############################
 */


#main 
{
    width: 960px;
	background-color:#ffffff;
    margin: 0px auto;
    text-align: justify;
	position:relative;
}

#top
{
	width: 960px;
	height: 80px;
	background-color:#676767;	
}

#menu 
{
	width: 870px;
	height: 25px;
    background-color: #ffffff;
    padding-top: 10px;
	padding-left:90px;
}

#submenu
{
	width: 870px;
	height: 20px;
	background-color:#e0e0ff;
	padding: 7px 0px 5px 90px;
}

#content 
{
	width: 790px;
	background-color: #ffffff;
	padding:10px 70px 15px 100px;
}


#bottom
{
	width: 924px;
	background-color:#DDDDDD;
	color:#000000;
}


#copyright {
	width: 450px;
	height: 30px;
	background-color:#ffffff;
	font: 14px arial, verdana helvetica, sans-serif;
	font-weight: bold;
	color: #aaaaaa;
	padding: 80px 10px 10px 100px;
}


/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 

/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}






/*##############################
 * Style för omarkerat huvudmenyval
 *##############################
 */
.menuElementLink
{
	margin-left: 0;
	list-style: none;
	display: inline;
	color: #000000;
	text-decoration: none;
	font: 16px arial, verdana helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	/*border-right:1px solid #000000;*/
	padding: 0px 14px 0px 9px;
}
.menuElementLink:hover
{
	color: #e0e0ff;
	font-weight: normal;
	margin-bottom: 0px;
}







/*##############################
 * Style för markerat huvudmenyval
 *##############################
 */
.menuElementLinkWhite
{
	margin-left: 0;
	color: #000000;
	text-decoration: none;
	font: 16px arial, verdana helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	/*border-right:1px solid #000000;*/
	padding: 0px 14px 0px 9px;
}
.menuElementLinkMark:hover
{
	color: #e0e0ff;
	font-weight: normal;
	margin-bottom: 0px;
}








/*##############################
 * Style för omarkerat undermenyval
 *##############################
 */
.menuElementLinkSub
{
	color: #000000;
	text-decoration: none;
	font: 14px arial, verdana helvetica, sans-serif;
	font-weight: normal;
	margin-left: 5px;
	padding: 0px 10px 0px 5px;
	
}
.menuElementLinkSub:hover
{
	color: #ffffff;
	text-decoration: none;
}







/*##############################
 * Style för markerat undermenyval
 *##############################
 */
.menuElementLinkWhiteSub
{
	color: #000000;
	text-decoration: bold;
	font: 14px arial, verdana helvetica, sans-serif;
	font-weight: bold;
	margin-left: 5px;
	padding: 0px 10px 0px 5px;
}
.menuElementLinkMarkSub:hover
{
	text-decoration: underline;
	color: #222222;
}









