﻿/*
    Projekt: EOS Paramo
    URL: http://eos.paramo.cz

    Výstupní zařízení: all

    Autor: Roman Štěrba
*/


#page {
	background: #fff url("../images/pagelog_back.gif") repeat-y;
	text-align: left;
	margin: auto;
	margin-top: 200px;
	width: 520px;
/*	m/in-height: 800px; _h/eight: 800px;*/
}
#page-top {
	background: url("../images/pagelog_top.gif") no-repeat;
	height: 10px;
}
#page-bottom {
	background: url("../images/pagelog_bottom.gif") no-repeat 0 100%;
	height: 10px;
}

#grad-top {
	padding-top: 30px;
	_margin-top: -3px;
}
#grad-bottom {
	padding-bottom: 30px;
}

#content {
	min-height: 0px; _height: 0px;
}


.podtrzeni {
	background-color: #ddd;
	height: 4px; 
	line-height: 0;
	font-size: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}
.podtrzeni div {
	background-color: #1f1a17; /*fcde00*/
	border-right: solid 2px #fff;
	width: 50px;
	height: 100%;
}


table {
	margin: 30px 0 50px 30px;
}

table .button {
	margin-left: 20px;
}

.paticka {
	text-align: left;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #ddd;
}











