/*--- general ---*/
body { margin: 0; padding: 0; font-family: serif; font-size: 11pt; color: #333; background: #FFF; }
h1 { font-size: 180%; margin: 0.2em 0 0.5em; }
h2 { font-size: 150%; margin: 0.2em 0 0.5em; }
h3 { font-size: 120%; margin: 0.2em 0 0.5em; }
h4 { font-size: 100%; margin: 0.2em 0 0.5em; }
p { padding-bottom:15px; margin: 0; }
ul, ol { padding: 0 0 15px 20px; margin: 0; }
li { margin: 0; padding: 0 0 5px 15px; }
form { margin: 0; }
form p { clear: both; }
input, select, textarea, button, table, td, th { font-family: serif; font-size: 100%; }
input.text, textarea { width: 180px; }
textarea { height: 70px; overflow: auto; }
label { display: block; width: 8em; margin: 0 0.5em 0 0; float: left; clear: left; padding: 0.2em 0 0; text-align: right; }
a { color: #333; text-decoration: none; }
a img { border: none; }
.clear { clear: both; }

/*---------------------------------------------------------------------- LAYOUT---*/
#all {	
	
}
#header { 
	height: 110px;
}

#menu { 
	display: none;
}
#page { 
	background: #FFF;
}
#toplinks, #banner, #search, #left, #right { 
	display: none;
}
#content {
	margin-top: 10px;
}
#footer {
	background: #FFF;
}
/*--------------------------------------------------------------------------- HEADER -------*/
#header h2 { 
	width: 300px;
	height: 73px; 
	float: left;
	padding: 21px 0 0 0; 
	position: relative; 
	color: #FFF;
}
#header h2 span { 
	display: block; 
	width: 268px; height: 73px; 
	position: absolute; 
	top: 21px; left:0; 
	cursor: pointer;
	background: url(../images/internetove-obchody.gif) no-repeat top right; 
}

.seznam .seznam-tn {
	width: 108px;
	float: left;
}

table, td, th  { 
	border-collapse: collapse;
	border: 1px solid silver;
	padding: 2px 5px;
	text-align: left;
}
table { 
	margin-bottom: 1em
}
table.kontakt { 
	border: none;
}
table.kontakt td { 
	border: none;
	padding: 0 10px 0 0;
	line-height: 130%;
}
/*----------------------------------------------------------------------------- OTHERS ---*/
.right { float: right }
.left { float: left }
.fright { float: right; margin: 0 0 0.5em 15px; }
.fleft { float: left; margin: 0 10px 1em 0; }
.textright, td.textright, th.textright { text-align : right }
.textleft, td.textleft { text-align : left }
.textcenter, td.textcenter { text-align : center;}
.middle { vertical-align : middle }
.clear { clear: both;}
.bold { font-weight: bold;}