@charset "utf-8";


html {
	overflow-y: scroll;
}
 * html .clearfix {
    height: 1%;
}

/*CSS Document*/

html[xmlns] .clearfix {
    display: block;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

div, table, tr, td, input, p, h1, h2 {
    font-family: Verdana, Geneva, sans-serif, serif;
    font-size: 10px;

    color: #808080;

    text-shadow: #f9f9f9 0 1px 0;
}

/* General css rules */

a {
	text-decoration: none;
}

a, a:link, a:visited {
	color: #0000FF;
}

a:hover, active {
	color: #FF0000;
}


h1 {
    font-family: 'Times New Roman',Times,serif;
    font-size:36px;
    color:#364e9d;
    margin-top:6px;
    margin-bottom:6px;
    margin-left:9px;
    behavior:url('PIE.php');
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
    text-shadow: 0px 0px 3px #404040;
}
h2 {
    font-family: 'Times New Roman',Times,serif;
    font-size:22px;
    color:#fff;
    margin-top:10px;
    margin-bottom:6px;
    margin-left:9px;
    behavior:url('PIE.php');
    text-shadow: 0px 0px 3px #292929;
}
p   {
    text-align:justify;
    margin-left:10px;
    margin-right:14px;
    line-height:16px;

}
img
{

    border:none;
}
table
{
    padding:0px;
    margin:0px;
    border:none;
}

/* @site style start  */
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif, serif;
    font-size: 14px;
    /*background-color:#fff;*/
    background-image:url('bg.png');
    background-repeat:repeat;

}
#wrapper
{
    width:920px;
    margin-left: auto;
    margin-right: auto;
    /*background-color:#b2d5d5;*/


}


header
{
    float: left;
    min-height: 100px;
    width:920px;
    /* background-color:#f0f0f0;*/
   background-image:url('header.png');
    background-repeat:no-repeat;
}

/* Style Post Header*/
.row {
    float: left;
    width:100%;
    margin: 0px auto;
    margin-top:12px;

}
.row img
{
    margin:22px;
}

    /* Menu Style */
    .row_menu
    {
        width:100%;
        float: left;
        margin: 0px auto;
        min-height: 45px;
        padding-top: 15px;
        padding-left:4px;
        padding-right:4px;
        text-shadow:none;
    }
    .row_menu ul
    {
        list-style-type:none;
        margin:0;
        padding:0;
        padding-top:12px;
        padding-left:6px;
        background-color: #f0f0f0;
        height: 26px;
    }
    .row_menu li
    {
        display:inline;
    }
    .row_menu td:nth-child(odd)
    {
        width:65%;
        margin:0px;
        padding:0px;
    }
    .row_menu table, tr, td
    {
        margin:0px;
        padding:0px;
        border-spacing:0px;

    }
    .row_menu table
    {
    width:912px;
    behavior:url('style/PIE.php');
    box-shadow: 0px 2px 3px;
    }
    /* Slut på menu Style */

.col_left {
    float:left;
    width:500px;
    background-color: #f0f0f0;
    margin-left:4px;
    behavior:url('style/PIE.php');
    box-shadow: 2px 2px 5px;
    border-top-left-radius: 6px;
    border:1px #e1e1e1 solid;

}
.col_right {
    float:left;
    width:400px;
    margin-left:7px;
    margin-bottom:6px;
    background-color: #f0f0f0;
    behavior:url('PIE.php');
    box-shadow: 2px 2px 5px;
    border-top-left-radius: 6px;
    border:1px #e1e1e1 solid;
}

/* Style Post Regular Content*/

footer img
{
    padding:0px;
    margin:0px;
    margin-left:4px;
    border:none;

}

footer
{
    clear:both;
    float:left;
    height:26px;
    width:100%;

    background-color:#CCC;

    color: #00ccff;
    font-size: 10px;
    text-align: center;
    text-shadow:none;


    padding-top: 6px;
    margin-top:10px;
    magin-bottom:6px;

    /*
	box-shadow: 0px 0px 19px #c4cbcd;
	-moz-box-shadow: 0px 0px 19px #c4cbcd;
	-webkit-box-shadow: 0px 0px 19px #c4cbcd;
    */

}

/* Specialized ID's and Classses  */

#wrapper_color
{
    position:absolute;
    width:920px;
    height:auto;
    /* background-color:#b2d5d5;
    background-color:#f9f8f8;*/

}
#twitter_widget
{
    margin-left:18px;
    padding-top: 15px;
    padding-bottom:15px;

}
