/* 
    Document   : style
    Created on : 2009-12-10, 12:22:04
    Author     : janek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html
{
    height: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
root
{ 
    display: block;
}

#container
{
    width: 100%;
    min-width: 1114px;
}
body
{
    background-color: #212025;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
#sidebar
{
    float:left;
    min-width:290px;
    width:24%;
}
#sidebar #logo
{
    background-image: url(../images/logo_1.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 140px;
    float: left;
}

#sidebar #down_sidebar
{
    /*background-image: url(../images/pasek.jpg);
    background-position: left top;
    background-repeat: no-repeat;*/
    float: left;
}

#sidebar #menu
{
    float:none;
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
    line-height:20px;
    margin-top:25px;
    padding-left:45px;
}

#sidebar .contact_menu
{
    float: left;
    width: 80%;
    padding-left: 45px;
    padding-top: 30px;
}

#sidebar .contact_menu a
{
    color:#68686F;
    float:left;
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    text-decoration:none;
}
#sidebar .contact_menu a:hover,#sidebar .contact_menu .active
{
    color: #c2ffff;
}

#sidebar .contact_menu_down
{
    float: left;
    width: 80%;
    padding-left: 45px;
    padding-top: 30px;
}

#sidebar .contact_menu_down a
{
    color:#68686F;
    float:left;
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    text-decoration:none;
}

#sidebar .contact_menu_down a.order
{
    color:#68686F;
    float:left;
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    text-decoration:none;
}
#sidebar .contact_menu_down a:hover, #sidebar .contact_menu_down .active
{
    color: #fff0c2;
}

#sidebar #menu a
{
    float: left;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
    color: #68686f;
}
#sidebar #menu a:hover,#sidebar #menu .active
{
    color: #c2ffff;
}

#sidebar #searchform
{
    height: 245px;
    float: none;
}

#sidebar #searchform form#search
{
    float: left;
    margin-top: 20px;
}

