/* CSS Document */
body {
	margin:0;
	background-color:rgb(226,216,208);
}

body,td,p {
	font-family:tahoma,verdana,arial;
	font-size:9pt;
	color:#444444;
}

p {
	text-align:justify;
	line-height:18px;
}

ul {
	line-height:18px;
}

a:link, a:visited {
	color:rgb(83,50,30);
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

table.menu {
	margin-top:2px;
	margin-left:10px;
}

table.menu td {
	padding-left:10px;
	padding-top:6px;
	font-size:8pt;
	color:#4A4948;
}

table.menu td a:link, table.menu td a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#4A4948;
}

table.menu td a:hover {
	font-weight:bold;
}

table.menu2 {
	margin-top:10px;
	margin-left:14px;
}

table.menu2 td {
	padding-left:8px;
	padding-top:6px;
	font-size:8pt;
	color:#6A6968;
}

table.menu2 td a:link, table.menu2 td a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#6A6968;
}

table.menu2 td a:hover {
	font-weight:bold;
}

td.body {
	width:586px;
	background-color:white;
	background-image:url('Obrazki/gaga_layout_11.gif');
	background-repeat:no-repeat;	
	padding:20px;
	padding-left:30px;
	vertical-align:top;
}

h1 {
	font-size:12pt;
	color:#A90005;
}

input.txt {
	width:240px;
	border:1px solid #444444;
}

textarea.txt {
	width:380px;
	height:160px;
	border:1px solid #444444;
	overflow:auto;
}

input.but {
	cursor:hand;
	width:90px;
	margin-bottom:6px;
	border:1px solid black;
	background:rgb(229,225,221);
}

img.thumbnail {
	border:2px solid rgb(124,99,85);
}

table.data th {
	text-align:left;
	vertical-align:top;
	padding:2px;
	padding-bottom:6px;
	font-size:8pt;
	font-style:italic;
	font-weight:normal;
	background-color:rgb(249,246,241);
}

table.data td {
	background-color:rgb(255,253,247);
	padding:2px;
	font-size:8pt;	
}

table.data td.n {
	font-weight:bold;
	padding-right:10px;
	padding-left:5px;		
}

table.data td.w {
	text-align:right;
	padding-right:5px;
}

