﻿*
{
margin:0px;
 padding:0px;

}
body 
{
  margin:0px;
  padding:0px;
margin:0 auto auto auto;
/** background-image:url(pics/bg.jpg); **/
background-image:URL(../img/gfx/back_repeat.jpg);
background-color:#000000;
background-repeat:repeat-x;
 font-family:Arial;
 font-size:12px;
 } 
 


 #topframe
 {
	/*Header background*/
	background:url(../img/gfx/topframe.jpg);
	background-repeat:repeat-x;
	border-left:1px solid;
	border-right:1px solid;
	border-top:1px solid;
	height:4px;

 }
 
#Container
{
	width:800px;
	height:auto;
	
	margin:0 auto auto auto;
	background-color:White;
	padding:2px;
	
}

#header
{

height:100px;
border-bottom:1px solid;
background-image:url(../img/gfx/logga.jpg);

	
}
#sidebar
{
	width:200px;
	/*position:absolute;
	border:1px solid black;*/
	padding:2px 2px 10px 2px;
	/*top: 118px;*/
	/*top:0px;*/
	float:left;
	left: auto;
	

	background:white;
}
#sidebar  ul
{
	/*border-left:1px solid;
	border-right:1px solid;
	border-top:1px solid;*/
	
	
}
#sidebar ul li
{
	list-style:none;
	width:auto;
	height:20px;

	background:url(../img/gfx/link.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:195px;
	border:1px solid;
	text-align:center;
	margin-bottom:5px;
	
	
}

#sidebar ul li:hover
{
	background: url(../img/gfx/hover.jpg);
}
#sidebar li a
{
	color:white;
	text-decoration:none;
	
	
	
}

#sidebar li a:hover
{
	
	background-repeat:repeat-x;
	color:red;

	}
#content
{
	/*height:800px;*/
	
	width:auto;
	overflow:auto;
	margin-left:5px;
	margin-top:0px;
	background:white;
	border: 1px solid;
	padding:10px;
	
}
#innerContainer
{
	padding:10px;
	
}

#extra
{
	width:195px;
	height:auto;
}
#opentime
{
	height:120px;
	width:170px;
	background-image:url(../img/gfx/bgOpen.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	padding:0px;
	color:white;
	padding-top:40px;
	padding-left:20px;
	padding-bottom:5;
	padding-right:0;
	
}

#footer
{
	border-top:1px solid;
	background:white;
	text-align:center;
	vertical-align:bottom;
	/*position:relative;*/
	clear:left;
}

#texttest
{
	width:250px;
	height:375px;
	margin-left:0px;
	margin-top:0px;
	float:left;
	
}

#pictest
{
	width:250px;
	height:375px;
	margin-left:295px;
	border:1px solid;
	
	
	
	}
	#newsText
	{
	width:100px;
	height:20px;
	border:1px solid black;
	}
	h1
	{
		font-size:18px;
		margin-bottom:5px;
		
		
	}
	
	h2
	{
		font-size:14px;
		margin-bottom:5px;
	}
	
	.bold
	{
	font-weight:bold;
		}
	

	option
	{
		width:150px;
		
	}
	
	
	img
	{
		border-style:none;
		border-color:White;
	}
	
	/* Buggar i IE */
	
	#news
	{
		width:195px;
		height:auto;
	}
	#news legend
	{
	border-color:black;
	padding-left:2px;
	padding-right:2px;
	font-weight:bold;
	}
	
	#news fieldset
	{
	border: 1px solid black;
	width:185px;
	padding:5px;
	margin-top:5px;

		}
	
	.button{
	width:70px;
	
	/*border:1px solid black;
	background:#cccccc;*/
	}
	
	
	.red
	{
		color:Red;
	}
	
	.green
	{
		color:Green;
	}
	
	p
	{
	margin-bottom:5px;

	
	
	}
	/* Buggar i IE end */
	
	
	fieldset
	{
		border:1px solid black;
		padding:2px;
		
	}
	
	legend
	{
		font-weight:bold;
		padding:0 2px 0 2px;
		color:Black;
	}
	
	.textarea
	{
		height:150px;
		width:250px;
	}
	
	td
	{
		vertical-align:top;
	}
	
	input.text
	{
		width:100px;
	}


hr
{
	margin: 7px 0 7px 0px;
	border: 1px solid black;
	
	
}


a
{
	color:Black;
	text-decoration:none;
}

a:hover
{
	color:Red;
	text-decoration:underline;
}

.thumb
{
	border:1px solid black; 
	height:100px; 
	padding:10px;
} 


.bigpic
{
border:1px  solid black;
height:auto;
padding:5px;
padding-left:10%;
padding-right:10%;
} 

.nextPage
{
	margin-left:210px;
}
.paging
{
	border:1px solid black;
	margin:2px 0 2px 0;
	padding:5px;
}

.page
{
margin-left:125px;	
}

/* Table style*/
.table
{
	padding:0px;
	margin:0px;
	width:540px;
}
.th
{
	background:Red;
	color:Black;
	font-size:18px;
	border:1px solid black;
	padding:8px;
	margin:0;
	text-align:center;
}
.td
{
	background:white;
	border:1px solid black;
	padding:2px;
	margin:0;
}

select.dropDown
{
	border:1px solid black;
	background:black;
	color:white;
	padding:0;
	margin-bottom:2px;
	

}



