/***************************************************************************
* Copyright (C) Ladislav Gášek, 2006													*
* http://www.mystery-ds.cz/ 																*
* You CANNOT use this stylesheet, or part of it, without my permission!! 	*
* for project: sweal																			*
/**************************************************************************/

h1{
	border-bottom: 2px dotted #FF6C27;
	color: #333333;
	font-size: x-large;
	margin-bottom: 4px;
	margin-left: 1px;
	margin-right: 2px;
	margin-top: 4px;
	padding-bottom: 2px;
}

h2{
	border-bottom: 2px solid #FF6C27;
	color: #000000;
	font-size: large;
	margin-bottom: 4px;
	margin-left: 1px;
	margin-right: 2px;
	margin-top: 4px;
	padding-bottom: 2px;
}

h3{
	color: #FF6C27;
	font-size: large;
	margin-bottom: 4px;
	margin-left: 1px;
	margin-right: 2px;
	margin-top: 4px;
	padding-bottom: 2px;	
}

h4{
	border-bottom: 1px dashed #16316F;
	color: #FF9300;
	font-size: large;
	margin-bottom: 4px;
	margin-left: 1px;
	margin-right: 2px;
	margin-top: 4px;
	padding-bottom: 2px;	
}

h5{
	font-size: large;
	margin-bottom: 4px;
	margin-left: 1px;
	margin-right: 2px;
	margin-top: 4px;
	padding-bottom: 2px;	
}

h6{
	font-size: medium;
	margin-bottom: 4px;
	margin-left: 1px;
	margin-right: 2px;
	margin-top: 4px;
	padding-bottom: 2px;	
}

hr{
	border: 1px dotted #9a9a9a;
	border-left: none;
	border-right: none; /*height: 1px;
	border: colapse;
	background: transparent url(../img/hr.gif) repeat left top; */
}

table.produkty{
	background: url(../img/table_bg.jpg) repeat-x top;
	background-color: #808080;
	border-bottom: 1px solid #16316F;
	border-top: 1px solid #16316F;
	font-size: 11px;
	margin-bottom: 8px;
	padding: 0px;
	padding-bottom: 0px;
	width: auto;
}

table.produkty a{
	color: #FF3300;
}

table.produkty img{
	border: none;
	display: inline;
}

table.produkty p{
	padding-left: 4px;
}

table.produkty td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

td.main_doc li {
	list-style: outside url(../img/cube.png);
	list-style-image: url(../img/cube.png);
	text-align: justify;
	padding-right: 4px 
}

.blue_box {
	background-color: #5198B7;
	background-image: url(../img/bg_blue_box.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #67909A;
	border-left: 1px solid #9DC3D7;
	border-right: 1px solid #759BA3;
	border-top: 1px solid #9DC3D7;
	color: #F0F8FF;
	display: block;
	padding: 12px 10px 12px 10px;
	width: auto;
}

.gray_box {
	background-color: #FFFFFF;
	background-image: url(../img/bg_gray_box.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #9A9A9A;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #9A9A9A;
	border-top: 1px solid #C4C4C4;
	display: block;
	padding: 12px 10px 12px 10px;
	width: auto;
}

.green_box {
	background-color: #00936A;
	background-image: url(../img/bg_green_box.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #3C706F;
	border-left: 1px solid #45B092;
	border-right: 1px solid #3C706F;
	border-top: 1px solid #45B092;
	color: #F5FFFA;
	display: block;
	padding: 12px 10px 12px 10px;
	width: auto;
}

.green_box a {
	color: #ffffcc;
}

.green_box a:hover {
	color: #f0e68c;
}

.blue_box a {
	color: #ffffcc;
}

.blue_box a:hover {
	color: #f0e68c;
}