/************
  * AllmŠnna instŠllningar
  */
  
* {
	margin: 0;
	padding: 0;
}

html {}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

.imageLeft{
	float: left;
	margin: 0 15px 15px 0;
}

.imageRight{
	float: right;
	margin: 0 0 15px 15px;
}

img{border: none;}

fieldset{border: none;}

/*-------Formulär-------*/

form{
	font-size: 10px;	
	padding: 0;
	}

input{
	
	font-family: verdana,sans-serif;
	border: 1px solid #c0c0c0; 
	color: #454545; 
	font-size: 11px; 
	letter-spacing: 1px;
	clear: right;
	}
	
	#wlpeUser input{width: 250px;}
	
	
textarea{
	margin-top: -3px;
	font-family: verdana,sans-serif;
	font-size: 10px;
	border: 1px solid #c0c0c0; 
	color: #454545; 
	font-size: 11px; 
	letter-spacing: 1px;
	}
	
	
	
submit{
	color: #333; 
	background-color: #fff; 
	letter-spacing: 1px;
	border: solid 1px #;	
	font-size: 12px; 
	width: 55px; 
	height: 19px; 
	margin: 0; 
	padding: 0;
	}
	
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

	
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



	

/**************
 	Site Container Box
*/

#Lower_Top{
	width:100%;
	height: 186px;
	background:url(grafik/lowerbg.jpg) repeat-x;
	overflow: hidden;
	}
	
#Upper_Top_Content{
	text-align: right;

	width:810px;
	height: 37px;
	overflow: hidden;
	position: absolute; left: 50%;
	margin: 0 0 0 -405px;
	padding-top: 8px;
	}

	


#Lower_Top_Content{	
	width:810px;
	overflow: hidden;
	position: absolute; left: 50%;
	margin: 18px 0 0 -405px;
	}

#Content {
	width: 850px;
	float: left; 	
	text-align: left;
	position: absolute; left: 50%; 
	margin: 10px 0 30px -405px;
	
}

#BgContainer {
	background:url(grafik/contenttop.jpg) no-repeat top;
	width: 810px;
	float:left;
	padding-top: 25px;
}

#top-image{width: 810px; height: 150px; float: left; background:url(grafik/logo.jpg) no-repeat left;}



#Navigation_containerx{
							width: 810px;
							position: absolute; left: 50%; 
							margin: 0 0 0 -405px;
							
}

#Navigation{
	
	width: 800px;
	
	
	
	
}

#Navigation ul
{
	width: 800px;
	
	margin: 0 0 0 0;
	padding:0 0 0 0;
	list-style-type: none;
	width:auto;
	position:relative;
	display:block;
	font-size:1.0em;
	font-family: Georgia,serif;
	margin-left: auto;
  	margin-right: auto;
  	letter-spacing:0.1em;
  	text-transform: uppercase;
}

#Navigation ul li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	
}
	
#Navigation ul li a
{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	
	padding:2px 15px 0px 5px;
}
	
#Navigation ul li a:hover
{	
	color:#3C0;		
}
	

#Navigation ul .active
{
	
	color:#000;	
}

#subMenu{
float: left;
width: 800px;
margin-bottom: 20px;
text-align: right;
}

#subMenu ul
{	
	float:right;
	margin:0;
	padding:0;
	list-style-type: none;
	display:block;
	width:auto;
	position:relative;
	
}

#subMenu ul li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	
}
	
#subMenu ul li a
{
	display:block;
	float:left;
	color:#333;
	text-decoration: none;
	font-weight:bold;
	padding:8px 0 8px 20px;
	border-bottom: 0;
}

#leftBox{
	width: 570px;
	float: left;
	padding: 0 0 0 30px;
}

#leftBoxleft{
	width: 280px;
	float: left;
	
}

#leftBoxright{
	width: 250px;
	float: left;
	padding: 0 0 0 30px;
}





#rightBox{
	width: 180px;
	float: left;
	margin-left: 20px;
}



#tot_content{
	width: 750px;
	padding: 0 0 0 30px;

}







/* Footer 
*****************************************/

	
#Footer { 
	width: 810px; 
	height: 112px;
	float: left;
	margin-bottom: 30px;
	
	text-align: center;
	color: #666;
	font-size: 0.95em;
	
	background:url(grafik/contentbottom.jpg) no-repeat bottom;
	}
	
	
	


	
	.adress{float:left;}
	.copyright{float:right;}
	
	

