/* ----------- CSS reset (make styles look the same in every browser) ----------- */

html{color:#000;background:white;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}
li{list-style:none;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}

/* ----------- Page Settings ----------- */

html, 
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida";
}

a img {
	border: none;
}

h1{
	font-size: 29px;
	color: #00b8ec;
	margin-bottom: 30px;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida";
}

h2{
	font-weight: bold;
	margin-top: 20px;
	color: #00b8ec;
	font-size: 14px;
}

#content li{
	margin-left: 20px;
	list-style: disc;
	margin-bottom: 5px;
}

#content ul{
	margin-bottom: 20px;
}

#content a{
	color: #45b896;
}

/* ----------- Clear and Spacing ----------- */

.clear {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin: 0 0 -1px 0;
}

/* ----------- Structure ----------- */

#container{
	width:980px;
	margin:auto;
}

/* ########## Header start ########## */

#logo{
	float: left;
}

#search{
	float: right;
}

#searchquery{
	background-color: white;
	height: 26px;
	width: 200px;
	line-height: 26px;
	color: #7f7f7f;
	padding-left: 10px;
	font-size: 13px;
	margin-top:37px;
}

#searchquerySubmit {
	border: 0;
	background-color: white;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	color: #7f7f7f;
	padding: 3px 10px;
	font-size: 18px;
}

#topmenu{
	background-image:url('../images/topmenu.png');
	height:43px;
	width:980px;
}

#topmenu ul, #topmenu li{
	margin: 0;
	padding: 0;
}

#topmenu ul{
	float: right;
	margin-right: 25px;
	position: relative;
}

#topmenu li{
	float: left;
	height: 43px;
	position: relative;
}

#topmenu a{
	color: white;
	text-decoration: none;
	display: block;
	height: 43px;
	line-height: 43px;
	padding-left: 26px;
	padding-right: 26px;
	font-size: 14px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	position: relative;
}

#topmenu a:hover, #topmenu .active a{
	background-image:url('../images/menuhover.png');
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #757576;
}

/* ########## Header end ########## */


/* ########## Footer start ########## */

#footer{
	margin: 40px;
	clear:both;
}

#footer ul{
	float: left;
	margin-right: 40px;
}

#footer ul li, #footer a{
	font-size: 12px;
	color: #7f7f7f;
	text-decoration: none;
	line-height: 21px;
}

#footer a:hover{
	text-decoration: underline;
}

#footer strong{
	font-size: 13px;
}

#contact_list{
	float: right !important;
}

/* ########## Footer end ########## */

/* ########## Pages start ########## */

#content{
	margin-top:10px;
	color: #434344;
}

#content_top{
	height:37px;
	width:980px;
	background-image:url('../images/graytop.png');
}

#content_bottom{
	height:35px;
	width:980px;
	background-image:url('../images/graybottom.png');
}

#content_content{
	font-size: 13px;
	padding-left: 61px; 
	padding-top: 40px;
	padding-bottom: 20px;
	background-image:url('../images/graymiddle.png');
}

.columns div{
	float: left;
	margin-right: 50px;
}


.columns p{
	margin-bottom: 20px;
}

.columns h2{
	margin: 0;
	color: #00b8ec;
	font-size: 14px;
}

.column_left{
	width: 280px;
	line-height: 21px;
	margin-right: 70px !important;
}

.column_right{
	width: 280px;
	line-height: 21px;
	margin-right: 0 !important;
}

#contact_left{
	float: left;
	margin-right: 50px;
}

#contact_right{
	float:left;
	margin-top: 65px;
	width: 345px;
	text-align: right;
}

#contact_right input{
	width:146px;
	height:23px;
	border: 0;
	font-size: 13px;
	line-height: 23px;
	color: #c5c5c5;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	padding-left: 3px;
	padding-right: 3px;
}

#contact_right textarea{
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	max-width:310px;
	min-width:310px;
	width:310px;
	max-height:184px;
	min-height:184px;
	height:184px;
	color: #c5c5c5;
	font-size: 13px;
	padding: 3px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#contact_submit{
	width:60px !important;
	height:28px  !important;
	border:0  !important;
	display: inline !important;
	margin: 0 !important;
	margin-left: 10px !important;
	margin-right: 8px !important;
}

.leftalign{
	text-align: left;
}

.rightalign{
	text-align: right;
}

.contact_right_h2{
	padding-left: 16px;
}

.approved {
	padding-left: 16px;
	color: #00FF00;
	font-size: 13px;
	padding-bottom: 13px;
}

.error {
	padding-left: 16px;
	color: #FF0000;
	font-size: 13px;
	padding-bottom: 13px;
}

#blog_top{
	height:31px;
	width:980px;
	background-image:url('../images/graytop_menu.png');
}

