﻿body {
	background-color:#324671;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;	
}


#hlavicka
{
	height: 207px;
	background-image: url(images/header.jpg);
	height: 180px;
	background-color: #87ACC6;
}

#obsah
{
	background-color: #C0D3E7;
	
	xborder: 1px solid #e0e0e0;
	border-color:#87ACC6;
}

#hlavnipanel
{
	background-color: #E5EDF5;
}

#navigace
{
	background-color: #87ACC6;
	border-top: 2px solid #b0b0ff;
	border-bottom: 2px solid #b0b0ff;
	xborder-color: #b0b0ff;
}

#navigace a,
#navigace a:link,
#navigace a:hover,
#navigace a:visited
{
	color:#e0e0e0;
	xtext-decoration: none;
	font-weight: bold;
	padding-right: 1em;
}

#navigace a:hover
{
	color:#ffffff;
	text-decoration: underline;
}



/* obecne */

body, input, select, textarea, th, td, .new {
  font-family: Verdana, "Geneva CE", lucida, sans-serif; 
  font-size: smaller;
}


h1,
h2,
h3,
h4
{
	color: #666666;
	font-family: Arial, "Geneva CE", lucida, sans-serif; 
}

h1 { font-size: 140%;}
h2 { font-size: 130%;}
h3 { font-size: 105%;}
h4 { font-size: 100%;}
h5 { font-size: 100%;}

a,
a:link,
a:hover,
a:visited
{
	color: #666666;
	text-decoration: underline;
	font-weight: bolder;
}

a:hover
{
	color: black;
}
#hlavnipanel,
#paticka
{
	color: #324671;
}

#paticka
{
	border-top: 1px solid #87ACC6;
	text-align:center;
}

#levypanel
{
    width: 160px;
	xborder: 1px solid red;

}


#levypanel-obsah
{
	padding:1em;
	padding-top: 0px;
	color: #666666;
		
}

#levypanel-obsah li,
#levypanel-obsah ul
{
	padding-left: 0;
	margin-left: 0px;
	list-style: none;
}

#levypanel-obsah li
{
	padding-bottom: 1em;
}

.left,
.right
{
	position:relative;
	top:5px;
	border:1px dotted #BBB;
	border:1px dashed gray;
	background:#FFF;
	xbackground: #F2ebb4;
	padding:4px;
	margin-bottom:1em;
	margin-top: 1em;
	padding: 5px;
}


.right {
	float:right;
	margin-left:1em;
}

.left {
	float:left;
	margin-right:1em;
}

#breadcrumb
{
	font-size: small;
	xcolor:Red;
	xbackground:red;
	padding-bottom: 0.7em;
	border-bottom: 1px dotted silver;
}
