p {
        font-size: 12px;
        width: 570px;
        margin-left: 20px;
}
li {
        font-size:12px;;
}
a {
        color: #FF7F50;
        font-size: 12px;
        text-decoration:none;
}
a:hover {
        color: #7E7E7E;
}
p:first-letter {
        font-weight: bold;
        font-size: 16px;
}
body {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(grafika/tlo-body.gif);
        background-position: top;
        background-repeat: repeat-x;

}
.w_777 {
        width: 777px;
        margin: auto;
        background-image: url(grafika/tlo-cien.gif);
        background-repeat: repeat-y;
        padding-left: 9px;
        padding-right: 9px;
}
.ambasador {
        border: 1px solid #DBDBDB;
        padding:5px;
        background-color: #F5F5F5;
        margin: auto;
        width: 580px;
        text-align: center;
        margin-top: 2px;
}
div.ambasador a {
        display: block;
        font-size: 12px;
        font-weight: bold;
        }
.naglowek {
        width: 601px;
        height: 20px;
        background-image: url(grafika/tlo-naglowek.gif);
}
.center {
        margin:auto;
        width: 500px;
        text-align:center;
}
#LeweMenu {
        width: 176px;
        float: left;
        background-image: url(grafika/tlo-lewemenu.gif);
        background-repeat: repeat-y;
        height: 400px;
}
#SrodekStrony {
        width: 601px;
        float: right;
        background-image: url(grafika/tlo-domek.gif);
        background-position: bottom;
        background-repeat: no-repeat;
        height: 400px;
}
#stopka {
        width: 777px;
        height: 25px;
        background-image: url(grafika/tlo-stopka.gif);
        background-repeat: repeat-x;
        clear: both;
        color: White;
        font-size: 11px;
        font-weight: bold;
        }
/*Styl rozwijanych podmenu*/
a.rozwin {
        width: 160px;
        font-weight: bold;
        font-size: 11px;
        color: #959595;
        text-decoration: none;
         border-top: 1px solid #C4C4C4;
         display: block;
        padding: 4px;
        text-align: right;
        background-color: #E3E3E3;
}
a.rozwin:HOVER {
        background-color: #DDDDDD;
        color: #FF8759;
}
/* styl dla formularzy */
form {
                width: 550px;
                font-size: 12px;
}
fieldset {
	border: 1px solid #BDBDBD;
	padding: 10px;
}
label {
	display: block;
	padding: 5px;
	}
select {
	border: 1px solid #BDBDBD;
	background-color: #FFFCF2;
	width: 230px;
}
.inputtxt{
	border: 1px solid #BDBDBD;
	background-color: #FFFCF2;
	width: 200px;
	}
.inputsmall {
	border: 1px solid #BDBDBD;
	background-color: #FFFCF2;
	width: 40px;
	margin-left:5px;
	margin-right:5px;
}
.textarea {
	border: 1px solid #BDBDBD;
	background-color: #FFFCF2;
	width: 200px;
	height:50px;
}

