/*
* CSS compatible: IE 6+, FF 1.5+, O 9.0+
*
* Błędy przez wyuszenie kompatybilności na IE - zmora...
*
* 2009 © Watch and learn - DreamNet Studio
* http://www.yota.home.pl
*
*/

html { height: auto; _height: 100%; margin: 0; padding: 0} 
body {
    background: url(images/bottom.jpg) no-repeat bottom #e1c794;
    padding:    0;
    margin:     0;
	_height: 100%;
}

#container {
    width:      1024px;
    margin:     0 auto;
	_height: 100%;
    display:    block;
    background: url(images/powt.jpg) repeat-y;
}

#tlo {
	_height: 100%;
    width:      1024px;
    margin:     0;
    background: url(images/tresc.jpg) bottom no-repeat;
}


#top {
    background: url(images/top.jpg) top center no-repeat;
    width:      1024px;
    height:     174px;
}

#fleszyk {
    position:   relative;
    left:       634px;
    width:      342px;
    height:     152px;
	top:		24px
}

#obrazek {
    position:   relative;
    left:       600px;
    width:      360px;
    height:     165px;
	top: 		20px;
	background: transparent url(images/domek.png) no-repeat;
}

#stopka {
	padding-top:	5px;
	text-align: center;
	width: 		1024px;
	height: 	208px;
}

/* MENU */
#menu {
    font-family: "Arial Rounded MT Bold";
    margin:      0 auto;
    background:  url(images/menu.jpg) no-repeat;
    width:       900px;
    height:      47px;
    padding:     0;
    text-align:  center;
}

#menu ul {
    position:    relative;
    font-weight: bold;
    font-size:   22px;
    display:     inline;
    list-style-type: none;
    padding:     0;
    margin:      0;
}

#menu ul li {
    display:    inline;
}

#menu ul li a{
	color:		 fecc9f;
	cursor:		 pointer;
    margin:      0 20px 0 20px;
    text-decoration: none;
    color:       #fecc9f;
    font-weight: bold;
}

#menu ul li a:hover{
    text-decoration: none;
    color:      #97461a;
}

#menu ul li a.active{
    color:      #97461a;
}

#menu ul li a:visited{
    text-decoration: none;
}

/* koniec menu */

#tresc {
	line-height:	1.2em;
	font-size:		18px;
    height:         auto;
    display:        block;
    padding:        0 110px;
    text-align:     justify;
    color:          white;
}

#tresc p {
    margin:         10px 0 0;
    padding:        0;
}

.zdjecie {
	margin: 0 20px;
}

#lang { position: absolute; display: block; float: left; top: 80px; left: 212px;}
#de, #ang, #pl     {width: 25px; height: 16px; display: block; float: left; cursor: pointer;}
#ang {position: relative; left: 10px;}
#de   {position: relative; left: 22px;}

