html, body {
        background-image: url('../img/bg_body.jpg');
	background-position: left top;
        background-repeat: repeat-x;
	background-color: #fafafa;
	font-size: 10px;
	font-family: Trebuchet MS, Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#wrapper {
        margin: 0px auto; 
        text-align: left; 
        width: 750px; 
        height: 100%; 
        position: relative; 
        padding: 0px 0px;
}

#header {
        background-image: url('../img/baner.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-color: #FFF;
        width: 750px;
        height: 111px;
}

#menu {
        background-image: url('../img/bg_menu.jpg');
        background-repeat: repeat-x;
        background-position: left top;
        height: 26px;
        width: 750px;
        text-align: center;         
}

#belka {
        background-image: url('../img/belka.jpg');
        background-repeat: repeat-x;
        background-position: left top;
        height: 35px;
        width: 750px;        
}
 

#mid {
    background-color: #fafafa;
    width: 750px;
    text-align: left;
}

#mid div.midtop {
    background-image: url('../img/mid_top.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 11px;
    width: 600px; 
}
#mid div.midcontent {
    background-image: url('../img/mid_content.jpg');
    background-repeat: repeat-y;
    background-position: left top;
    height: 100%;
    width: 600px; 
}
#IE #mid div.midcontent {
    margin: 0px; 
    padding: 0px;
}
#mid div.midbottom {
    background-image: url('../img/mid_bottom.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    height: 15px;
    width: 600px; 
}

#footer {
    background-color: #fafafa;
    height: 30px;
    width: 750px;
    text-align: left;
    padding-top: 10px;
}

a.gmenu:link, a.gmenu:visited, a.gmenuactive {
        background-image: url(../img/noactive.jpg); 
        background-repeat: no-repeat; 
        font-family: Tahoma; 
        font-size: 11px; 
        font-weight: bold; 
        color: #000; 
        text-decoration: none;
        width: 95px;
        height: 26px;
        display: block;
        padding-top: 7px;
        text-align: center;
        margin-right: 1px;
        float: left;
        text-transform: uppercase;
}
a.gmenu:hover, a.gmenuactive {
        background-image: url(../img/active.jpg);
        color: #FFF;
}

#IE a.gmenu:link, #IE a.gmenu:visited, #IE a.gmenuactive {padding-top: 7px; height: 19px;}

a.dmenu:link, a.dmenu:visited {
        font-family: Tahoma; 
        font-size: 10px; 
        font-weight: normal; 
        color: #000; 
        padding-top: 7px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        text-decoration: none;
}
a.dmenu:hover {
        text-decoration: underline;
}


h2 {
        font: bold 14px Verdana;
        color: #B51213; 
        text-align: left;
        width: 400px;
        border-bottom: 1px solid #B51213;
}

div.tresc {
        font: normal 11px Verdana; 
        color: #000; 
        text-align: left;
        line-height: 16px;
}


table tr td {color: #000; text-align: left;}

input.kont, input.kont1 {
        background-color: #DFDFDF;
        color: #3F3F3F;
        border: 1px solid #3F3F3F;
        width: 200px;
        font-size: 11px;
        font-family: Arial;
}
input.kont1 {
        background-color: transparent;
        border: 0px solid #3F3F3F;
}
input.przycisk {
        background-color: #BFBFBF;
        color: #3F3F3F;
        border: 1px solid #000;
        width: 100px;
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
        cursor: pointer;
}
textarea.kont {
        background-color: #DFDFDF;
        color: #3F3F3F;
        border: 1px solid #3F3F3F;
        width: 200px;
        height: 40px;
        overflow:hidden;
        font-size: 11px;
        font-family: Arial;
}

/*------- baner z życzeniami -----*/
div.dvPopUp {position: absolute; z-index: 2000; margin: 0px auto;}
