body
{
	background-color:#9b9999;
	font-family: Tahoma, sans-serif;
}

h1
{
	font-size:15px;
	font-weight:bold;
	color:#014070;
	margin:0px;
	font-variant:small-caps;
}

h2
{
	font-size:14px;
	font-weight:bold;
	margin:0px;
	font-variant:small-caps;
}

#telo
{
	margin:auto;
	width:925px;
	margin-top:0px;
	background-color:#FFFFFF;
}

#banner
{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	height:190px;
	display:block;
	margin-top:0px;
}

#menu
{
	background-image:url(../images/button_up.jpg);
	background-repeat:repeat-x;
	height:33px;
}

#menu_vertical
{
	width:172px;
	float:right;
	background-color:#ffae00; 
	color:#33327a;
}

#menu_vertical a
{
	color:#33327a;
}

#obsah
{
	width:753px;
	float:left;
	|margin:auto;
	font-size:12px;
	line-height:18px;
}

#obsah a
{
	color:#ff6c00;
}

/* uvod_sedy */

.uvod_sedy {
	background-color: #e4e4e4;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 1em;
	overflow: hidden;
}

.polozka
{
	background-image:url(../images/polozka.jpg);
	height:22px; 
	display:block; 
	text-align:center; 
	font-weight:bold; 
	color:#33327a;
	font-size:14px;
	padding-top:2px; 
}

.polozka a
{
	text-decoration:none;
	color:#33327a;
}

#pata
{
	height:20px;
	padding-top:7px;
	color:#01229e;
	clear:both;
	background-image:url(../images/pata.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.button
{
	display:block;
	height:25px;
	padding-top:8px;
	padding-left:18px;
	padding-right:18px;
	float:left;
	font-size:14px;
	text-decoration:none;
	color:#ffcc00;
	text-align:center;
}

.button_down
{
	display:block;
	height:25px;
	padding-top:8px;
	padding-left:18px;
	padding-right:18px;
	float:left;
	font-size:14px;
	text-align:center;
	background-image:url(../images/button_down.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}

.button:hover
{
	background-image:url(../images/button_down.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration:none;
}

.odkaz
{
	font-size:12px; 
	text-decoration:none; 
	display:block; 
	height:21px; 
	text-align:center; 
	color:#ff6c00;
	font-weight:bold;
}

.bezodkazu
{
	text-decoration:none;
	color:#ff6c00;
}

.textcenter
{
    text-align: center;
}
/*** OBJEDNAVKA ***/
form#order
{
    width: 680px;
}

.formError
{
    margin-left: 20px;
    color: #c66;
    font-weight: bold;
    border: 1px solid #c66;
    padding: 2px 2px 2px 4px;
    width: 680px;
}

.formMessage
{
    margin-left: 20px;
    color: #369;
    font-weight: bold;
    border: 1px solid #369;
    padding: 2px 2px 2px 4px;
    width: 680px;
}

.required
{
    font-weight: bold;
}

p.required
{
    margin-left: 20px;
}

form#order table
{
    width: 680px;
}

form#order td.text
{
    width: 270px;
}


form#order input.long
{
    width: 380px;
}

