/*
	Cascading Style Sheet for www.aidasdesign.com
	author: Aidas Design (Advanced IT Design And Solutions i Huskvarna)
	contact: Asta Omarsdottir asta@aidasdesign.com
*/

/*************************************************************************************
 	HTML Element Styles

 *************************************************************************************/

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, a, img, button
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    margin: 0;
    padding:0;
    background: #EEF5FB url(../../images/headerbg.gif) repeat-x left top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 76%; /* p=1.0em */
    line-height: 1.4em;
    color: #000000;
}

/*Typographics styles */

p
{
    margin: .8em 0;
}

p.no-padding-no-margin
{
    padding: 0;
    margin: 0;
}

p.color-bold
{
    color: #336699;
    font-weight: bold;
}

hr
{
    color: #CCCCCC;
    background-color:#ABABAB;
    height: .1em;
    border: 0;
    margin: 1.5em 0;
}

blockquote
{
    padding: 0 0 0 1.1em;
    margin: 1.1em 0 0 0;
    background: url(../../images/bg-quote.png) no-repeat;
}

.blockquote_black
{
    padding: 0 0 0 1.8em;
    margin: 0.5em 0 0 0;
    background: url(../../images/citattecken_black.gif) no-repeat;
}

blockquote p
{
    margin: 0.1em 0;
}

cite
{
    font-size: .85em;
    margin: 0;
    padding: 0 0 0 0.6em;
}

fieldset .site
{
    padding: 1.4em;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
}

legend
{
    color: #333333;
    background-color:inherit;
    padding: 0.5em 0.3em 1em 0.3em;
}

.button
{
    background-color: #FFFFFF;
    border-color: #336699;
}


/*headings */

h1, h2, h3, h4, h5, h6
{
    font-size: 1.7em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.1em;
    margin: 0.5em 0;
    color: #336699;
}

h1
{
    margin-bottom: 0;
}

h1, h2
{
    margin-top: 0;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.1em;
}

h3.small
{
    font-size: 1.2em;
}

h3.bluebg
{
    background-color: #405E7A;
    color:#FF6600;
    padding: 0.5em;
}

h3.blackbg
{
    background-color: #000000;
    color:#FF6600;
    padding: 0.5em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1.1em;
}

h6
{
    font-size: 1em;
}


/*links */

a:link, a:visited
{
    color: #FF6600;
    text-decoration: none;
}

a:hover
{
    color:#336699;
    text-decoration: none;
}

a:active
{
    color: #FF6600;
    text-decoration: none;
}

/*Lists */

ul
{
    margin: 0;
    padding: 0;
}

li
{
    margin-left:2em;
    padding-bottom:0.5em;
}

ul.mainlist
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.mainlist li
{
    padding-left: 10px;
    background-image:url(../../images/list-bullet-02.gif);
    background-repeat:no-repeat;
    background-position:0 0.6em;
}

ul.list-of-links
{
    list-style-type:none;
    border-bottom: dotted 1px #B2B2B2;
}

ul.list-of-links li
{
    margin-left:0.4em;
    padding: .2em 0 .2em 1em;
    border-top: dotted 1px #B2B2B2;
    background: url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
}

ul.list-of-links li.current
{
    background-color: #E7FAFE;
}

ul.no-lines, ul.no-lines li
{
    border: none;
}

ul.bottomlinks li
{
    display:inline;
}

#cc-side1-three-column-content ul.list-of-links, 
#cc-side2-three-column-content ul.list-of-links
{
    margin: 0 0 30px 0px;
}


/***************************************************************
    Site Layout
***************************************************************/

/* wrapper for the main site */

#sitewrapper
{
    width: 82.4em; /** site layout*/
    margin: 0 auto; /** set layout in center of the screen*/
    margin-top: 20px;
    padding: 0;
    text-align: left; /** align content to the left*/
    background-color: #EEF5FB;
}

/*header information */

#header
{
    position: relative;
    margin-bottom: 0.5em;
    margin-top: 25px;
    color: #336699;
    width: 100%;
    clear:both;
}

#header-logo
{
    position: relative;
    padding-bottom: 0.5em;
}