#blog_bottom{
	height:35px;
	width:980px;
	background-image:url('../images/graybottom_menu.png');
}

#blog_middle{
	font-size: 13px;
	background-image:url('../images/graymiddle_menu.png');
}

#blog_menu{
	float:left;
	width:241px;
}

#blog_content{
	float: left;
	width:739px;
}

#nyeste_menu_header{
	background-image:url('../images/nyeste_bg.png');
	color: white;
	padding-left: 30px;
	font-size: 13px;
	height: 36px;
	line-height: 32px;
	margin: 0 !important;
}

#nyeste_menu{
	background-image:url('../images/nyeste_menu_bg.png');
}

#nyeste_menu a{
	padding-left: 30px;
	color: white;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	display: block;
}

#nyeste_menu li, #kategori_menu li{
	list-style: none !important;
	margin: 0 !important;
}

#nyeste_menu, #kategori_menu{
	margin: 0 !important;
}

#nyeste_menu a:hover{
	background-image:url('../images/nyeste_menu_hover.png');
}

#nyeste_menu_bottom{
	height:5px;
	width: 241px;
	background-image:url('../images/nyeste_menu_bottom.png');
}

#kategori_menu_header{
	background-image:url('../images/kategorier_top_bg.png');
	color: white;
	padding-left: 30px;
	font-size: 13px;
	height: 40px;
	line-height: 46px;
	margin: 0 !important;
	margin-top: 10px !important;
}

#serverhosting_menu_header{
	background-image:url('../images/kategorier_top_bg.png');
	color: white;
	padding-left: 30px;
	font-size: 13px;
	height: 40px;
	line-height: 46px;
	margin: 0 !important;
}

#kategori_menu{
	background-image:url('../images/kategorier_menu_bg.png');
}

#kategori_menu a{
	padding-left: 30px;
	color: white;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	display: block;
}

#kategori_menu_bottom{
	height:5px;
	width: 241px;
	background-image:url('../images/kategori_menu_bottom.png');
}

#kategori_menu a:hover{
	background-image:url('../images/kategori_menu_bg_hover.png');
}

.blogpost_top{
	background-image:url('../images/blogpost_top.png');
	width:729px;
	height:4px;
}

.blogpost_bottom{
	background-image:url('../images/blogpost_bottom.png');
	width:729px;
	height:4px;
	margin-bottom: 10px;
}

.blogpost{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image:url('../images/blogpost_bg.png');
}

.blogpost_columns{
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image:url('../images/blogpost_bg.png');
}

.blogpost_date{
	color: #cfcfcf;
	margin-bottom: 15px;
}

.blogpost_title{
	color: #00b8ec;
	font-size: 28px;
	margin-bottom: 30px;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida";
	font-weight: normal;
}

h3.blogpost_title{
	color: #4f4f4f;
	font-weight: bold;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 5px;
	line-height: 21px;
}

.blogpost_teaser{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 21px;
}

.blogpost_text{
	font-size: 13px;
	margin-bottom: 25px;
	line-height: 21px;
}

.blogpost_comments{
	float: left;
	color: #cfcfcf;
}

.blogpost_readmore, .blogpost_comment{
	float: right;
	font-weight: bold;
	background-image: url('../images/arrow_readmore.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
	color: #434344 !important;
}

.blogpost_readmore a, .blogpost_comment a{
	text-decoration: none;
	color: #434344 !important;
}

.blogpost_readmore a:hover, .blogpost_comment a:hover{
	text-decoration: underline;
}

.comments_list{
	background-image:url('../images/blogpost_bg.png');
}

.comments_list h3{
	padding-left: 50px;
	padding-top: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 10px;
}

.comment{
	padding-left: 50px;
	padding-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 10px;
}

.comment_date{
	float: left;
	color: #c8c8c8;
}

.comment_top_link{
	float: right;
	margin-right: 50px;
}

.comment_top_link a{
	text-decoration: none;
	color: #c8c8c8 !important;
}

.comment_top_link a:hover{
	text-decoration: underline;
}

.comment_header{
	margin-top: 20px;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida";
	color: #00b8ec;
	font-weight: bold;
	font-size: 14px;
}

.comment_comment{
	line-height: 21px;
	margin-top: 5px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#add_comment h3{
	border: 0;
}

#add_comment_form{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

#add_comment_form input{
	width:180px;
	height:23px;
	border: 0;
	font-size: 13px;
	line-height: 23px;
	color: #e5e5e5;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	padding-left: 3px;
	padding-right: 3px;
}

#add_comment_form textarea{
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	max-width:617px;
	min-width:617px;
	width:617px;
	max-height:184px;
	min-height:184px;
	height:184px;
	color: #e5e5e5;
	font-size: 13px;
	padding: 3px;
	margin-bottom: 15px;
	margin-right: 10px;
}

