/* Rubriker */
h1.index
	{	text-align: center;	}

h2.index
	{	font-family: "Myriad Web";
		font-size: 20px;
		font-style: italic;
		color: #000000;
		text-align: center;
		margin: 20px;	}

/* Undermeny */
#submenu_index
	{   background-image: url(images/submenu/line.gif);
    	background-repeat: no-repeat;
    	width: 195px;
    	height: 840px;
        margin-top: 10px;
        padding-top: 5px;
        float: left;
		position: relative;
		top: 220px;	}

#submenu_index img
	{	margin-top: 5px;	}

/* Nyheter */
#news p
	{	margin-top: 0px;
		margin: 5px;
		margin-bottom: 10px;	}

#news a
	{	color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;	}

#news a:hover
	{	color: #E9C500;	}

/* Veckans fråga */
#poll
	{	width: 195px;
		height: 300px;
		margin-top: 10px;	}

p.poll_question
	{	position: relative;
		top: 0px;
		color: #FFFFFF;
		widht: 180px;
		font-weight: bold;
		margin-left: 10px;
		margin-top: 0px;	}

table.poll
	{	position: relative;
		top: -10px;	}

.poll td
	{	color: #FFFFFF;	}

#poll a
	{	color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		margin-left: 38px;	}

#poll a:hover
	{	color: #E9C500;	}

td.radio
	{	width: 20px;	}

/* Maillista */
#maillist
	{	position: relative;
		top: -45px;	}
		
/* Admin */
#admin
	{	position: absolute;
		top: 650px;
		left: 10px;	}

#admin a
	{	color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;	}

#admin a:hover
	{	color: #E9C500;	}
	
/* Innehåll */

table.games
	{	width: 400px;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;	}

.games td
	{	padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 5px;	}

tr.head
	{	background-color: #960001;	}

.head td
	{	color: #FFFFFF;
		padding-top: 3px;
		padding-bottom: 3px;	}

tr.newsscript
	{	padding-top: 1px;
		padding-bottom: 1px;	}

.games a
	{	font-weight: bold;
		color: #000000;	}

.games a:hover
	{	color: #E9C500;	}
	
.newsscript a
	{	text-decoration: none;	}
