﻿@charset "utf-8";
/* CSS Document */
body {background-color:#FFFFFF; background-image:url(images/bg_01.gif); background-repeat:repeat-x;
color:#FF6600; font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:center; margin:auto;}
#all {position:relative; width:1000px; margin-left:auto; margin-right:auto;}
#header {position:relative; width:1000px; height:200px; background-image:url(images/bg_03.jpg);}
#header h1 {display:none;}
#menu { position:relative; width:1000px; height:30px; background-image:url(images/bg_05.gif); background-repeat:repeat-x; text-align:left;}
#menu a {
	position:relative;
	display:block;
	height:20px;
	padding:5px 10px 5px 10px;
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	float:left;
	margin-left:40px;
}
#menu a:hover {
	background-image: url(images/bg_07.gif);
	background-repeat: inherit;
	color: #F00;
}
#obsah {position:relative; width:980px; padding:10px; background-color:#FFF49A; text-align:left; min-height:300px;}
#footer { background-color:transparent; background-image:url(images/bg_11.gif); background-repeat:no-repeat; width:980px; height:33px; padding-top:20px; padding-right:20px; text-align:right; color:#993300; font-size:10px;}
#footer a {
	color:#FF0000;
}
h1 {
	font-weight:bold;
	font-size:24px;
	margin-top:5px;
	margin-bottom:8px;
}
h2 { font-weight:bold; text-decoration:underline; font-size:16px; margin-bottom:10px; margin-top:15px;}
a {color:#FF0000; text-decoration:underline;}
a:hover { text-decoration:none;}
#obsah img {border: 8px orange solid;}
.right {
	position:relative;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border: 8px orange solid;
}
.left {
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border: 8px orange solid;
}
.gal {position:relative; float:left; border-width:5px; border-color:#FFCC99; border-style:solid; margin:5px;}
#header_katalog {width:800px; height:150px; background-image:url(images/header_katalog.jpg); background-repeat:no-repeat; position:relative;}
table, tr, td {}
tr {padding:3px;