#header-home
{
    text-align: right;
    border-bottom: 1px dashed #CCCCCC;
    position: absolute;
    top: 0;
    right: 25.5%;
    height: 2em;
    width: 10em;
    padding: 0 0.5em 0 0;
}

#header-sitemap
{
    text-align: right;
    border-bottom: 1px dashed #CCCCCC;
    position: absolute;
    top: 2.2em;
    right: 25.5%;
    height: 2em;
    width: 10em;
    padding: 0 0.5em 0 0;
}

#header-contact
{
    text-align: center;
    border-left: 1px dashed #CCCCCC;
    position: absolute;
    top: 0;
    left: 75%;
    height: 4.5em;
    padding: 0 0 0 2%;
}

#header-contact a:link, #header-contact a:visited
{
    color: #336699;
    text-decoration: none;
}

#header-contact a:hover
{
    color: #999999;
    text-decoration: underline;
}

#header-contact a:active
{
    color: #336699;
}

/*Mainnavigatione - Main menu Area*/
#mainnav
{
    position: relative;
    background-color: #405E7A;
    color: #FFFFFF;
    width: 82.4em;
    height:4em;
    border:solid 1px #000000;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
    clear:both;
}

#mainnavcontent
{
    line-height: 3em;
    padding-top: 0.3em;
    padding-bottom:0.3em;
}

/* content for menuitems top level (ul)*/
#mainnav ul
{
    width: 82em;
    text-align:center;
}

/* Menu items as listitems */
#mainnav ul li,
#mainnav ul li .item
{
    width:10em;
    margin:0;
    border-left:solid 0.15em black;
    text-align: center;
    color: #FFFFFF;
    background-color:inherit;
    line-height: 3em;
}

/* Menu items as links. */
#mainnav .item, 
#mainnav a:link,
#mainnav .AspNet-Menu-Link
{
    text-align: center;
    color: #FFFFFF;
    background-color: inherit;
    line-height: 3em;
}

#mainnav .AspNet-Menu-Selected,
#mainnav .selected,
#mainnav .AspNet-Menu-Hover,
#mainnav .hover,
#mainnav a:hover
{

    color:#FF6600; 
}

/*Sub navigation */

#subnav
{
    width: 16em;
    border-top: dotted 1px #CCCCCC;
    overflow: hidden;
    background-color:inherit;
}

/* content for menuitems top level (ul)*/
#subnav ul,
#subnav ul li ul
{
    width: 16em;
    margin:0;
    padding:0;
}

/* Menu items as listitems */
#subnav ul li,
#subnav ul li .item
{
    color: #336699;
    background-color: #FAFAFA;
    margin:0;
    padding:0;
    font-weight: 600;
    text-decoration: none;
    border-bottom: dotted 1px #CCCCCC;
    text-indent: 10px;
    width: 16em;
    display: block;
}

/* background for selected item in subnav */

#subnav .AspNet-Menu-Selected

{
   background-color: #E7FAFE;
   color:#336699; 
}


/*Home Img-banner Area */

#home-img-container
{
    margin-top: 3px;
    width: 100%;
    color: #FFFFFF;
    background-color: #000000;
    border:solid 1px #333333;
    position: relative;
    clear:both;
}

#home-text-container
{
    background: transparent;
    color: #FFFFFF;
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 0.9em;
    position: absolute;
    top: 1em;
    right: 4em;
}

#home-text-container a:link, #home-text-container a:visited
{
    color: #FF6600;
    text-decoration: none;
}

#home-text-container a:hover
{
    color: #CCCCCC;
}

/*Content Container - Two column */

#cc-two-column
{
    position: relative;
    margin-top: .5em;
    width: 82.4em;
    background-color: #FFFFFF;
    border: 1px solid #D2D8D9;
    float: left;
    clear:both;
}

#cc-main-two-column
{
    position:inherit;
    width: 68em;
    float: left;
}

#cc-main-two-column-content
{
    padding: 1em;
}

#cc-side-two-column
{
    position:inherit;
    float: right;
    width: 14em;
    background-color: #FAF8F8;
    border-left: dashed 1px #CACACA;
}

