/* www.stresni-okna.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	*text-align: center;
}

body.editor{
	padding: 10px 25px;
	background-image: url(item.gif);
	background-color: #cccccc;
}

body.day {
	background-color: #ffffff;
}

body.night {
	background-color: #000000;
}

a img, a:link img {
	border: none;
}

p {
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1, h2, h3, h4, h5, h6{
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1 {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 1.4em;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

h2 {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 1.3em;
	color: #006699;
}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

ol {
	margin-left: 0px;
	margin-top: 1em;
	padding-left: 2.3em;
}

ul {
	margin-left: 0px;
	margin-top: 1em;
	padding-left: 2.3em;
}

ul li {
	list-style-type: none;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend {
	border: 1px dotted #cccccc;
	padding: 0.3em;
}

label {
	/*float: left;*/
	font-weight: bold;
	margin-left: 5px;
	width: 8em;
}

input.text {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
}

input.checkbox {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}

input.radio {
	width: 12px;
	height: 12px;
	background-color: transparent;
}

input.submit, input.reset, input.button {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: 1px solid #999999;
	cursor: pointer;
	background-color: #ffffff;
	margin-left: 8em;
	_margin-left: 8.3em;
}

input.file {
	width: 200px;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
}

select {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}

body.day img.border {
	border: 10px solid #dedede;
}

body.night img.border {
	border: 10px solid #636363;
}

table {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1em;
	*width: 89%;
}