#add_comment_submit{
	float: right;
	width: 151px !important;
	height: 28px !important;
	border: 0 !important;
}

#top_images{
	background-color: #f4f4f4;
	margin-top: -9px;
}

#top_images_buttons a{
	width:195px;
	height:94px;
	float: left;
}

#top_images_button1{
	background-image:url('../images/button1.png');
}

#top_images_button1:hover{
	background-image:url('../images/button1_hover.png');
}

#top_images_button2{
	background-image:url('../images/button2.png');
}

#top_images_button2:hover{
	background-image:url('../images/button2_hover.png');
}

#top_images_button3{
	background-image:url('../images/button3.png');
}

#top_images_button3:hover{
	background-image:url('../images/button3_hover.png');
}

#top_images_button4{
	background-image:url('../images/button4.png');
}

#top_images_button4:hover{
	background-image:url('../images/button4_hover.png');
}

#top_images_button5{
	width: 196px;
	background-image:url('../images/button5.png');
}

#top_images_button5:hover{
	background-image:url('../images/button5_hover.png');
}


.top_images_space{
	margin-right: 1px;
}

#frontpage_text{
	margin-top: 40px;
	line-height: 21px;
}

#frontpage_text a{
	color: #00b8ec;
	text-decoration: none;
	padding-right: 15px;
	margin-top: 5px;
	background-image:url('../images/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: center right;
}

#frontpage_text a:hover{
	text-decoration: underline;
}

#frontpage_left{
	float: left;
	width: 555px;
	font-size: 12px;
	padding-left: 40px;
}

#frontpage_right{
	text-align: right;
	padding-right: 40px;
	float: right;
	width: 327px;
	font-size: 12px;
}

.frontpage_link{
	margin-top: 8px;
}

#frontpage_columns_top{
	background-image:url('../images/frontpage_columns_top.png');
	width:980px;
	height:37px;
	margin-top: 40px;
}

#frontpage_columns_bottom{
	background-image:url('../images/frontpage_columns_bottom.png');
	width:980px;
	height:69px;
}

#frontpage_columns h2{
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida";
	font-weight: normal;
	font-size: 17px;
}

#frontpage_columns{
	background-image:url('../images/frontpage_columns_middle.png');
}

.frontpage_header{
	float: left;
}

.frontpage_header1, #frontpage_column1{
	margin-top: 20px;
	margin-left: 40px;
	width: 253px;
}

.frontpage_header2, #frontpage_column2{
	margin-top: 20px;
	margin-left: 60px;
	width: 263px;
}

.frontpage_header3, #frontpage_column3{
	margin-top: 20px;
	margin-left: 60px;
	width: 260px;
}

#frontpage_columns_text{
	border-top: 1px solid #e5e5e5;
	padding-bottom: 50px;
}

.frontpage_column{
	float: left;
	font-size: 12px;
}

.frontpage_column p{
	height: 160px;
}

#blue-button a{
	color:white
}

.button-green{
	background-image:url("/images/buttons/button-green-bg.png");
	border:1px solid #189a3f;
	background-color:#189a3f;
	height:26px;
	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	color:white;
	font-size:10pt;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	text-shadow:1px 1px 1px #189a3f;
	-webkit-background-clip:padding-box;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	margin-right:5px
}

.button-green:hover{
	cursor:pointer;
	border:1px solid #189a3f;
	background-color:#189a3f;
	background-image:url("/images/buttons/button-green-bg-hover.png");
	text-shadow:1px 1px 1px #189a3f;
	color:white
}

.button-green:active{
	cursor:pointer;
	border:1px solid #189a3f;
	background-color:#189a3f;
	background-image:url("/images//buttons/button-green-bg.png");
	text-shadow:1px 1px 1px #189a3f;
	color:white
}

.button-blue{
	background-image:url("/images/buttons/button-blue-bg.png");
	border:1px solid #2d78d3;
	background-color:#2d78d3;
	height:26px;
	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	color:white;
	font-size:10pt;
	text-decoration:none;
	cursor:pointer;
#	font-weight:bold;
#	text-shadow:1px 1px 1px #2d78d3;
	-webkit-background-clip:padding-box;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
#	border-radius:3px;
	display:inline-block;
	margin-right:5px
}

.button-blue:hover{
	cursor:pointer;
	border:1px solid #2d78d3;
	background-color:#2d78d3;
	background-image:url("/images/buttons/button-blue-bg-hover.png");
	text-shadow:1px 1px 1px #2d78d3;
	color:white
}

.button-blue:active{
	cursor:pointer;
	border:1px solid #2d78d3;
	background-color:#2d78d3;
	background-image:url("/images/buttons/button-blue-bg.png");
	text-shadow:1px 1px 1px #2d78d3;
	color:white
}


/* ########## Pages end ########## */