/*Struktura*/
#container {
    margin: 0 auto;
    background-color: #feecc7;
    background-repeat: repeat-y;
    border: 1px solid #333;
    width: 764px;
}

#banner {
    background-image: url('gfx/top.jpg');
    height: 190px;
}

#footer {
    clear: both;
    background-image: url('gfx/bottom.jpg');
    height: 57px;
    margin-top: -19px;
}

#content {
    padding-top: 1em;
    margin: 0 2em 0 175px;
    border-left: thick double;
    padding-left: 10px;
    padding-bottom: 25px;
}

#nav {
    float: left;
    width: 175px;
    margin: 0px;
    border-right: thick double;
}

#wizytowka {
    font-size: 10pt;
    background-color: #fef4e0;
    border: medium solid #fbb31c;
    margin: 25px 5px 5px 8px;
    padding: 5px;
    text-align: center;
    width: 140px;
}

#jezyki {
	width: 100%;
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#jezyki a {
	border: none;
}

div#news {
	background-color: #feecc7;
	border: medium solid #d70000;
	width: 50%;
	padding: 10px;
	position: fixed;
	top: 120px;
	left: 25%;
	visibility: hidden;
}

div#news span {
	margin-left: 25px;
	color: #d70000;
	font-weight: bold;
	font-size: 1.2em;
}

div#news span#note {
	color: gray;
	font-size: 0.7em;
	display: block;
	width: 93%;
	text-align: right;
}

/*Formatowanie ogólne*/
body {
    margin: 10px;
    padding: 0;
    color: #000;
    background-color: #c0722f;
    font-family: verdana, arial, tahoma;
}

h1 {
    font-family: "monotype Corsiva", verdana;
    font-size: 34pt;
    border-top: thin solid #d70000;
    border-bottom: medium double #d70000;
    text-align: center;
    background-color: #fdd98c;
}

p {
    text-align: justify;
}

p:first-letter {
    font-size: 13pt;
    font-weight: bold;
}

img.right {
    float: right;
    margin: 5px 0px 5px 10px;
}

img.left {
    float: left;
    margin: 5px 10px 5px 0px;
}

img {
	border: none;
}

/*Formatowanie ogólne - linki*/
a:link {
	color: #856D29;
	border-bottom: 1px dashed;
	text-decoration: none;
}

a:visited {
	color: #523400;
	border-bottom: 1px dashed;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border: none; 
}

/*Formatowanie ogólne - treść*/
p.imgcontainer {
    text-align: center;
}

p.announcement {
    text-align: center;
    font-weight: bold;
    margin: 35px 5px 45px 5px;
}

li.wciecie {
    margin-left: 20px;
    list-style: square;
}

li.szerokie {
    margin: 20px;
    text-align: justify;
}

li.szerokie:first-line {
    font-weight: bold;
}

p.adres { 
	line-height: 1.4em;
	width: 250px;
	height: 175px;
	background-color: #fef4e0;
   border: thin solid #fbb31c;
	padding: 5px;
	margin: 0 0 5px 5px;
	overflow: hidden;
	float: left;
}

table {
	border: none;
}

/*Menu*/
a.menu:link, a.menu:visited {
    display: block;
    background: url('gfx/button.gif') no-repeat;
	 border: none;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-top: 8px;
    padding-left: 32px;
    height: 22px;
    width: 145px;
    margin-bottom: 1px;
    text-decoration: none;
    color: #000;
}

a.selected:link, a.selected:visited {
	display: block;
   background: url('gfx/button1.gif') no-repeat;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-left: 32px;
	height: 22px;
	width: 145px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #000;
}

a.menu:hover {
    background: url('gfx/button1.gif') no-repeat;
}

/*Formularz kontaktowy*/
label {
    float: left;
    width: 155px;
    font-weight: bold;
}

input, select, textarea {
    margin-bottom: 3px;
    border: thin solid;
	 font-family: arial;
}

p.txtSmall {
    color: #999999;
    font-size: smaller;
}

span.hidden {
    display: none;
}

span.error {
    display: block;
    margin-left: 155px;
    color: #ff0000;
}

fieldset {
	border: none;
	margin-bottom: 50px;
}

/*Galeria*/
p.galeria {
	text-align: center;
	margin: 3px;
}

p.galeria img {
	border: thin solid #000000; 
}

a.galeria {
	background-color: #fef4e0;
   border: thin solid #fbb31c;
	width: 80px;
	padding: 2px;
	vertical-align: super;
}