body, html {
	margin:0;
	padding:0;
	background:#fff;
	color:#1e4269;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 15px;
}

body {
	min-width:856px;
	/* Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 500px;
	height:auto !important;
	height: 500px;
	text-align:center;
}

div#container {
	margin:0 auto;
	width: 856px;
	background: #fff url("../img/tlo.png") repeat-y top center;
	
}

div#center {
	text-align:left;
	padding: 15px 44px 15px 42px; /*42px z lewej strony i 44px z prawej -> tyle mają te "cienie" */
}

div#top {
	background: #fff url("../img/pen.png") no-repeat center right;
	height: 128px;
	padding: 0 0 20px 20px;
	position: relative;
}

#top img {
	border: 0;
}

div#haslo {
	font-size: 25pt;
	position: absolute; /*pozycja absolutna względem div#top*/
	left: 330px;/* padding-left z div#top = 20px dodać szerokość logo=287px -> daje w sumie 307px plus 23px odstępu między logo i hasłem */
	top: 0;
}

span#haslo_cz_1 {
	color: #1e4269;
}

span#haslo_cz_2 {
	color: #b43336;
	font-weight: bold;
}

div#left {
	background: #fff url("../img/left_border.jpg") repeat-y top right;
	width: 42px;
	float: left;
	/* Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 50px;
	height:auto !important;
	height: 50px;
}

div#menu {
	width: 770px;
	height:39px;
	background-color: #1E4269;
	text-align: center;
}

#menu img {
	border:0;
}

a#link1 {
	display: block;
	width: 147px;
	height: 39px;
	background-image: url("../img/owydawnictwie.png");
}

a#link1:hover {
	background-image: url("../img/owydawnictwie_hover.png");
}

a#link1_active {
	display: block;
	width: 147px;
	height: 39px;
	background-image: url("../img/owydawnictwie_active.png");
}

a#link2 {
	display: block;
	width: 162px;
	height: 39px;
	background-image: url("../img/dostepnepozycje.png");
}

a#link2:hover {
	background-image: url("../img/dostepnepozycje_hover.png");
}

a#link2_active {
	display: block;
	width: 162px;
	height: 39px;
	background-image: url("../img/dostepnepozycje_active.png");
}

a#link3 {
	display: block;
	width: 267px;
	height: 39px;
	background-image: url("../img/chceszwydac.png");
}

a#link3:hover {
	background-image: url("../img/chceszwydac_hover.png");
}

a#link3_active {
	display: block;
	width: 267px;
	height: 39px;
	background-image: url("../img/chceszwydac_active.png");
}

a#link4 {
	display: block;
	width: 108px;
	height: 39px;
	background-image: url("../img/zamowienia.png");
}

a#link4:hover {
	background-image: url("../img/zamowienia_hover.png");
}

a#link4_active {
	display: block;
	width: 108px;
	height: 39px;
	background-image: url("../img/zamowienia_active.png");
}

a#link5 {
	display: block;
	width: 86px;
	height: 39px;
	background-image: url("../img/kontakt.png");
}

a#link5:hover {
	background-image: url("../img/kontakt_hover.png");
}

a#link5_active {
	display: block;
	width: 86px;
	height: 39px;
	background-image: url("../img/kontakt_active.png");
}

#menu table {
	border:0;
}

div#shadow_menu {
	background-image: url("../img/shadow_menu.png");
	background-repeat: repeat-x;
	width: 770px;
	height: 12px;
}

div#content {
	padding: 10px;
	width: 719px;
	text-align: center;
	margin:0 auto;
}

/* boxy */

div.content_top1 {
	width: 719px;
	height: 64px;
	background: #fff url("../img/content_top1.png") no-repeat center center;
	position: relative;
}

div.content_top2 {
	width: 719px;
	height: 20px;
	background: #fff url("../img/content_top2.png") no-repeat center center;
	position: relative;
}

div.content_top3 {
	width: 719px;
	height: 57px;
	background: #fff url("../img/content_top3.png") no-repeat center center;
	position: relative;
}

div.content_middle {
	width: 719px;
	background: #fff url("../img/content_middle.png") repeat-y center center;
	text-align: left;
}

