@import url(menu.css);

body {
	background-image: url(../gfx/mainback.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	color: #292929;
	background-color: #f8f8f8;
	font-family: sans-serif;
	font-size: 8pt;
	margin-bottom: 25px;
	margin-left: 125px;
	margin-right: 25px;
	margin-top: 25px;
}

a {
	color: #6779A6;
	text-decoration: none;
}
a:hover {
	color: #6779A6;
	text-decoration: none;
	background-color: #E4E8F0;
}
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #425787;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 17px;
	background: transparent url(../gfx/header.gif) no-repeat 0 0;
	width: 800px;
	height: 70px;
	display: block;
}
h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #425787;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
}
h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #425787;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
}
p {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	text-indent: 30px;
	text-align: justify;
	display: block;
	line-height: 110%;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	color: #4E4E4E;
}
td {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #838383;
}
img, img a, img a:hover {
	background-color: White;
}

#investBox, #themainTextBox {
	width: 800px;

	margin-top: 25px;
	display: block;
}
#leftSide, #rightSide {
	width: 395px;
	height: 350px;
	margin-bottom: 75px;
	float: left;
	display: block;
}

a.investItem {
	width: 355px;
	height: 85px;
	padding: 1em;
	overflow: hidden;
	
	border: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: White;
	
	clear: both;
	display: block;
	
	text-decoration: none;
	color: Silver;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
}
a.investItem:hover {
	background-color: #F7F7F7;
	color: Silver;
}

.investItemTit {
	color: Maroon;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	display: inline;
}

.investPhoto { border: 3px solid #e3e3e3; }

#theFooter {
	background: transparent url(../gfx/footer.gif) no-repeat 0 0;
	width: 800px;
	height: 100px;
	display: block;
	padding: 7px;
	margin-bottom: 50px;
	color: Gray;
	clear: both;
}
DIV.lista_inwestycji {
	padding-top: 10;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10;
	overflow: auto;
	width: 395px;
	height: 400px;
}