table.standard {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

table.standard th {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.standard td {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.colored {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

table.colored th {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #666666;
	color: #ffffff;
}

table.colored td {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

/* vrstvy pro tisk */

div#print-header {
	display: none;
}

/* formatovaci vrstvy */

div#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	*text-align: left;
}

div.spacer {
	clear: both;
}

div.container {
	border: 10px solid #cccccc;
}

/* hlavicka */

div.header {
	clear: both;
}

/* logo v hlavicce */

div.logo {
	margin-top: 20px;
	margin-bottom: 10px;
}

div.logo p {
	width: 304px;
	height: 47px;
	position: relative;
	margin: 0em;
	padding: 0em;
}

div.logo p span {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 304px;
	height: 47px;
}

body.day div.logo p span {
	background-image: url(stresni-okna.day.gif);
}

body.night div.logo p span {
	background-image: url(stresni-okna.night.gif);
}

div.logo ul {
	margin: 0em;
	padding: 0em;
}

div.logo ul li {
	list-style-type: none;
	list-style-image: none;
	width: 304px;
	height: 47px;
	position: relative;
}

div.logo ul li span {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 304px;
	height: 47px;
}

body.day div.logo ul li span {
	background-image: url(stresni-okna.day.gif);
}

body.night div.logo ul li span {
	background-image: url(stresni-okna.night.gif);
}

div.logo ul li span.z2 a {
	display: block;
	width: 304px;
	height: 47px;
}

/* obsah */

div#content {
	padding-top: 10px;
}

/* levy sloupec */

div#content div.left {
	float: left;
	width: 240px;
	overflow: hidden;
	padding-bottom: 20px;
}

/* imageove photo */

div.imagephoto {
	margin-bottom: 10px;
}

body.day div.imagephoto {
	background-color: #dddddd;
}

body.night div.imagephoto {
	background-color: #666666;
}

div.imagephoto div.container {
	background-image: url(imagephoto.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
}

body.day div.imagephoto div.container {
	border: 10px solid #dddddd;
}

body.night div.imagephoto div.container {
	border: 10px solid #666666;
}

/* garant */

div.guarantee {
	position: absolute;
	bottom: 0px;
}

body.day div.guarantee {
	background-image: url(guarantee.day.gif);
	border-top: 10px solid #dddddd;
}

body.night div.guarantee {
	background-image: url(guarantee.night.gif);
	border-top: 10px solid #666666;
}

div.guarantee p {
	margin: 0em;
	padding: 0em;
	width: 220px;
	height: 33px;
}

div.guarantee p a, div.guarantee p a:link {
	display: block;
	width: 220px;
	height: 33px;
	text-decoration: none;
}

div.guarantee p a span, div.guarantee p a:link span {
	visibility: hidden;
	width: 220px;
	height: 33px;
	display: block;
}

/* hlavni menu */

body.day div.mainmenu {
	background-color: #eeeeee;
}

body.night div.mainmenu {
	background-color: #444444;
}

div.mainmenu div.container {
	background-repeat: no-repeat;
	background-image: url(mainmenu.jpg);
	*background-position: 10px 10px;
}

body.day div.mainmenu div.container {
	border: 10px solid #eeeeee;
	*background-position: 10px 10px;
}

body.night div.mainmenu div.container {
	border: 10px solid #444444;
	*background-position: 10px 10px;
}

div.mainmenu h2 {
	position: absolute;
	top: -1000px;
}

div.mainmenu ul {
	margin: 0em;
	padding: 0em;
}

div.mainmenu ul li {
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0.05em;
}

body.day div.mainmenu ul li {
	border-bottom: 10px solid #eeeeee;
}

body.night div.mainmenu ul li {
	border-bottom: 10px solid #444444;
}

body.day div.mainmenu ul li.last, body.night div.mainmenu ul li.last {
	border-bottom: none;
}

div.mainmenu ul li a, div.mainmenu ul li a:link {
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	/*_width: 100%;*/
}

body.day div.mainmenu ul li a, body.day div.mainmenu ul li a:link {
	background-image: url(mainmenu-a.day.gif);
	color: #444444;
}

body.night div.mainmenu ul li a, body.night div.mainmenu ul li a:link {
	background-image: url(mainmenu-a.night.gif);
	color: #cceeff;
}

body.day div.mainmenu ul li a:hover, body.night div.mainmenu ul li a:hover {
	color: #ffffff;
	background-image: none;
	text-decoration: none;
}

/* prohledavani */

div.searching {
	margin-top: 10px;
}

div.searching h2 {
	position: absolute;
	top: -1000px;
}

div.searching form {
	margin: 0em;
}

div.searching form input.text {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 1.2em;
	border: none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 25px;
	padding-right: 2px;
	width: 162px;
}

* html div.searching form input.text {
	width: 189px;
	height: 2em;
}

*+html div.searching form input.text {
	width: 160px;
}

div.searching form input.submit {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	border: none;
	margin-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	_height: 2em;
}

body.day div.searching form input.text {
	color: #006699;
	background-image: url(input-text.day.gif);
}

body.day div.searching form input.submit {
	color: #ffffff;
	background-image: url(input-submit.day.gif);
}

body.night div.searching form input.text {
	color: #cceeff;
	background-image: url(input-text.night.gif);
}

body.night div.searching form input.submit {
	color: #ffffff;
	background-image: url(input-submit.night.gif);
}

/* banner */

div.banner {
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

body.day div.banner {
	background-color: #dddddd;
}

body.night div.banner {
	background-color: #444444;
}

body.day div.banner div.container {
	border: 10px solid #dddddd;
}

body.night div.banner div.container {
	border: 10px solid #444444;
}

div.banner div.container p {
	font-family: "Trebuchet ms", Arial, Helvetica, "Lucida Sans", sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0.08em;
	text-transform: lowercase;
	margin: 0em;
	padding: 0em;
}

div.banner div.container p a, div.banner div.container p a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 22px;
}

body.day div.banner div.container p a, body.day div.banner div.container p a:link {
	background-image: url(banner.day.gif);
}

body.night div.banner div.container p a, body.night div.banner div.container p a:link {
	background-image: url(banner.night.gif);
}

div.banner div.container p a:hover {
	color: #000000;
	text-decoration: none;
}

body.day div.banner div.container p a:hover, body.night div.banner div.container p a:hover {
	background-image: none;
}

/* credits */

div.credits {
	margin-top: 10px;
}

div.credits p {
	font-size: 0.9em;
}

body.day div.credits p {
	color: #444444;
}

body.night div.credits p {
	color: #ffffff;
}

div.credits p a, div.credits p a:link {
	color: #006699;
	text-decoration: underline;
}

body.day div.credits p a, body.day div.credits p a:link {
	color: #006699;
}

body.night div.credits p a, body.night div.credits p a:link {
	color: #cceeff;
}

body.day div.credits p a:hover {
	color: #444444;
}

body.night div.credits p a:hover {
	color: #ffffff;
}

/* pravy sloupec */

div#content div.right {
	float: right;
	width: 650px;
	overflow: hidden;
	margin-bottom: 20px;
}

body.day div#content div.right {
	background-color: #dddddd;
}

