/* CSS Document */

body
	{	
		background-color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		margin-top:6px;
		margin-left:6px;
	}

img
	{
		border:none;
	}
	
input,textarea,select
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
	}

/** Fasta objekt **/

#topAd
	{
		width:980px;
		margin-bottom:4px;
	}
	
#topLogoDate
	{
		width:980px;
		height:65px;
		padding-top:4px;		
		border-top:1px solid #f00;
		border-bottom:1px solid #f00;
	}
	
	#topLogo
		{
			width:570px;
			height:60px;
			float:left;
			padding-right:10px;
		}
		
	#datetime
		{
			/**width:150px;**/
			height:60px;
			float:left;
		}
#menu
	{
		width:120px;
		float:left;
	}

#content
	{
		width:598px;
		min-height:400px;
		h/eight:440px;
		float:left;
		padding-top:4px;
		padding-left:4px;
		padding-right:4px;
		padding-bottom:20px;
	}

#contentIndex
	{
		width:440px;
		min-height:400px;
		h/eight:440px;
		float:left;
		padding-top:4px;
		padding-left:4px;
		padding-right:4px;
		padding-bottom:20px;
	}

#notes
	{
		width:140px;
		min-height:400px;
		h/eight:400px;
		border-left:1px solid #f00;
		border-right:1px solid #f00;
		border-bottom:1px solid #f00;
		float:left;
		padding-top:4px;
		padding-left:4px;
		padding-right:10px;
		padding-bottom:12px;
	}
	
#rightAds
	{
		width:250px;
		min-height:400px;
		
		_height:400px;
		float:left;
		padding-left:2px;
	}

#foot
	{
		width:708px;
		height:40px;
		background-color:#fff;
		border-top:1px solid #f00;
		padding-top:4px;
		padding-left:4px;
		display:block;
		clear:left;
	}

#footIndex
	{
		width:560px;
		height:40px;		
		border:none;
		border-top:1px solid #f00;
		padding-top:4px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:4px;
		display:block;
		clear:left;
	}

/* IE fix START */
/* Hide from IE5-mac. Only IE-win sees this. \*/

* html #topLogoDate
	{
		width:980px;
		height:65px;
		padding-top:4px;
		padding-bottom:2px;
		border-top:1px solid #f00;
		border-bottom:1px solid #f00;
		
	}

* html #datetime
		{
			/*width:380px;*/
			height:60px;
			float:left;
			margin-right:12px;
		}
	
* html #content
	{
		width:606px;
		min-height:400px;
		h/eight:400px;
		float:left;
		padding-top:4px;
		padding-left:4px;
		padding-right:4px;
		padding-bottom:20px;
	}

* html #contentIndex
	{
		width:440px;
		min-height:400px;
		h/eight:400px;
		float:left;
		padding-top:4px;
		padding-left:4px;
		padding-right:4px;
		padding-bottom:20px;
	}

* html #notes
	{
		width:140px;
		min-height:400px;
		h/eight:400px;
		border-left:1px solid #f00;
		border-right:1px solid #f00;
		border-bottom:1px solid #f00;
		float:left;
		padding-top:4px;
		padding-left:4px;
		padding-right:2px;
		padding-bottom:12px;
	}
	
* html #rightAds
	{
		width:250px;
		min-height:400px;
		
		_height:400px;
		float:left;
		padding-left:4px;
	}

* html #footIndex
	{
		width:564px;
		height:40px;		
		border:none;
		border-top:1px solid #f00;
		padding-top:4px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:4px;
		display:block;
		clear:left;
	}

* html #foot
	{
		width:712px;
		height:40px;		
		border:none;
		border-top:1px solid #f00;
		padding-top:4px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:4px;
		display:block;
		clear:left;
	}

/* End hide from IE5/mac */
/* IE fix  END */


/**händelseklasser**/
.menupost
	{
		height:20px;
		background-color:#eee;
		/*background-image:url(../img/bg_menupost.gif);
		background-repeat:repeat-x;
		background-position:bottom;*/
		border:1px solid #ccc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding-left:2px;

	}

.menupost:hover
	{
		border:1px solid #ccc;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		background-color:#ccc;
		/*background-image:url(../img/bg_menuposthover.gif);
		background-repeat:repeat-x;
		background-position:bottom;*/
	}
	
.menuclick
	{
		display:block;
	}


/*** TEXT ***/

.text
	{
		font-family:verdana,helvetica,arial,sans-serif;
		font-size:12px;
	}
	
.smalltext
	{
		font-family:verdana,helvetica,arial,sans-serif;
		font-size:10px;
	}
	
.microtext
	{
		font-size:9px;
	}
	
.headerbig
	{
		font-family:arial;
		font-size:18px;
		font-weight:bold;
	}

.headermedium
	{
		font-family:arial;
		font-size:16px;
		font-weight:bold;
	}

.headersmall
	{
		font-family:arial;
		font-size:14px;
		font-weight:bold;
	}
	
.headermicro
	{
		font-family:arial;
		font-size:12px;
		font-weight:bold;
	}
	
.menutext
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#000;
	}

.smalldate
	{
		color:#999;
		font-weight:bold;
	}


/** LÄNKAR **/

a:link
	{
		color:#36c;
	}

a:visited
	{
		color:#039;
	}

a:hover
	{
		color:#69c;
	}

a:active
	{
		color:#69c;
	}

a.menuclick
	{
		color:#000;
		text-decoration:none;
	}

a.menuclick:visited
	{
		color:#000;
	}

a.menuclick:hover
	{
		color:#000;
	}

a.menuclick:active
	{
		color:#000;
	}
	
/* IE fix  START */
/* Hide from IE5/mac */

* html a.menuclick
	{
		
		color:#000;
		text-decoration:none;
	}

* html a.menuclick:visited
	{
		color:#000;
	}

* html a.menuclick:hover
	{
		color:#000;
	}

* html a.menuclick:active
	{
		color:#000;
	}

