@CHARSET "UTF-8";

html body{
margin: 0px;
padding: 0px;
font-family: 'Open Sans', sans-serif;
font-size:16px;
font-weight:lighter;
color:#7f7e7e; /* textfärg*/
min-width:1020px;
}


h1{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	
}

html body div h1.center{
	text-align:center;
	color:black;
	padding:25px;
}

html body div{
	margin: 0 auto;
}

html body div div.content{
	width:1000px;
	background-color:transparent;
}

html body div.bar{
background:black;
color:white;
}

html body div#header div.content div#logo h1{
	font-weight:lighter;
}

#menu, #menu_slide {
    background-color: #064f9b;
    height: 70px;
    text-align:center;
    padding-top:20px;
    
}
#menu a, #menu_slide a {
   color:white;
   font-size:26px;
   padding-left: 5px;
   padding-right: 5px;
   text-decoration:none;
   font-weight:lighter;
}


#menu a:hover, #menu_slide a:hover {
   color:orange;
   
}

#menu_slide {
	display:block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

html body div#news div.content div.post.postMiddle{
	margin-left:5px;
	margin-right:5px;
}


html body div#news div.content div.post img{
	height: auto;
   width:100%;
    border-radius: 0px;
}


html body div#news div.content{
	text-align:center;
	vertical-align:top;
	padding:10px;
}

html body div#features div.content{
	text-align:center;
	vertical-align:top;
}

html body div#news div.bar-center div.content{
	text-align:center;
}


html body div.howto div.content div.step{
	float:left;
	width:260px; 
	height:560px;
	margin:10px;
}

html body div#features div.content div.featureSet div.feature{
	margin-bottom:20px;
}

html body div#features div.content div.featureSet a img#mainFeatureImage{
	width:250px;
	height:auto;
}

html body div.howto div.content div div.step img{
	width:250px;
	height:auto;
}

html body div#features div.content div.featureSet div.feature.featureRight{
	text-align:right;
}

html body div#features div.content div.featureSet div.feature.featureFirst{
	padding-top:100px;
}

html body div.bar div.content h1.center{
	color:white;
   font-size:36px;
   text-decoration:none;
   font-weight:lighter;
}

html body div.howto div.content div div.step p{
	margin:0;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	text-align:center;
}

html body div#contact div.content h1.center{
	color:#ffffff;
	font-weight:lighter;
	font-size:36px;
}

html body div#contact{
	background:black;
	text-align:center;
	padding-bottom:50px;
}

html body div#features div.content div.featureSet{
	width:300px; /* feature width */
	display:inline-block;
	vertical-align:top;
	padding:5px;
	margin:5px;
	text-align:left;	
}

html body div.content h1.center a{
	color:#000000;
}

html body div.content div#cancel.content input{
	font-size:26px;
}

a.buybutton{
	display:block;
	background:#064f9b;
	width:250px;
	padding:10px;
	border-radius:20px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}

div.buybuttonflip{
	margin-bottom:20px;width:250px;
}
div#howtoScrollableContent div.step p
{
	text-align:left;
}

div table tbody tr td input{
	font-size:20px;
	width:100%;
	border:0px;
	height:40px;
	padding-left:10px;
}