body.night div#content div.right {
	background-color: #444444;
}

body.day div#content div.right div.text {
	border: 10px solid #dddddd;
}

body.night div#content div.right div.text {
	border: 10px solid #444444;
}

/* polozky */

div.item {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-image: url(item.gif);*/
	background-color: #cccccc;
	_width: 100%;
	font-size: 1.2em;
}

body.day div.item {
	border-top: 10px solid #dddddd;
	background-image: url(item.day.gif);
}

body.night div.item {
	border-top: 10px solid #444444;
	background-image: url(item.night.gif);
}

/* zahlavi */

body.day div.item.header, body.night div.item.header {
	border-top: none;
	text-transform: uppercase;
}

body.day div.item.header {
	background-color: #bbbbbb;
	background-image: url(header.day.gif);
}

body.night div.item.header {
	background-color: #444444;
	background-image: url(header.night.gif);
}

div.item.header h1 {
	color: #ffffff;
	padding-top: 0.5em;
	font-size: 1.2em;
}

div.item.header h1 a, div.item.header h1 a:link {
	color: #ffffff;
	text-decoration: none;
}

div.item.header h1 a:hover {
	color: #cceeff;
	text-decoration: none;
}

div.item.header ul {
	margin: 0em;
	padding: 0em;
	height: 2em;
}

div.item.header ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-right: 12px;
	padding-right: 10px;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 1px solid #ffffff;
	text-transform: lowercase;
}

div.header ul li.last {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

div.header ul li a, div.header ul li a:link {
	color: #cceeff;
	text-decoration: none;
}

div.header ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* titulek */

body.day div.item.title {
	background-color: #ffffff;
}

body.night div.item.title {
	background-color: #bdbdbd;
}

/* otazka */

body.day div.item.question {
	background-color: #ffffff;
	font-size: 1.2em;
}

body.night div.item.question {
	background-color: #bbbbbb;
	font-size: 1.2em;
}

/* odpoved */

body.day div.item.answer {
	background-color: #dddddd;
	font-size: 1.2em;
}

body.night div.item.answer {
	background-color: #dfdfdf;
	font-size: 1.2em;
}

.little{
	font-size: 0.8em;
   color: #ffffff;
}

/**********************************************************************/
/***********	FORUM	-	Start											***********/
/**********************************************************************/
.theme{
   font-size: 130%;
   font-weight: bold;
}

.label{
   font-weight: bold;
}

.info{}

.errors{
	color: red;
}

a.back{
	color: #C80000;
   font-weight: bold;
}

.no-white-spaces{
	margin: 0px;
	padding: 0px;
}

.pager{
	background-color: grey;
	padding: 3px;
}

.pager a{
	font-weight: bold;
}

.active{
	color: #C80000;
	font-weight: bold;
}
/**********************************************************************/
/***********	FORUM	-	End											***********/
/**********************************************************************/

.footer-white{
	color: white;
}

.footer-white *{
	color: white !important;
}
body div .item-no-margin{
	border-top-width:0px!important;
}
.middle-text{
	height:5px;
	position:block;
}
