﻿*{
	margin: 0;
	padding: 0;
}

* {
    text-shadow: #000000 0 0 0px;
}

/* Generell: */
body{
	font-size: 12px;
	line-height:18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #aeaaaf;
	background:#222222 url(/images/body_bg.png) repeat-x;
}
img {border:0}
a{
	text-decoration: none;
	color:#1e69d8;
}
a:hover {color:#aeaaaf;}
a.gray {
	text-decoration: none;
	color:#aeaaaf;}
a.gray:hover {color:#fff;}
.date{
	font-size:10px;
	color: #777;
}
.error 
{
    background:#ffff99 url(/images/error.png) no-repeat 10px center;
    padding:10px 10px 10px 30px;
    display:none
}

.confirm 
{
    background:#ff9999 url(/images/confirm.png) no-repeat 10px center;
    padding:10px 10px 10px 30px;
    display:none
}
h1 {font-size:16px;font-family: Arial, Helvetica, sans-serif;margin:5px 0 5px 0;text-transform:uppercase;color: #1e69d8;}
h2 {  font-weight:bold;color:#e4dee6;font-size:14px;	margin-bottom:5px;margin-top:10px;text-transform:uppercase}

.textbox 
{
	border:0;
	display: block;
	background:url(/images/txtbox.png) left top no-repeat;
	padding:2px;
	width: 177px;
	height: 22px; 
}
span.textbox_small  {background:url(/images/txtbox_small.png) left center no-repeat;width:142px; height:22px; display:block;  float:left}
input.textbox_small {width:130px; margin-left:10px;background-color:Transparent;border:0}

.clear {clear:both}
/*.loading {background:transparent url("/images/progress.gif") no-repeat right top; width:500px}*/



#wrapper{padding-top:35px;width:863px;margin: auto;text-align: left;position:relative}
#logo {margin-bottom:30px}
/* Promo surface */
#promo {float:left;width:518px;height:305px;background:url("/images/bgPromo.png") no-repeat}

/* Newslist */
#newsbrief {position:relative;float:right;height:249px;width:271px;padding:15px;background:url("images/bgNewsbrief.png") no-repeat;}
#alla {position:absolute;bottom:15px;right:15px}

#rss {float:right;text-align:right;margin-bottom:2px;}

/* Menu */
#globalmenu ul {list-style-type:none}
#globalmenu ul,#globalmenu ul li {float:left;}
/*#globalmenu ul li img {width:90px;height:64px}*/
#globalmenu ul li a span {display: block;text-align: center;padding:10px 0 0 0;color: #aeaaaf}
#globalmenu ul li a.selected span {color: #ffbf61;}

/* Search */
#searchdiv {width:300px;float:right;}
#searchdiv form {background: url(/images/searchbox2.png) left center no-repeat;width:271px;height: 64px;position:relative}
#searchdiv p {font-size:11px;}
#searchbox {border:0;background-color:Transparent;position:absolute;left:10px;top:17px;height:30px;font-size:20px;width:180px}
#searchbutton {position:absolute;left:200px;top:0px}


/*Subpage */
#leftcontent {float:left;width:518px;}


/* Blog */
.blogentry {margin-bottom:25px}
.blogentry img {float:left;margin-right:10px}


/*Högersidan */
#rightcontent {	float:right; width:301px;}
.blackboxmid {background: url(/images/blackbox_mid.png) top left repeat-y;}

#submenu h3 
{
	text-transform:uppercase;
	font-weight:bold;
	color: #777;
	margin:0 15px 3px 15px
}
#submenu ul
{
	list-style-type:none;
	margin:0 15px 15px 15px
}
#submenu ul li
{
	
}
#submenu ul li a.selected, #submenu ul li a:hover
{
	color:#ffffff;
	background: url(/images/blue_gradient.png) left top repeat-x;
	
}
#submenu ul li.selected a
{

}
#submenu ul li a
{
	padding:5px;
	display:block;	
	color:#aeaaaf
}
.blackboxmid form {margin:0 15px 15px 15px;padding:6px}
.odd{
	background: #2a2a2a;
}

.even{
	background: #252525;
}

/* Feed menu */
.feed_menu{
	background: url(/images/feed_menu_orange.png) 0 center no-repeat;
    padding:2px 0;
    display:-moz-inline-box;
    display:inline-block;
    width:38px;
    vertical-align:middle;
    overflow: hidden;
    margin:0 .25em;
}
.feed_menu.trans_on_light{
    background-image: url(/images/feed_menu_trans_light.png);
}
.feed_menu.trans_on_dark{
    background-image: url(/images/feed_menu_trans_dark.png);
}
.feed_menu.open{
    background-position: -38px center !important;
}
.feed_menu select{
    opacity:0;
    margin:0;
    padding:0;
    border:0;
}
.feed_menu option img{
    border:0;
    margin:2px;
    vertical-align: middle;
}

/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/ajax-loader_cirkle.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prev.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/next.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/*Whois*/
#ulWhois li ul { display: none;margin-left:30px;list-style-type:none } 
#ulWhois {list-style-type:none}
