﻿html 
{
    height:100%;
    font-family: Verdana;
    font-size: 11px; 
    margin: 0;
    padding: 0;
}

#body 
{
    height:100%;
    background-color: #c7c1b9;
    background-image: url(Gfx/design_bg.gif);
    background-repeat: repeat-x;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

#Design_Top
{
    background-image: url(Gfx/design_top.png);
    width: 801px;
    height: 160px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
#Design_Menu
{
    background-image: url(Gfx/design_menu.png);
    width: 801px;
    height: 41px;
    margin-left: auto;
    margin-right: auto;
}

#Design_Main_Top
{
    background-image: url(Gfx/design_main_top.png);
    width: 802px;
    height: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#Design_Main_Bg
{
    background-color: White;
    width: 802px;
    margin-left: auto;
    margin-right: auto;
}


.Big_Bar_Top
{
    background-image: url(Gfx/big_bar_top.jpg);
    width: 734px;
    height: 16px;
    margin-left: auto; 
    margin-right: auto;
}
.Big_Bar_Main
{
    background-image: url(Gfx/big_bar_main.jpg);
    width: 734px;
    margin-left: auto; 
    margin-right: auto;
}
.Big_Bar_Bottom
{
    background-image: url(Gfx/big_bar_bottom.jpg);
    width: 734px;
    height: 17px;
    margin-left: auto; 
    margin-right: auto;
}

.Medium_white_bar
{
    background-image: url(Gfx/medium_white_bar.jpg);
    width: 475px;
    height: 312px;
    margin-left: auto; 
    margin-right: auto;
}



a.topMenu:link, a.topMenu:visited 
{
    color: White;
	text-decoration: none;
}
a.topMenu:hover, a.topMenu:active 
{
    color: #454545;
	text-decoration: none;
}

.Design-Menu-On
{
    color: #454545;
    background-color: #a3b030;
    height: 22px;
    cursor: pointer;
}
.Design-Menu-Off
{
    color: White;
    background-color: Transparent;
}

.InputField
{
    border: solid 1px #cccccc;
    font-family: Verdana;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
}
.InputButton
{
    background-image: url(Gfx/button_bg_light_green.jpg);
    border: solid 2px #c3c3c3;
    font-family: Verdana;
    font-size: 10px;
    padding: 3px 3px 3px 3px;
}
.InputButtonGreen
{
    background-image: url(Gfx/button_bg_green.jpg);
    border: solid 2px #c3c3c3;
    font-family: Verdana;
    font-size: 10px;
    padding: 3px 3px 3px 3px;
}
.InputButton_Send
{
    background-image: url(Gfx/btn_Send.png);
    width: 62px;
    height: 22px;
}
.InputButton_Gem
{
    background-image: url(Gfx/btn_gem.png);
    width: 62px;
    height: 22px;
}
.InputButton_Skriv
{
    background-image: url(Gfx/btn_skriv.png);
    width: 62px;
    height: 22px;
}
.InputButton_Tilbage
{
    background-image: url(Gfx/btn_tilbage.png);
    width: 62px;
    height: 22px;
}
.InputButton_Skriv_til_os
{
    background-image: url(Gfx/btn_skriv_til_os.png);
    width: 109px;
    height: 22px;
}


a, a:link, a:visited
{
	color: #385e1f;
	text-decoration: none;	
}
	
a:hover, a:active 
{
	text-decoration: underline;
	color: #698e51;
}
