body {
	font-family: Verdana, Sans Serif;
	background-color: white;
	color: slateGray;
	margin: 0;
}

body, h1, h2 { /* głupi IE */
	font-size: small;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: maroon;
}

q {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

div#header {
	background-color: #80b1de;
	background-image: url('/img/vertical-header.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
	padding-top: 0.5em;
	height: 150px;
}
	
div#menu {
	text-align: center;
	margin: 0;
}

div#menu ul#breadcrumbs {
	color: cornflowerBlue;
	margin: 0;
	padding: 0;
}

div#menu ul#breadcrumbs li {
	display: inline;
	font-size: smaller;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}

div#menu ul#breadcrumbs li a {
	margin-right: 1em;
}

div#content {
	text-align: justify;
	margin: 0;
	margin-top: 0.2em;
	padding: 0;
	margin-left: 5%;
}

div#content div#left {
	vertical-align: top;
	background-color: #ffb;
	float: left;
	width: 180px;
	height: 30em;
	overflow: hidden;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 1em;
	border-right: thin solid yellowGreen;
}

div#content div#left div#quotation_container {
	width: 100%;
	height: 100%;
	color: gray;
	text-align: center;
	margin: 0;
	padding: 0;
}

div#content div#left div#quotation_container img {
	border: none;
	margin-bottom: 2em;
}

div#content div#left div#quotation_container q {
	display: block;
	font-family: Georgia, serif;
	margin: 0;
	margin-bottom: 1em;
}

div#content div#left div#quotation_container h1 {
	font-weight: bold;
	margin: 0;
}

div#content div#left div#quotation_container h2 {
	font-weight: normal;
	font-size: smaller;
	margin: 0;
}

div#content div#right {
	vertical-align: top;
	float: left;
	width: 70%;
	margin: 0;
	margin-bottom: 0.5em;
	padding-left: 1em;
	color: navy;
}

div#content div#right p {
	margin: 0.5em;
	padding: 0.5em;
	width: 50em;
}

div#content div#right h1 {
	color: navy;
	clear: left;
}

div#content div#right h2 {
	color: cornflowerBlue;
	font-size: smaller;
	clear: left;
}

div#content div#right a.box {
	float: left;
	margin: 0.5em 1em;
	padding: 0.5em;
	padding-left: 1em;
	width: 40%;
	text-decoration: none;
	text-align: left;
}

div#content div#right a.box:hover {
	background-color: #ffb;
}

div#content div#right a.box h1 {
	font-family: Trebuchet MS, sans-serif;
	font-size: larger;
	margin: 0.5em 0;
	padding: 0;
	color: cornflowerBlue;
	clear: none;
}

div#content div#right a.box:hover h1 {
	color: navy;
}

div#content div#right a.box h2 {
	font-size: smaller;
	color: silver;
	font-weight: normal;
	margin: 0;
	padding: 0;
	clear: none;
}

div#content div#right a.box:hover h2 {
	color: darkSlateGray;
}

div#content div#right a.box img {
	float: left;
	margin-right: 0.5em;
}	 

div#content div#right a.image {
	float: left;
	margin: 1em;
	padding: 1em;
}

div#content div#right a.image:hover {
	background-color: #ffb;
}

div#content div#right a.image img {
	border: thin solid silver;
}

div#content div#right object {
	margin-left: 10em;
}

div#content div#right ul {
	list-style-type: square;
}

div#content div#right div#realisation {
	margin: 0.5em;
	padding: 0.5em;
	float: left;
	text-align: center;
	width: 200px;
	background-color: #ffb;
	border: thin solid silver;
}

div#content div#right div#realisation img {
	border: thin solid silver;
}

div#content div#right div#realisation h2 {
	font-weight: normal;
	color: inherit;
}

div#content div#right a.more {
	font-size: smaller;
	font-weight: bold;
	margin-left: 1em;
}

div#content div#right div#sitemap {
	margin-left: 1em;
}

div#content div#right div#sitemap ul {
	margin: 0;
}

div#content div#right p.answer {
	margin: 0;
	font-size: smaller;
}

div#footer {
	color: gray;
	text-align: center;
	font-size: smaller;
	border-top: thin solid silver;
	margin: 0 5%;
	padding-top: 0.2em;
	clear: both;
}

div#footer a {
	font-weight: bold;
}