#sidebar #searchform form#search input.text
{
    background-color:transparent;
    background-image:url("../images/search2.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    float:left;
    font-size:10px;
    height:17px;
    padding-left:10px;
    width:185px;
}

#sidebar #searchform form#search input.lupa
{
    background-color:transparent;
    background-image:url("../images/lupa.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    float:left;
    height:19px;
    width:21px;
}

#sidebar #adress
{
    color:#68686F;
    float:left;
    font-family:'Times New Roman',Italic,Arial;
    font-size:9pt;
    font-style:italic;
    font-weight:bold;
    margin-top:5px;
}

#sidebar #adress a
{
    color:#68686F;
    text-decoration: none;
}

#sidebar #adress a:hover
{
    color:#C2FFFF;
    text-decoration: none;
}

#main_page
{
    width: 73%;
    min-height: 100%;
    float: left;
}

#main_page #header
{
    background-image: url('../images/pasek_header.jpg');
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
    float: left;
    color: #68686F;
}

#main_page #content
{
    background-color:#C2FFFF;
    background-image:url("../images/logo2.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    float:left;
    height:420px;
    width:100%;
}

#main_page #content p
{
    background-image:url("../images/text_bg.png");
    background-position:center bottom;
    color:#18181B;
    float:left;
    font-family:'Times New Roman',Italic,Arial;
    font-size:29px;
    font-style:italic;
    line-height:38px;
    margin:47px 65px 50px 50px;
    position:relative;
}

#main_page #content #instruction
{
    color:#18181B;
    float:left;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    margin-left:50px;
    margin-top:105px;
}
#nyheter
{
    color: white;
    float: left;
    width: 73%;
    /*background-image: url('../images/pasek_1.jpg');*/
    background-position: right;
    background-repeat: no-repeat;
}

#nyheter #bag
{
    width: 100%;
    background-image:url("../images/pasek_1.jpg");
    background-position:right top;
    background-repeat:no-repeat;
    float: left;
}

#nyheter #header
{
    background-image: url('../images/pasek_header.jpg');
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
    float: left;
}

#nyheter #header a
{
    text-decoration: none;
}

#nyheter .article
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#nyheter .article a
{
    text-decoration: none;
}

#nyheter .article:hover
{
    background-color: #C2FFFF;
}

#nyheter .article .image
{
    border:0px;
    float: left;
    max-width: 216px;
}
#nyheter .article .image img
{
    border:0px;
    float: left;
    width: 216px;
}

#nyheter .article .article_body
{
    padding-left: 50px;
    padding-right: 25px;
    min-width: 500px;
    float: left;
    color: #68686F;
    width: 60%;
}

#nyheter .article .article_body a
{
    text-decoration: none;
}

#nyheter .article .article_body .article_name
{
    margin-top: 5px;
    float: left;
    font-size: 22pt;
    font-family: 'Times New Roman', Arial;
    font-style: italic;
}

#nyheter .article .article_body .article_name a
{
    color:#68686F;
    text-decoration: none;
}

#nyheter .article .article_body .article_content
{
    float: left;
    font-size: 9pt;
    font-family: 'Times New Roman', Roman, Arial;
}

#nyheter .article .article_body .article_content a
{
    text-decoration: none;
}

#nyheter .article .article_body .les_mer
{
    float:left;
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    margin-top:10px;
}

#nyheter .article .article_body .les_mer a
{
    color: #68686F;
    text-decoration: none;
}

#nyheter .article .article_body .les_mer a
{
    font-weight: bold;
}

#full_article
{
    background-image:url("../images/pasek_1.jpg");
    background-position:right bottom;
    background-repeat:no-repeat;
    float:left;
    max-width:72%;
    min-height:660px;
    min-width:705px;
}

#full_article2
{
    background-image:url("../images/bg_full_article.png");
    background-position:left top;
    background-repeat:repeat-y;
    float:left;
    width: 100%
}

#full_article #full_article_image
{
    background-color:#212025;
    border:0 none;
    float:left;
    width:216px;
}

#full_article #article
{
    background-color: #C2FFFF;
    float:left;
    min-height:420px;
    padding-top:25px;
    width:73%;
}

div#container div#content_single_djs #full_article
{
    background-image:url("../images/pasek_1.jpg");
    background-position:right bottom;
    background-repeat:no-repeat;
    float:left;
    max-width:80%;
    min-height:660px;
    min-width:600px;
    width: 100%;
}

div#container div#content_single_djs #full_article #article_dj
{
    background-color:#C2FFFF;
    float:left;
    max-width:66%;
    min-height:125px;
    padding-top:25px;
}

div#container div#content_single_djs #full_article #article_dj div#options
{
    float:left;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    margin-left:40px;
    margin-top:60px;
    min-height:50px;
    width:100%;
}

div#container div#content_single_djs #full_article #article_dj div#options div#contact_window
{
    border:1px dotted;
    float:left;
    visibility:hidden;
    height: 0px;
}

div#container div#content_single_djs #full_article #article_dj div#options div#pdf
{
    float:left;
    width: 150px;
}

div#container div#content_single_djs #full_article #article_dj div#options div#pdf a
{
    color:#68686F;
    text-decoration:none;
}

div#container div#content_single_djs #full_article #article_dj div#options div#pdf a:hover
{
    text-decoration: none;
    color: #000000;

}
div#container div#content_single_djs #full_article #article_dj div#options div#tips
{
    float:left;
    width: 150px;
}

div#container div#content_single_djs #full_article #article_dj div#options div#tips a
{
    color:#68686F;
    text-decoration:none;
}

div#container div#content_single_djs #full_article #article_dj div#options div#tips a:hover
{
    text-decoration: none;
    color: #000000;
}

div#container div#content_single_djs #full_article #article_dj div#options div#facebook
{
    float:left;
    width: 120px;
}

div#container div#content_single_djs #full_article #article_dj div#options div#facebook a
{
    color:#68686F;
    text-decoration:none;
}

div#container div#content_single_djs #full_article #article_dj div#options div#facebook a:hover
{
    text-decoration: none;
    color: #000000;
}

div#container div#content_single_djs #full_article #article_dj div#options div#pressebilde
{
    float:left;
    width: 150px;
}

div#container div#content_single_djs #full_article #article_dj div#options div#pressebilde a
{
    color:#68686F;
    text-decoration:none;
}

div#container div#content_single_djs #full_article #article_dj div#options div#pressebilde a:hover
{
    text-decoration: none;
    color: #000000;
}

div#container div#content_single_djs #full_article #article_dj div#options input#liste
{
    float:left;
    background-image: url('../images/bullet_circle_black.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #C2FFFF;
    /*margin-left: 15px;*/
    color:#68686F;
    border: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    padding-left: 15px;
}

div#container div#content_single_djs #full_article #article_dj div#options input.subm
{
    float:left;
    background-image: url('../images/bullet_cirkle_full_black.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #C2FFFF;
    /*margin-left: 15px;*/
    color:#68686F;
    border: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    padding-left: 15px;
}

div#container div#content_djs div#djs div.single_dj input.subm
{
    float:left;
    background-image: url('../images/bullet_circle_full.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    /*margin-left: 15px;*/
    color:#68686F;
    border: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    padding-left: 15px;
    margin-top: 20px;
}

div#container div#content_djs div#djs div.single_dj input.subm:hover
{
    text-decoration: none;
    color: #fff0c2;
    background-image: url('../images/bullet_circle_full_active.png');
    background-position: left;
    background-repeat: no-repeat;
}

/*#full_article #article div#options input#liste a
{
    color:#68686F;
    font-size:10.5pt;
    font-weight:bold;
    text-decoration:none;
    padding-left: 15px;
}*/

div#container div#content_single_djs #full_article #article_dj div#options input#liste:hover
{
    text-decoration: none;
    color: #000000;
    background-image: url('../images/bullet_cirkle_full_black.png');
    background-position: left;
    background-repeat: no-repeat;
}

div#container div#content_single_djs #full_article #article_dj #full_article_name
{
    color: #68686F;
    float: left;
    font-size: 22pt;
    font-family: 'Times New Roman', Roman, Arial;
    font-style: italic;
    width: 100%;
    padding-left:40px;
    padding-right:40px;
}

div#container div#content_single_djs #full_article #article_dj #full_article_intro
{
    color: #68686F;
    float: left;
    font-size: 10pt;
    font-family: 'Times New Roman', Roman, Arial;
    padding-left:40px;
    padding-right:40px;
}

div#container div#content_single_djs #full_article #article_dj #full_article_content
{
    color: #68686F;
    float: left;
    font-size: 10pt;
    font-family: 'Times New Roman', Roman, Arial;
    padding-left:40px;
    padding-right:40px;
}

#full_article #article #full_article_name
{
    color: #68686F;
    float: left;
    font-size: 22pt;
    font-family: 'Times New Roman', Roman, Arial;
    font-style: italic;
    width: 100%;
    padding-left:40px;
    padding-right:40px;
}

#full_article #article #full_article_intro
{
    color: #68686F;
    float: left;
    font-size: 10pt;
    font-family: 'Times New Roman', Roman, Arial;
    font-weight: bold;
    padding-left:40px;
    padding-right:40px;
}

#full_article #article #full_article_content
{
    color: #68686F;
    float: left;
    font-size: 10pt;
    font-family: 'Times New Roman', Roman, Arial;
    padding-left:40px;
    padding-right:40px;
}

#full_article #header
{
    background-image: url('../images/pasek_header.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #212025;
    width: 100%;
    min-width: 500px;
    height: 140px;
    float: left;
    color: #68686F;
}

#full_article #header #stats
{
    float:left;
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    margin-left:40px;
    margin-top:55px;
}

#full_article #header #stats font
{
    color: #C2FFFF;
}
#artister
{
    width: 72%;
    min-width: 500px;
    min-height: 660px;
    float: left;
    background-image: url('../images/pasek_1.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
}

#artister #header
{
    background-image: url('../images/pasek_header.jpg');
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 500px;
    height: 140px;
    float: left;
}

#artister #content
{
    width: 100%;
    min-height: 400px;
    float: left;
    background-color: #c2FFFF;
}

#artister #content p
{
    color:#18181B;
    float:left;
    font-family:'Times New Roman',Italic,Arial;
    font-size:19pt;
    font-style:italic;
    line-height:38px;
    margin:55px 50px 10px;
    position:relative;
}
#artister #content #instruction
{
    color:#18181B;
    float:left;
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    margin-left:50px;
    margin-top:10px;
}
.pagenavigator
{
    float: right;
    min-width: 50px;
    height: 15px;
}

.pagenavigator span a
{
    color: #68686F;
    text-decoration: none;
}

.pagenavigator span a:hover
{
    color: #c2FFFF;
}

div#container div#content_single_djs div#right_menu
{
    background-image:url("../images/pasek_1.jpg");
    background-position:right bottom;
    background-repeat:no-repeat;
    float:right;
    min-height:664px;
    position:relative;
    width:20%;
}

div#container div#content_single_djs div#right_menu a
{
    background-image:url("../images/bullet_circle_full.png");
    background-position:left center;
    background-repeat:no-repeat;
    color:#68686F;
    float:left;
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    line-height:20px;
    margin-left:20px;
    padding-left:20px;
    position:relative;
    text-decoration:none;
}

div#container div#content_single_djs div#right_menu a:hover
{
    background-image:url("../images/bullet_circle_full_active.png");
    color: #C2FFFF;
}

div#container div#content_single_djs div#right_menu div#submenu
{
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}

div#container div#content_single_djs div#right_menu div#submenu div.item_name
{
    float: none;
    margin-left: 15px;
    color: #68686F;
    font-weight: bold;
    font-family: Arial;
    font-size:9pt;
    line-height:20px;
}

div#container div#content_single_djs div#right_menu div#submenu form
{

    float: none;
    margin-left: 15px;
}

div#container div#content_single_djs div#right_menu div#submenu input
{
    margin: 0px;
    padding-left: 5px;
    background-color: transparent;
    border: 0px;
    float: none;
    color: #68686F;
    font-weight: bold;
    font-family: Arial;
}

div#container div#content_single_djs div#right_menu div#submenu input:hover
{
    color: #C2FFFF;
}

div#container div#content_single_djs
{
    width: 72%;
    min-height: 500px;
    position: relative;
    float: left;
}

div#container div#content_single_djs div#single_dj
{
    min-width: 650px;
    max-width: 80%;
    min-height: 500px;
    float: left;
}

div#container div#content_single_djs #header
{
    background-image: url('../images/pasek_header.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-color: #212025;
    width: 100%;
    min-width: 500px;
    height: 140px;
    float: left;
    color: #68686F;
}

div#container div#content_single_djs div#right_menu div#up_submenu
{
    background-image:url("../images/pasek_header.jpg");
    background-position:right;
    background-repeat:no-repeat;
    float:left;
    height: 150px;
    position:relative;
    width:100%;
}

div#container div#content_djs form
{
    float: right;
    margin-right: 30px;
}

div#container div#content_djs input#liste
{
    float:left;
    background-image: url('../images/bullet_cirkle.png');
    background-position: left;
    background-color: #212025;
    background-repeat: no-repeat;
    color:#68686F;
    font-size:8pt;
    font-weight:bold;
    border: 0px;
    padding-left: 15px;
    margin-top: 25px;
}

div#container div#content_djs input#liste:hover
{
    text-decoration: none;
    color: #fff0c2;
    background-image: url('../images/bullet_circle_full_active.png');
    background-position: left;
    background-repeat: no-repeat;
}
div#container div#content_djs #header
{
    background-image: url('../images/pasek_header.jpg');
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 500px;
    height: 140px;
    float: left;
    color: #68686F;
}

div#container div#content_djs #header #stats
{
    float:left;
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    margin-left:40px;
    margin-top:55px;
}

div#container div#content_djs #header #stats font
{
    color: #C2FFFF;
}

div#container div#content_djs
{
    width: 72%;
    min-height: 500px;
    position: relative;
    float: left;
}

div#container div#content_djs div#djs
{
    background-image:url("../images/pasek_1.jpg");
    background-position:right bottom;
    background-repeat:no-repeat;
    float:left;
    max-width:77%;
    min-height:664px;
    min-width:620px;
    width: 80%;
}

div#container div#content_djs div#djs div.single_dj
{
    width: 100%;
    float: left;
}

div#container div#content_djs div#djs div.name
{
    color:#68686F;
    float:left;
    font-family:'Times New Roman',Italic,Arial;
    font-size:26pt;
    font-style:italic;
    padding-left:25px;
    padding-top: 5px;
}

div#container div#content_djs div#djs div.name a
{
    color: #68686F;
    text-decoration: none;
}

div#container div#content_djs div#djs div.name a:hover
{
    color: #C2FFFF;
    text-decoration: none;
}

div#container div#content_djs div#djs div.image img
{
    height: 60px;
    width: 45px;
    float: left;
}

div#container div#content_djs div#right_menu
{
    background-image:url("../images/pasek_1.jpg");
    background-position:right bottom;
    background-repeat:no-repeat;
    float:right;
    min-height:664px;
    position:relative;
    width:180px;
}

div#container div#content_djs div#right_menu div#up_submenu
{
    float:left;
    height: 140px;
    position:relative;
    width:100%;
    background-image:url("../images/pasek_header.jpg");
    background-position:right;
    background-repeat:no-repeat;
}

div#container div#content_djs div#right_menu a
{
    background-image:url("../images/bullet_circle_full.png");
    background-position:left center;
    background-repeat:no-repeat;
    color:#68686F;
    float:left;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    line-height:20px;
    margin-left:15px;
    padding-left:20px;
    position:relative;
    text-decoration:none;
}

div#container div#content_djs div#right_menu a:hover
{
    background-image:url("../images/bullet_circle_full_active.png");
    color: #C2FFFF;
}

div#container div#content_djs div#right_menu div#submenu
{

    margin-top: 25px;
    float: left;
}

div#container div#content_djs div#right_menu div#submenu form
{
    float: none;
    margin-left: 15px;
}

div#container div#content_djs div#right_menu div#submenu input
{
    margin: 0px;
    padding-left: 5px;
    background-color: transparent;
    border: 0px;
    font-size: 9pt;
    float: none;
    color: #68686F;
    font-weight: bold;
    font-family: Arial;
}

div#container div#content_djs div#right_menu div#submenu input:hover
{
    color: #C2FFFF;
}

div#container div#content_djs div#right_menu div#submenu img
{
    margin-top: 5px;
    border: 0px;
    padding: 0px;
    float: left;
}

div#om_oss
{
    min-height: 500px;
    width: 72%;
    color: #68686F;
    float: left;
}

div#om_oss div#content
{
    min-height: 500px;
    background-color: #C2FFFF;
    color: #68686F;
    float: left;
}

div#om_oss div#content div#left_site
{
    min-height: 500px;
    width: 250px;
    color: #68686F;
    float: left;
}

div#om_oss div#content div#left_site div#adress
{
    color:#68686F;
    float:left;
    font-family:'Times New Roman',Italic,Arial;
    font-size:9pt;
    font-style:italic;
    font-weight:bold;
    margin-top:45px;
    padding-left:45px;
}

div#om_oss div#content div#left_site div#adress a
{
    text-decoration: none;
    color: #68686F;
}

div#om_oss div#content div#short_description
{
    float:none;
    font-family:'Times New Roman',Italic,Arial;
    font-size:28pt;
    font-style:italic;
    min-width:500px;
    padding-right:70px;
    padding-top:20px;
}

div#om_oss div#content div#description
{
    padding-right: 70px;
    font-size: 11pt;
    font-family: Arial;
    min-width: 500px;
    float: none;
}

div#om_oss div#content div#instruction
{
    padding-right: 70px;
    padding-top: 20px;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial;
    min-width: 500px;
    float: none;
}

div#om_oss div#header
{
    background-image: url('../images/pasek_header.jpg');
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 500px;
    height: 140px;
    float: left;
    color: #68686F;
}

div#order
{
    width: 72%;
    min-height: 750px;
    float: left;
}

div#order div#header
{
    width: 100%;
    min-width: 500px;
    height: 140px;
    float: left;
    color: #68686F;
}

div#order div#dj_list
{
    width: 30%;
    min-height: 500px;
    max-height: 500px;
    float: left;
    color: #68686F;
    background-color: #fff0c2;
}

div#order div#dj_list a
{
    margin-left: 70px;
    float: left;
    color: #000000;
    text-decoration: none;
    padding-left: 20px;
    background-image: url('../images/bullet_cirkle_full_black.png');
    background-position: left;
    background-repeat:  no-repeat;
    line-height: 25px;
}

div#order div#dj_list div#title
{
    color:#000000;
    float:none;
    font-family:'Times New Roman',Italic,Arial;
    font-size:18pt;
    font-style:italic;
    margin-left:70px;
    margin-top:40px;
    margin-bottom:30px;
    width:195px;
}

div#order div#order_form
{
    width: 70%;
    min-height: 500px;
    float: left;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    background-color: #fff0c2;
}

div#order div#order_form form
{
    margin-left: 40px;
}

div#order div#order_form table
{
    margin-top: 40px
}

div#order div#order_form tr
{
    margin-top: 20px
}

div#order div#order_form input.small
{
    background-color:transparent;
    background-image:url("../images/text_box.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    margin-bottom:7px;
    margin-right:44px;
    margin-top:5px;
    padding-left:7px;
    padding-right:7px;
    width:190px;
}

div#order div#order_form textarea.medium
{
    background-color:transparent;
    background-image:url("../images/medium_text_box.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    margin-bottom:7px;
    margin-top:5px;
    padding-left:7px;
    padding-right:7px;
    width:190px;
}

div#order div#order_form textarea.big
{
    background-image: url('../images/big_text_box.png');
    background-color: transparent;
    background-position: left;
    background-repeat:  no-repeat;
    padding-left: 7px;
    padding-right: 7px;
    border: 0px;
    width: 445px;
    margin-bottom:7px;
    margin-top:5px;
}

div#order div#order_form div#huk
{
    background-image: url('../images/bullet_cirkle_full_black.png');
    background-color: transparent;
    background-position: left;
    background-repeat:  no-repeat;
    padding-left: 20px;
    border: 0px;
    margin-bottom:7px;
    margin-top:5px;
    font-family: Arial;
    font-size: 11px;
    float: left;
}

div#order div#order_form input.submin_button
{
    background-color:transparent;
    background-image:url("../images/send_button.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    float:left;
    margin-left:117px;
    width:200px;
    height: 20px;
}

div#contact
{
    width: 72%;
    min-height: 660px;
    float: left;
}

div#contact div#header
{
    background-image: url('../images/pasek_header.jpg');
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 500px;
    height: 140px;
    float: left;
    color: #68686F;
}

div#contact div#content
{
    width: 32%;
    min-height: 500px;
    max-height: 500px;
    float: left;
    color: #68686F;
    background-color: #C2FFFF;
}

div#contact div#contact_form
{
    width: 68%;
    min-height: 500px;
    float: left;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    background-color: #C2FFFF;
}

div#contact div#contact_form form
{
    margin-left: 40px;
}

div#contact div#contact_form table
{
    margin-top: 40px
}

div#contact div#contact_form tr
{
    margin-top: 20px
}

div#contact div#contact_form input.small
{
    background-color:transparent;
    background-image:url("../images/text_box.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    margin-bottom:7px;
    margin-right:44px;
    margin-top:5px;
    padding-left:7px;
    padding-right:7px;
    width:190px;
}

div#contact div#contact_form textarea.medium
{
    background-color:transparent;
    background-image:url("../images/medium_text_box.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    margin-bottom:7px;
    margin-top:5px;
    padding-left:7px;
    padding-right:7px;
    width:190px;
}

div#contact div#contact_form textarea.big2
{
    background-color:transparent;
    background-image:url("../images/big2_text_box.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    margin-bottom:7px;
    margin-top:5px;
    padding-left:7px;
    padding-right:7px;
    width:190px;
}

div#contact div#contact_form textarea.big
{
    background-image: url('../images/big_text_box.png');
    background-color: transparent;
    background-position: left;
    background-repeat:  no-repeat;
    padding-left: 7px;
    padding-right: 7px;
    border: 0px;
    width: 445px;
    margin-bottom:7px;
    margin-top:5px;
}

div#contact div#contact_form div#huk
{
    background-image: url('../images/bullet_cirkle_full_black.png');
    background-color: transparent;
    background-position: left;
    background-repeat:  no-repeat;
    padding-left: 20px;
    border: 0px;
    margin-bottom:7px;
    margin-top:5px;
    font-family: Arial;
    font-size: 11px;
    float: left;
}

div#contact div#contact_form input.submin_button
{
    background-color:transparent;
    background-image:url("../images/register_deg.png");
    background-position:left center;
    background-repeat:no-repeat;
    border:0 none;
    float:left;
    margin-left:117px;
    height: 20px;
    width:200px;
}

div#contact div#content div#title
{
    color:#000000;
    float:none;
    font-family:'Times New Roman',Italic,Arial;
    font-size:18pt;
    font-style:italic;
    margin-left:50px;
    margin-top:40px;
    width:220px;
}

div#contact div#content div#short
{
    color:#000000;
    float:none;
    font-family:Arial,'Times New Roman';
    font-size:10pt;
    margin-left:50px;
    width:230px;
}

div#contact div#content div#description
{
    color:#000000;
    float:none;
    font-family:Arial,'Times New Roman';
    font-size:10pt;
    margin-left:50px;
    width:230px;
}

div.content-search
{
    float: left;
    width: 75%
}
.FBConnectButton_Simple .FBConnectButton_Text_Simple
{
    padding: 0px;
    margin: 0px;
    padding-bottom:1px;
}

.FBConnectButton_Simple, .FBConnectButton_RTL_Simple
{
    background-repeat:no-repeat;
    outline:medium none;
    text-decoration:none;
}
