﻿@import url("popup.css");
@import url("popup_profilbillede.css");
@import url("login.css");
@import url("top_menu.css");
@import url("news.css");
@import url("news_show.css");
@import url("news_all.css");
@import url("succes.css");
@import url("create_profile.css");
@import url("search_profile.css");
@import url("newsletter.css");
@import url("usestatisten.css");
@import url("faq.css");
@import url("profile_search.css");
@import url("profile_create.css");
@import url("alle_opslag.css");
@import url("vis_opslag.css");
@import url("vis_profil.css");
@import url("galleri_upload.css");
@import url("udvalgte_profiler.css");
@import url("brugerprofil.css");
@import url("sucess_create.css");

body
{
    background-image: url("../images/background.gif");
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    color: #2e2e2e;
}

img
{
    border: 0px;
}

input
{
    border: solid 1px #cccccc;
}

a
{
    color: black;
    cursor: pointer;
    margin: 0px;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.break
{
    margin: 0px;
    clear: both;
}

.pagebreak
{
    page-break-after: always;
    float: left;
}

#holder
{
    position: relative;
    width: 925px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #ffffff;
}

#top
{
    float: left;
    width: 925px;
}

#logo
{
    float: left;
}

#content
{
    float: left;
    width: 925px;
    margin-top: 10px;
}

#content_2
{
    float: left;
    width: 925px;
}

#reklame
{
    float: left;
    width: 100%;
    height: 117px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    margin-top: 10px;
}

.orange_btn_holder
{
    float: left;
    margin: 0px;
}

.orange_btn_left
{
    float: left;
    background-image: url("../images/create_profile_left.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 60px;
}

.orange_btn_middle
{
    float: left;
    background-image: url("../images/create_profile_middle.png");
    background-repeat: repeat-x;
    height: 40px;
    color: #ffffff;
    padding-top: 20px;
}

.orange_btn_right
{
    float: left;
    background-image: url("../images/create_profile_right.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 60px;
}

.opslagManage
{
    background-color: #ffffff;
}

.opslagManage:hover
{
    background-color: #eeeeee;
}

.interest_hide
{
    display: none;
}

.interest_show
{
    display: inline;
}