div.content_bottom {
	width: 719px;
	height: 20px;
	background: #fff url("../img/content_bottom.png") no-repeat center center;
}

div.content_title {
	position: absolute;
	top: 20px;
	right: 70px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
}

/* tytuł boxa */
div.content_title:first-letter {
	font-weight: bold;
	font-size: 22px;
}

div.main {
	padding: 10px 20px 10px 20px;
}

/*
ul #navlist {
	margin: 0 auto;
	height: 45px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	
}

a.menu {
	height: 29px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	font-variant: small-caps;
	text-decoration: none;
	border-bottom: 10px solid #1E4269;
}

a.menu:first-letter {
	font-weight: bold;
}

a.menu:hover {
	border-bottom: 10px solid #B43336;
}*/

/* http://css.maxdesign.com.au/listamatic/horizontal27.htm */
/*
#menu ul
{
	margin: 0;
	list-style-type: none;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	text-align: center;
}

li { 
	display: inline;
}

li a
{
	text-decoration: none;
	color: #fff;
	padding: 5px 2px 5px 2px;
}


li a:hover
{
	background-color: #B43336;
}*/


/*-----------------------------*/


div#right {
	background: #fff url("../img/right_border.jpg") repeat-y top left;
	width: 42px;
	float: left;
	/* Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 50px;
	height:auto !important;
	height: 50px;
}

div#footer {
	font-size: smaller;
	text-align:center;
}

div#bottom {
	background: #fff url("../img/bottom_border.jpg") repeat-x top right;
	width: 771px;
	/* Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 42px;
	height:auto !important;
	height: 42px;
	margin:0 auto;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.clear {
	clear:both;
}

.error {
	color: red;
	font-weight: bold;
}

.confirm {
	color: green;
	font-weight: bold;
}

table#wydaj_ksiazke, table#ksiegarnie_internetowe, table#zamowienie {
	margin: 0 auto;
}

td.line {
	border-bottom: 1px solid #CCD1D0;
}

input.send {
	/*background: #1E4269 url("../img/wyslij.png") no-repeat center center;
	width: 61px;
	height: 22px;
	color: #1E4269;*/
	background-color: #1E4269;
	color: #fff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

/*
#book_details {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
}*/

#book table, #book_details table {
	border:0;
}

#book .author {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

#book .title {
	font-size: 21px;
}

#book .slogan {
	font-size: 19px;
}

#book .intro {
	font-size: 17px;
}

a {
	color:#1e4269;
}

#book .zamawiam {
	font-size: 15px;
	color:#1e4269;
	font-weight: bold;
}

#book .cena {
	color: #b83d3f;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
}

#book_details td, #book td {
	vertical-align: top;
}

#book_details .author {
	color: #b83d3f;
	font-weight: bold;
}

/* zamówienia */

div#zamowienia_indywidualne {
	border-top: 10px solid #1E4269;
	border-right: 10px solid #1E4269;
	border-bottom: 10px solid #1E4269;
	width: 315px;
	text-align: center;
	padding: 10px 10px 10px 0;
	margin-left: -10px;
	float: left;
	/* The IE Doubled Float-Margin Bug: http://www.positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
}

div#zamowienia_hurtowe {
	border-top: 10px solid #b83d3f;
	border-left: 10px solid #b83d3f;
	border-bottom: 10px solid #b83d3f;
	width: 315px;
	text-align: center;
	padding: 10px 0 10px 10px;
	margin-right: -8px;
	float: right;
	/* The IE Doubled Float-Margin Bug: http://www.positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
}

#zamowienia_indywidualne a {
	display: block;
	color: #fff;
	background-color: #1E4269;
	text-decoration: none;
	padding: 10px;
	/* Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 80px;
	height:auto !important;
	height: 80px;
}

#zamowienia_hurtowe a {
	display: block;
	color: #fff;
	background-color: #b83d3f;
	text-decoration: none;
	padding: 10px;
	/* Min-Height Fast Hack: http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 80px;
	height:auto !important;
	height: 80px;
}

table#ksiegarnie_internetowe {
	margin: 0 auto;
}

