﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #81b531;
}
a:visited {
	text-decoration: none;
	color: #81b531;
}
a:hover {
    cursor:pointer;
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #81b531;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	line-height: 38px;
	color: #000000;
	font-weight: 300;
	margin-top: 10px;
}
h2 {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	line-height: 26px;
	color: #000000;
	font-weight: 300;
	margin-top: 10px;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 4px;
	color: #555555;
	font-weight: 400;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 4px;
	color: #81b531;
	font-weight: 400;
}
h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 300;
	margin-top: 10px;
}
.ContainerTop {
	border-style: none;
    float: none;
	height: 635px;
	width: 100%;
	margin: 0px;
	position: relative;
	background-image: url('_images/start-wide.jpg');
	padding: 0px;
	background-color: #dedede;
	background-position: center top;
	background-repeat: repeat;
	clear: none;
	top: -23px;
    left: 0px;
}

.containertopWelcompage{
    background-image: url(../images/frontend/Landingpage/Welcome3.jpg);
}

.ContainerTools {
	float: none;
	height: 665px;
	width: 100%;
	margin: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(_images/bg-toolboard.jpg);
	padding: 0px;
	background-color: #dedede;
	background-position: center top;
	background-repeat: repeat;
	clear: none;
	top: auto;
}
.ContainerContact {
	float: none;
	height: 740px;
	width: 100%;
	margin: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(_images/bg-green.jpg);
	padding: 0px;
	background-color: #85bb33;
	background-position: center top;
	background-repeat: repeat;
	clear: none;
	top: auto;
}
.loginform {
	width: 242px;
    font:300 16px Oswald, Arial;
    padding:4px;
    color:#666;
    border-radius:2px;
    border:solid 1px #ccc;
    box-shadow:0 1px 0 #fff, inset 0 1px 2px #eee;
}
.brodtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
.infotext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.LoginBtn
{
    height:32px;
    width:71px;
    background-image:url(_images/btn-ok.jpg);
    border:0;
}
.RegisterBtn{
    float:right; border:0; background-color:#8fc53c; height:32px; width:130px; color:#fff; font-weight:bold; 
}
.failureNotification
{
    color: Red;
}

.imgButton
{
    display: inline;
    background-color: transparent;
    border: 0px none transparent;
    margin: 4px 0 4px 4px;
    float: right;
    width: 16px;
    height: 16px;
}

.DisplayNone
{
    display:none;    
}

#facebookDiv {
    width:75px; 
    height:75px;
}
.fb-like {
    margin-top:50px;
}

/*css för menyn start*/
#divMenu1 /*#ulMenu1*/ {
	float:right;
    padding-right:22%;
    /*left:50%;*/
   /*background-position:center -1px;*/
    margin-top:530px;
    /*margin-right:300px ;*/
    /*position:absolute;
    left: 8%;
	top: 0;*/
	/*height:10px;*/
}
#divMenu1 #ulMenu1 li {
	float:left ;
    display: block;
	border-right:200px;
	border-color:#FFFFFF;
}

#divMenu1 #ulMenu1 li a {
    font-family: 'Oswald',sans-serif;
    	
    font-size: 18px;
	line-height: 4px;
	font-weight: 100;
    /*font-family: Wingdings;, sans-serif;*/
    /*color: #81b531; /*the green color*/
	color: #656565;/*gray color*/
	height:20px;
	text-decoration:none;
	display: block;
	padding: 8px 15px 2px 15px;
	background-position:center -190px;
	background-repeat:no-repeat;
    
}
#divMenu1 #ulMenu1 li a:hover {
	color:#ddd;
}
#divMenu1 #ulMenu1 li.active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ee00', endColorstr='#66cc00');
	background: -webkit-gradient(linear, left top, left bottom, from(#9e0), to(#6c0));
	background: -moz-linear-gradient(top, #9e0, #6c0);
	background-color:#6c0;
	-moz-box-shadow: #333 0px 1px 5px;
	-webkit-box-shadow: #333 0px 1px 5px;
	box-shadow: #333 0px 1px 5px;
	z-index:100;
}
#divMenu1 #ulMenu1 li.active a {
	color:#000;
	background-position: center 13px;
    
}

.Valtext {
    font-family: 'Oswald',sans-serif;
    	
    font-size: 16px;
	line-height: 4px;
	font-weight: 100;
    /*font-family: Wingdings;, sans-serif;*/
    /*color: #81b531; /*the green color*/
	color: #656565;/*gray color*/
	height:17px;
	text-decoration:none;
	display: block;
	padding: 4px 15px 2px 15px;
	background-position:center -190px;
	background-repeat:no-repeat;
    
}
.Valtext2 {
    font-family: 'Oswald',sans-serif;
    	
    font-size: 10px;
	line-height: 2px;
	font-weight: lighter;
    /*font-family: Wingdings;, sans-serif;*/
    /*color: #81b531; /*the green color*/
	color: #656565;/*gray color*/
	height:13px;
	text-decoration:none;
	display: block;
	padding: 4px 1px 2px 1px;
	background-position:center -190px;
	background-repeat:no-repeat;
    
}



@media screen and (max-width : 760px) {
    #divMenu1 #ulMenu1 li {
        width: 100%;
    }
}

/*css för menyn start*/
.floatright
{
float:right;    
}
#tabel1 {
    background: -webkit-linear-gradient(#7EB92D, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7EB92D, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7EB92D, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7EB92D, black); /* Standard syntax (must be last) */
}