body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0px;
	font-family:Trebuchet MS;
	font-size:14px;
	color:#ddcaaa;
	background-color:#451F20;
}

/* Main Boxes */

#gradtop {
	background-image:url(images/gradtop.jpg);
	background-repeat:repeat-x;
	padding-bottom:80px;
}

#logo {
	width:800px;
	margin:auto;
	padding-top:50px;
	margin-bottom:15px;
	position:relative;
}

#logout {
	position:absolute;
	right:0px;
	top:60px;
	text-align:right;
	color:#ffffff;
}

#container {
	width:940px;
	margin:auto;
	background-color:#2D2D2D;
	border:1px solid #3F1B1B;
}

#content {
	background-color:#451F20;
	border:1px solid #522828;
	position:relative;
	margin-top:50px;
}

#alert {
	overflow:hidden;
}
/* Navigation */

#nav {
	position:absolute;
	top:-34px;
	z-index:10;
	padding-left:15px;
}

a.button_active {
	display:block;
	float:left;
	height:30px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	width:71px;
	text-align:center;
	line-height:35px;
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
	margin-right:3px;
}

a.button {
	display:block;
	float:left;
	height:30px;
	background-image:url(images/nav2.jpg);
	background-repeat:no-repeat;
	width:71px;
	text-align:center;
	line-height:35px;
	color:#939393;
	font-size:10px;
	text-decoration:none;
	margin-right:3px;
	margin-top:4px;
}

a.button:hover {
	color:#ffffff;
}

a.page_active 
{
	text-decoration:none;
	color:#FFFFFF;	
}

a.page 
{
	text-decoration:none;	
}

a.page_active:hover 
{
	text-decoration:none;
	color:#FFFFFF;	
}

a.page:hover
{
	text-decoration:none;	
}


/* Content */

#hide_hold {
	position:absolute;
	right:0px;
	top:0px;
}


.buffer {
	margin:15px;
	position:relative;
}

.sep {
	background-image:url(images/sep.jpg);
	background-repeat:repeat-x;
	height:10px;
	margin-top:10px;
}

/* Form Styles */

.fshort {
	background-image:url(images/formbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #8E8E8E;
	background-color:#4F4F4F;
	padding:10px;
	width:300px;
	color:#B88383;
}

.flong {
	background-image:url(images/formbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #8E8E8E;
	background-color:#4F4F4F;
	padding:10px;
	width:450px;
	color:#B88383;
}

.farea {
	background-image:url(images/formbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #8E8E8E;
	background-color:#4F4F4F;
	padding:10px;
	width:600px;
	color:#B88383;
}

.login {
	background-image:url(images/formbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #8E8E8E;
	background-color:#4F4F4F;
	padding:10px;
	width:200px;
	color:#B88383;
}

/* Table Styles */

.tstyle {
	width:99%;
	border:1px solid #8B5959;
	border-bottom:none;
}

.tstyle td {
	padding:10px;
	border-bottom:1px solid #8B5959;
}

.jebo td {
	border-bottom:none;
}

td.title {
	background-color:#2D2D2D;
	font-weight:bold;
	color:#ffffff;
}

/* GENERAL CLASSES */

.underline {
	text-decoration:underline;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

h1,h2,h3 {
	margin-top:5px;
	margin-bottom:5px;
	color:#ffffff;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}	

h3 {
	font-weight:normal;
	font-size:16px;
}

a {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

img {
	vertical-align:middle;
}

#obsah
{
	padding:20px;	
}

.pic_left
{
	float:left; margin:0px 10px 10px 0px
}

input[type=text] 
{
	width:300px;
}