#cc-side-two-column-content
{
    padding-left: 1em;
    padding-right: .5em;
    padding-bottom: 1em;
    padding-top: 0.5em; 
}

/*Content Container - Three column */

#cc-three-column-container
{
    clear:both;
    position: relative;
    margin-top: 3px;
    width: 82.4em;
    text-align: center;
    border: solid 1px #D2D8D9;
    background-color:#FFFFFF;
    float: left;
}


#cc-side1-three-column
{
    position: relative;
    float: left;
    width: 17.5em;
    font-size: 0.9em;
    text-align:left;
}

#cc-side1-three-column-content
{
    padding: 1em 0.5em;
}

#cc-side1-three-column-content .boxLeft
{
    padding-left:0.5em;
    padding-right:0.5em;
}

#cc-main-three-column
{
    position: relative;
    width: 49em;
    float: left;
    text-align:left;
    border-left: dotted 0.2em #D2D8D9;
    border-right: dotted 0.2em #D2D8D9;
}

#cc-main-three-column-content
{
    padding-left: 2em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 2em;
}

#cc-side2-three-column
{
    position: relative;
    text-align:left;
    float: right;
    width: 17.5em;
    font-size: 0.9em;
}

#cc-side2-three-column-content
{
    padding: 1em 2em 2em 1em;
}

/*Home Page - Three Column Section */

#home-three-column-container
{
    padding: 1em 0;
    float: left;
}

#home-three-column-side1
{
    float: left;
    width: 21.5em;
}
#home-three-column-side1-content
{
    padding-right: 2em;
    padding-left: 1em;
}

#home-three-column-side2
{
    float: left;
    width: 21.5em;
}

#home-three-column-side2-content
{
    padding-left: 2em;
    padding-right: 1em;
}   

#home-three-column-middle
{
    width: 21.5em;
    border-right: dashed 1px #CACACA;
    border-left: dashed 1px #CACACA;
    float: left;
}

#home-three-column-middle-content
{
    padding-right: 2em;
    padding-left: 2em;
}


/*Breadcrumbs */
#breadcrumbs
{
    font-size: 0.9em;

    font-family:Arial;
    background-color: inherit;
    color: #336699;
    text-align: left;
    width: 100%;
}
#breadcrumbs a
{
    background-color: inherit;
    color: #336699;
    text-decoration: none;
    padding-right: 0.2em;
}
#breadcrumbs a:hover
{
    text-decoration: underline;
}



/*Tree View Control */

.TreeView
{
    border-bottom: dotted 1px #B2B2B2 !important;
}

.TreeView div
{
    margin-left: 5px;
}

.TreeView table
{
    border-top: dotted 1px #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom: none !important;
    border-top: none !important;
}

.TreeView table td
{
    padding: 2px 0;
}

.LeafNodesStyle
{
}


.RootNodeStyle
{
}

/* All Elements */
.NodeStyle
{
}

.ParentNodeStyle
{
    background: yellow;
}


a.SelectedNodeStyle
{
    background: #E5E5E5;
    display: block;
    padding: 2px 0 2px 3px;
}


/* Galleri */
.thumbnail p
{
    margin: 0;
    padding: 2px 0 10px 0;
}

.thumbnail p a:link
{
    color: #666666;
    background: inherit;
}

.thumbnail p a:visited
{
    color: #666666;
    background: inherit;
}

.thumbnail p a:hover
{
    color: #CCCCCC;
    background: inherit;
}

/*Images & Photos */

img
{
    border: none;
}

.photo-border
{
    border: solid 1px #cecece;
    padding: 4px;
    background: #d9d9d9 url(../../images/bg-photo.png) top repeat-x;
    margin-bottom: 5px;
    display: block;
}

.photo-border-home1
{
    border: solid 1px #cecece;
    padding: 4px;
    background: #FF9933;
    margin-bottom: 5px;
    display: block;
}

.photo-float-left
{
    float: left;
    margin-right: 1.5em;
}

.photo-float-right
{
    float: right;
    margin-left: 1.5em;
}

.image-border-none
{
    border: none;
}

.image-referens
{
    padding-left: 2em;
    padding-top: 1em;
}


.img-about p
{
    margin-left: 180px;
}

/*Footer */

