/*------------------------------------------------------------------
	[Master Stylesheet]
	
	Project:		Vestjysk Fodboldgolf
	Version:		1.0
	Last change:	30/10/09
	Made by:	Rasmus Pedersen, www.redpants.dk
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
	[RESET]
-------------------------------------------------------------------*/

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

/*-------------------------------------------------------------------
	[LAYOUT]
-------------------------------------------------------------------*/

html	{
	background: url(../img/bg.jpg) repeat-x #81d1d4;
    overflow-x: auto;
    overflow-y: scroll	}

#wrapper	{
	margin: 5px auto;
	width: 740px	}
	
	#Language	{
	text-align: right	}
	
	#menu	{
	background: url(../img/menu.png) repeat-x #ff9100;
	height:	34px;
	margin-bottom: 5px;
	padding-top: 11px;
	text-align: center;
	width: 740px	}
	
	#flash	{
	height: 164px;
	margin-bottom: 5px;
	width: 740px	}
	
	#header	{
	background: #342725;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	height: 15px;
	margin: 0 5px 5px 0;
	padding: 6px 8px;
	width: 509px	}
	
	#newsheader	{
	background: #342725;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	height: 15px;
	margin-bottom: 5px;
	padding: 6px 8px;
	width: 194px	}
	
	.news	{
	background: #e5e0d4;
	color: #000;
	cursor: pointer;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	line-height: 11px;
	margin-bottom: 5px;
	padding: 5px 8px;
	width: 194px	}
	
	.odd	{
	background: #efeae0	}
	
	.news:hover	{
	background: #342725;
	color: #FFF	}
	
	.news:hover span	{
	background: none;
	color: #ff9f00
	padding: 0px;
	text-transform:none;}
	
	.news span	{
	background: none;
	color: #ff9f00;
	font: normal 9px Arial, Helvetica, sans-serif;
	padding: 0px;
	text-transform:none;}
	
	#content	{
	background: #e5e0d4;
	color: #342725;
	font: 11px Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 5px 5px 0;
	min-height: 275px;
	padding: 16px 11px;
	width: 503px	}
	
	table	{
	width: 100%	}
	
	table th	{
	color: #000;
	padding: 5px;
	text-align: left	}	
	
	table th#dato	{
	width: 157px	}	
	
	table tr.odd	{
	background: #efeae0	}
	
	table td	{
	font-weight: bold;
	padding: 5px	}
	
	#footer	{
	background: #342725;
	color: #fff;
	font: bold 10px Arial, Helvetica, sans-serif;
	clear: both;
	height: 11px;
	padding: 8px 0;
	text-align: center;
	width: 740px	}
	
	#footer a	{
	color: #FFF	}
	
	h1	{
	color: #000;
	font: bold 16px Arial, Helvetica, sans-serif	}
	h2	{
	color: #ff9f00;
	font-weight: normal;
	margin-bottom: 5px	}
	span	{
	background: #ff8d00;
	color: #FFF;
	display:inline-block;
	font: bold 18px/22px Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;}
	
	span#email, span#plainemail	{
	background: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 0px;
	text-transform:none;	}
	
	span#plainemail	{
	color: #342725;
	font-size: 11px;	}
	
	li	{
	list-style: inside;
	padding-left: 10px;	}
	
	.thickbox, #pdf	{
	float: right;
	margin: 0 0 25px 25px	}
	
	
	


