/* QT3.PL 
author: michaĹ wÄtrobiĹski -> mwatro@gmail.com
All rights reserved
---------------------------------------------
catalog: /
name of file: qt3.pl.css
charset: UTF-8 */
body { font-family: verdana;
	font-size: 12px;
}
.centering { position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}
.navi { z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 32px;
	background-image: url('qt3-pl51x32.png');
	background-repeat: no-repeat;
}
.navi a { font-size: 20px;
	text-decoration: none;
	color: darkblue;
}
.navi a:hover { color: red;
}
.navi table { padding-left: 55px;
	border-spacing: 20px 0px;
}
.navi td { border-top: 3px solid white;}
#naviSel { border-top: 3px solid black;}
#naviSel a { color: black;}
/*
site content
*/
.content { z-index: 0; 
	position: absolute;
	top: 40px;
	left: 0px;
}
/*
Notatki
*/
.contentNotatkiTable { float: left;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.contentNotatkiTable th { color: black; 
	border-bottom: 1px solid black;
	text-align: left;
}
.contentNotatkiTable td { padding-left: 5px;
	padding-bottom: 2px;
}
/*
 START cookBook
*/
.recipeListTable { z-index: 0;
	padding-top: 10px;
	width: 200px;
}
.recipeListTable td { color: blue; 
	font-size: 20px;
}
.recipeListTable a { font-size: 18px;
	text-decoration: none;
	color: grey;
}
.recipeListTable a:hover { font-style: italic;
	color: red;
}
.recipeListTable a:visited { font-style: italic;
	color: gray;
}
.recipeListTable a:active { font-style: italic;
	color: white;
}
#recipeListSelected { color: black;
}
/* */
.cookBookInfo { z-index: 0;
	position: absolute;
	top: 40px;
	left: 250px;
	width: 700px;
}
/* */
.cookBookShowTable { z-index: 0;
	padding-top: 20px;
}
.cookBookShowTable td { text-align: right;
	}
/* */
.recipeSel { z-index: 0;
	position: absolute;
	top: 40px;
	left: 250px;
	width: 880px;
	border-left: 1px solid black;
}
.recipeSel h1 { padding-left: 50px;
	color: black;
}
.recipeSelNecessary { float: left;
	padding-left: 12px;
	width: 180px;
}
.recipeSelNecessary th { font-weight: bold;
	font-size: 16px;
	color: black;
	text-align: left;
}
.recipeSelNecessary ul { margin: 10px;
	padding:0;
}
.recipeSelNecessary li { color: blue;
	list-style-type: square;
	font-size: 14px;
}
.recipeSelContent { padding-left: 10px;
	width: 700px;
}
.recipeSelContent td { font-size: 16px;
	color: black;
}
#cookBookImg { float: right;
	padding-left: 24px;
	padding-bottom: 12px;
}
#recipeSelTime { font-size: 14px;
	padding-left: 50px;
}
.recipeAllTable { z-index: 0;
	float: left;
	width: 560px;
	height: 560px;
	margin: 6px;
	border: 1px solid darkblue;
}
.recipeAllTable th { background-color: darkblue;
	color: white;
	font-size: 14px;
}
/* */
.searchContent { z-index: 0;
	position: absolute;
	top: 40px;
	left: 250px;
	width: 880px;
}
/*
END -> cookBook
*/
.aboutVersion { z-index: 99;
	position: fixed;
	right: 5px;
	bottom: 3px;
	background-color: white;
	font-size: 12px;
}
