@charset "utf-8";
/* CSS Document */


*					{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:12px;
					}


body				{
					background-image:url(img/bg.png);
					background-repeat:repeat-x;
					background-color: #1f2b3b;
					margin: 0px;
					}
					
#wrapper			{
					width: 800px;
					height: auto;
					float: left;
					color:#FFFFFF
					}
#wrapper a			{
					color:#FFFFFF;
					}

#header				{
					width: 100%;
					height: 149px;
					float: left;
					background-image: url(img/loggo.jpg);
					background-repeat:no-repeat;
					}
					
#midle				{
					width: 100%;
					height: 151px;
					background-image:url(img/smoke.jpg);
					background-repeat: no-repeat;
					float: left;
					}

#shit				{
					height: 151px;
					width: 500px;
					float: right;
					margin-right: 20px;
					}


#content			{
					height: auto;
					min-height: 290px;
					width: 100%;
					float:left;
					}
					
#footer				{
					height: 20px;
					width: 100%;
					color: #999999;
					float:left;
					margin-top: 10px;
					}
					
#footer a:link		{color: #999999; text-decoration: none;}
#footer a:visited	{color: #999999; text-decoration: none;}
#footer a:hover		{color: #BBBBBB; text-decoration: underline;}
#footer a:active	{text-decoration: underline;}
					
/*  Meny
______________________________________________________________________________________________________________*/					
					
#meny				{
					float:right;
					height: 148px;
					width: 440px;
					background-image:url(img/mline.jpg);
					background-repeat:repeat-x;
					background-position:bottom;
					font-weight:bold;
					}
					
#meny ul			{
					margin: 122px 0px 0px 0px;
					padding: 0px;
					}
					
#meny li			{
					
					list-style:none;
					display: inline;
					margin: 0px 2px;
					padding: 13px;
					}
					
#meny li:hover		{
					background-image:url(img/glow.png);
					background-repeat:no-repeat;
					background-position:bottom;
					list-style:none;
					display: inline;
					margin: 0px 2px;
					padding: 13px;
					}
		
#meny a:link		{color: #FFFFFF; text-decoration: none;}
#meny a:visited		{color: #FFFFFF; text-decoration: none;}
#meny a:hover		{color: #FFFFFF;}
#meny a:active		{text-decoration: underline;}


/*  Content eller nått
______________________________________________________________________________________________________________*/	


#big_box			{
					width: 775px;
					height: auto;
					margin-left: 25px;
					}


#right_box			{
					height: auto;
					width: 500px;
					background-image:url(img/line_1.png);
					background-repeat:no-repeat;
					float:left;
					border-bottom: 1px solid #999999;
					}
					
#left_box			{
					height: auto;
					width: 200px;
					background-image:url(img/line_1.png);
					margin-left:75px;
					background-repeat:no-repeat;
					float:left;
					border-bottom: 1px solid #999999;
					}
					
#one_box			{
					height: auto;
					width: 700px;
					background-image:url(img/line_1.png);
					background-repeat:no-repeat;
					float:left;
					border-bottom: 1px solid #999999;
					}

.rubrik				{
					font-weight:bold;
					font-size: 14px;
					margin-left: 25px;
					margin-top: 5px;
					padding: 0px;
					}

#textbox			{
					width:95%;
					height:auto;
					margin-left:auto;
					margin-right: auto;
					}

/*  Galleri
______________________________________________________________________________________________________________*/


#g_content			{
					height: 300px;
					width: 700px;
					background:#00FF00;
					float: left;
					}



.clear
{
	clear: both;
	float: none;
}	





h1				{
				font-size:22px;
				}

h2				{
				font-size:20px;
				}

h3				{
				font-size:16px;
				}
				
h4				{
				font-size:14px;
				}

h5				{
				font-size:10px;
				}
				
h6				{
				font-size:6px;
				}

a.thumb {
	display: block;
	height: 110px;
	width: 150px;
	float: left;
	margin: 2px;
	border: 2px #FFFFFF solid;
}


#reklam			{
				height: 400px;
				width: 150px;
				float:left;
				margin-left: 50px;
				margin-top: 143px;
				}