#footer
{
    clear:both;
    margin-top: 3px;
    width: 82.4em;
    position: relative;
    color: #000000;
    background-color:inherit;
    float: left;
}

#footer-content
{
    padding: 1em;
}

/* footer menu style - horizontal css friendly asp.net menu */
.FooterMenu
{
    width:82.4em;
}

/* content for menuitems top level (ul)*/
#footer ul, 
FooterMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 70em;
    text-align:center;
}

/* Menu items as listitems */
#footer li,
FooterMenu .AspNet-Menu-Horizontal li.AspNet-Menu-Leaf
{
    width:8em;
    margin:0;
    text-align: center;
    color: #FFFFFF;
    background-color:inherit;
}


/* Menu items as links. */ 
#footer a:link,
.FooterMenu .AspNet-Menu-Leaf AspNet-Menu-Link
{
    color: #000000;
    background-color:inherit;
    text-decoration: none;
}

#footer a:visited,
.FooterMenu .AspNet-Menu-Link AspNet-Menu-Visited
{
    color: #000000;
    background-color:inherit;
    text-decoration: none;
}

#footer a:hover,
.FooterMenu .AspNet-Menu-Link AspNet-Menu-Hover
{
    color: #999999;
    background-color:inherit;
    text-decoration: none;
}

#footer a:active,
.FooterMenu .AspNet-Menu-Link AspNet-Menu-Active
{

    color: #ff0000;
    background-color:inherit;
}


/*Footer Bottom Line */

#footer-bottom
{
    clear: both;
    position: relative;
    width: 100%;
    background: #405E7A url(../../images/footerbg.gif) repeat-x left top;
    background-color: #405E7A;
    color: inherit;
}

/*Footer bottom content*/

#footer-bottom-content
{
    position: relative;
    width: 82.4em;
    margin-left: auto;
    margin-right: auto;
    color: #a9c0db;
    background-color:Transparent;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align:left;
}

#footer-bottom-content a:link, #footer-bottom-content a:visited, #footer-bottom-content a:active
{
    color: #a9c0db;
    background-color:inherit;
    text-decoration: none;
}

#footer-bottom-content a:link.white, #footer-bottom-content a:visited.white, #footer-bottom-content a:active.white
{
    color: #FFFFFF;
    background-color:inherit;
    text-decoration: none;
}

#footer-bottom-content a:hover, #footer-bottom-content a:hover.white
{
    color: #D4E7F8;
    background-color:inherit;
    text-decoration: none;
}

/*misc Classes */

.box-left
{
    width:13em;
    margin-left:0.2em;
    margin-top:3em;
    padding:1em;
}

.padding-bottom
{
    padding-bottom:1em;
}

.padding-bottom-big
{
    padding-bottom:2em;
}

.padding-top
{
    padding-top:1em;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.bold
{
    font-weight: bold;
}
.color-bold 
{
    font-weight:bold;
    color:#336699;
    background-color:inherit;
}

.italic
{
    font-style: italic;
}

.underscore
{
    text-decoration:underline;
}


.contactform
{
    background-image: url(../../images/kontakt.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0 1.2em;
}


.ansokform
{
    background-image: url(../../images/ansok.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0 1.2em;
}

.orderform
{
    background-image: url(../../images/order.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0 1.2em;
}

.news-date
{
    font-size: 0.9em;
    font-style: italic;
    color: #A4A4A4;
    background-color:inherit;
}

.arrow
{
    vertical-align: middle;
}

.input.button-big
{
    font-weight: bold;
    padding: .7em 1.5em;
    font-size: 1.1em;
    vertical-align: bottom;
}

.input.button-small
{
    font-weight: normal;
    padding: .4em 1em;
    font-size: .8em;
    vertical-align: bottom;
}

.clear
{
    clear: both;
}

.clear-right
{
    clear: right;
}

.clear-left
{
    clear: left;
}

.none
{
    display: none;
}

/*Google maps */
.gsmsc-mapDiv
{
    height: 425px;
}

.gsmsc-idleMapDiv
{
    height: 425px;
}

#mapsearch
{
    width: 350px;
    margin: 10px;
    padding: 4px;
}
