﻿@charset "utf-8";
/* Laboratorium chemii i biochemii zwązków przeciwnowotworowych CSS file */

body {
	background-image: url(../images/bgr.jpg);
	background-color: #DDB;
	background-repeat: repeat-x;
}

a, a:active, a:visited {
	color: #060;
	text-decoration: none;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: 5px;
}
	
td#navigation {
	background-image: url(../images/design_06.png);
	width: 628;
	height: 18;
	vertical-align: top;
}

td#leftcolumn {
	background-image: url(../images/design_10.png);
	background-repeat: repeat-y;
}

td#menu {
	background-image: url(../images/design_11.png);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 206px;
}

td#centercolumn {
	background-image: url(../images/design_12.png);
	background-repeat: repeat-y;
}

td#mainbody {
	background-image: url(../images/design_13.png);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 594px;
}

td#rightcolumn {
	background-image: url(../images/design_14.png);
	background-repeat: repeat-y;
}

div#nav {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 12px;
	margin-left: 15px;
}

div#mainmenu {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 15px;
}

div#maintitle {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
}

p {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 14px;
	text-align: justify;
}
	
div#maintext {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 14px;
	text-align: justify;
}

div#address {
	font-family: Century Gothic, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}