/*
////////////////////////////
////////HTML ELEMENT////////
////////////////////////////
*/

html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body
{
    margin: 0px;
    padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, verdana, arial;
	color: #717171;
	font-size: 13px;
	line-height: 18px;
	background: #f2f2f2 url(/home/images/bkg.gif) repeat-x;
}

h1, h2, h3, h4
{
	color: #333333;
	font-family: BebasNeueRegular,arial, verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
    display: block;
    line-height: normal;
}

h1 {font-size: 40px;}
h2 {font-size: 40px;}
h3 {font-size: 24px;font-weight: normal;}
h4 {font-size: 16px;font-weight: normal;}

img
{
	border: 0px;
}

input, select, textarea
{
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #d0d0d0;
    color: #333333;
    font-size: 11px;
    font-family: Tahoma, Verdana;
    padding: 4px;
}

.submit
{
    font-family: Tahoma, verdana, arial;
    font-size: 14px;
    color: #717171;
	border: 1px solid #d7d7d7;
	background-color: White;
}

p
{
    margin: 0px;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/home/fonts/bebasneue-webfont.eot');
    src: url('/home/fonts/bebasneue-webfont.eot?iefix') format('eot'),
         url('/home/fonts/bebasneue-webfont.woff') format('woff'),
         url('/home/fonts/bebasneue-webfont.ttf') format('truetype'),
         url('/home/fonts/bebasneue-webfont.svg#webfontgQAB7V3Y') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*//////////LINKS////////// */

a, a:visited, a:hover
{
	color: #1b6ad5;
	font-weight: normal;
	font-family: Tahoma, verdana, arial;
	text-decoration: none;
    outline: none; 
}
a:hover
{
	text-decoration: underline;
}


/*
////////////////////////////
////GENERALL DIV ELEMENT////
////////////////////////////
*/

/*//////////MAIN STRUCTURE////////// */

#container
{
    margin: 0px;
    padding: 0px;
    width: auto;
    min-height:100%; 
    _height:100%;

}


#head
{
    padding: 0px;
	width: 1000px;
	height: 130px;
	margin-right: auto; margin-left: auto;
	position: relative;
}

#body
{
    margin: 0px;
    padding: 0px;
    width: 990px;
	height: auto;
	margin-right: auto; margin-left: auto;
}

#footer
{
    clear: both;
    margin: -240px auto 0px auto;
    padding: 0px;
    width: auto;
	height: 240px;
	background: url('/home/images/footer.jpg') repeat-x;
}

#footer_roots
{
    clear: both;
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 990px;
	height: 240px;
	background: url('/home/images/footer_roots.jpg') no-repeat;
}


#footerMargin
{
    height:280px; clear:both;
}

/*//////////HEAD////////// */

#logo
{
    padding: 0px;
    /*Med margin-top i filen stylesheet ska denna div totalt vara 65px hög*/
    float: left;
    margin: 18px 0px 0px 0px;
}

#search
{
    float: left;
    height: 30px; 
    width: 370px;
    margin: 10px 20px 0px 320px;
    text-align: right;
}

.button_black
{
    color: #FFFFFF;
    font-weight: 700;
    background: url(/home/images/button_bkg.gif) repeat-x;
    border: 0px;
    -moz-outline-style: none;
    outline: none;
}

.button_black:hover
{
    background: url(/home/images/button_bkg_hover.gif) repeat-x;
}

.button_black:focus
{
    background: url(/home/images/button_bkg_active.gif) repeat-x;
    
}

#shoutbox
{
    margin: 15px 0px 0px 0px;
    width: 446px;
    height: 73px;
    float: right;
    background: url('/home/images/top_shoutbox.gif') no-repeat;
}

#shoutbox_text
{
    margin: 13px 10px 10px 80px;
}

#navigator_content
{
    margin-right: 20px;
    padding: 0px;
    height: 25px;
    float: right;
}


/*//////////MODULE////////// */

.module_frame
{
    
    margin: 0px;
    padding: 0px;
    width: auto;
	height: auto;
	background-color: transparent;
}

.module_frame_top
{
    height: 4px;
    background: url('/home/images/frame_side_T.gif') repeat 0px 0px;
}

.module_content
{
    margin: 0px;
    border-right: solid 1px #dfdadb;
    background: url('/home/images/frame_side_L.gif') repeat-y;
}

.module_content_margin
{
    padding: 16px 19px 16px 27px;
    background-color: #FFFFFF;
    margin: 4px 0px 0px 9px;
}

.module_frame_bottom
{
    width: auto;
    height: 4px;
    background: url('/home/images/frame_side_B.gif') repeat 0px 0px;
}

/*//////////MENU////////// */

#menu
{
	width: 720px;
	position: absolute;
	top: 83px;
	left: 280px;
	z-index: 12;
}

#menu ul
{
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	height:24px;
}

#menu li
{
	list-style: none;
	display: block;
	margin: 0px 0px 0px 21px;
	float: left;
	height: 43px;
}

#menu a
{
	color: #FFFFFF;
	font-family: BebasNeueRegular, Tahoma, Arial;
	height: 43px;
	font-weight: 400;
    line-height: 40px;
	display: table-cell; 
	text-decoration: none;
	font-size: 20px;
}

#menu a:hover
{
    height: 43px;
	display: table-cell; 
	text-decoration: none;
	background: url("/home/images/menu_active.png") no-repeat center bottom;
	padding-bottom: 6px;
	font-weight: 400;
}


#menu a.active
{
    height: 43px;
    background: url("/home/images/menu_active.png") no-repeat center bottom;
    padding-bottom: 6px;
    font-weight: 400;
}



/*//////////FOOTER////////// */

.footer_content
{
    float: left;
    width: 225px;
    margin: 30px 0px 0px 20px;
}

.footer_content_headline
{
    float: left;
    color: #505050;
    margin: 10px 0px 15px 7px;
}

.footer_content_text
{
    clear: both;
    color: #505050;
    font-size: 9px;
    font-weight: bold;
}

.footer_content_text a
{
    color: #505050;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}

.footer_content_text a:hover
{
    text-decoration: none;
}

/*
////////////////////////////
////SPECIFIC DIV ELEMENT////
////////////////////////////
*/

/*Function getReferences */

#references_frame_300
{
    float: left;
    height: 246px;
    width: 300px;
    padding: 6px 0px 0px 6px;
    background: url('/home/images/references_frame_300.gif') no-repeat;
    margin-right: 20px;
}

#references_frame_200
{
    float: left;
    height: 164px;
    width: 200px;
    padding: 6px 0px 0px 6px;
    background: url('/home/images/references_frame_200.gif') no-repeat;
    margin-right: 20px;
}

/*Start */

#start_top
{
    width: 990px;
    margin-left:auto;margin-right:auto;
    height: 410px; 
}

#start_top_1
{
    width: 880px;
    height: 390px;
    margin-left: -880px;
    float: left;
    background-image: url(/home/images/color_bkg.gif);
    background-repeat: repeat-x;
}

#start_top_2
{
    position: absolute;
    width: 990px;
    float: left;
    z-index: 11;
    background-image: url(/home/images/color_bkg.gif);
    background-repeat: repeat-x;
}

#start_top_3
{
    width: 880px;
    height: 390px;
    margin-right: -880px;
    float: right;
    background-image: url(/home/images/color_bkg.gif);
    background-repeat: repeat-x;
    top:0px;
}

#start_top_2_glow
{
    width: 500px;
    height: 390px;
    float: left;
    background: url(/home/images/bkg_glow.png) no-repeat;
}

#start_top_left
{
    width: 380px;
    float: left;
    padding: 40px 0px 0px 5px;
    color: #FFFFFF;
    font-weight: normal;
}

#start_top_right
{
    width: 684px;
    float: left;
    background: url(/home/images/mac.png) no-repeat;
    height: 394px;
    margin: 40px 0px 0px -20px;
}

#computer_content
{
    width: 470px;
    height: 300px;
    background-color: #FFFFFF;
    margin: 20px 0px 0px 98px;
}

#start_bottom
{
    width: 1000px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 30px;
    margin-left:auto;margin-right:auto;
}

.infoBox
{
    width: 303px;
    float: left;
}

/*Skapa sida */

.reg_timeline_on, .reg_timeline_off
{
    background-color: #f2f2f2;
    border: 1px solid #e7e7e7;
    color: #333333;
    width: 33%;
    text-align: left;
    font-size: 18px;
	font-family: Tahoma, arial, verdana;
	font-weight: bold;
    line-height: normal;
}

.reg_timeline_off
{
    background-color: #FFFFFF;
    border: 1px solid #e7e7e7;
    width: 33%;
    text-align: left;
    color: #bbbbbb;
}

.reg_content_box
{
    background-color: #f2f2f2;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
}

#reg_name_status
{
    height: 24px;
    width: 180px;
    font-weight: bold;
}

.reg_status
{
    margin: 0px 0px 0px 0px;
    padding: 2px;
    height: 16px;
    width: 365px;
    background-color: #f2f2f2;
    font-weight: bold;
    color:#e75252;
}

.reg_status_icon
{
    display:none;
    margin: 0px;
    padding: 0px;
}

/*Contact */

.contact_validate
{
    margin: 0px 0px 0px 0px;
    padding: 2px;
    height: 16px;
    width: 250px;
    font-weight: bold;
    color: #e75252;
}

/*
////////////////////////////
////////////MISC////////////
////////////////////////////
*/

.clear
{
    clear: both;
}

.list
{
    border-bottom: 1px dotted #e7e7e7;
}

/*Slideshow */

#slideshow {
    position:absolute;
    width: 470px;
    height:300px;
    z-index:7;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*
////////////////////////////
////////////AdWeb////////////
////////////////////////////
*/

adweb_start_top
{
    background-image: url(/home/images/color_bkg.jpg);
    background-repeat: repeat-x;
}
