* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%; /* Required */
}
body {
	background-color: Red;
	background-image: url(../img_titul/bgr_body.gif);
	background-repeat: repeat-x;
	font: 12px Verdana, sans-serif;
}
#content {
	width: 970px;
	margin: 0px auto;
	background-color: Black;
	height: 100%;
	position: relative;
}
#content-body {
	width: 694px;
	margin: 0px auto;
	background-color: White;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#head {
	width: 695px;
	height: 170px;
	/*padding: 80px 20px 0px 20px;*/
	background-color:black;
	background-image: url(../img_titul/bgr_head.png);
	background-repeat: no-repeat;
	border-bottom: solid 2px Black;	
}
#head h2 {
	color: White;
	padding: 5px 0px 0px 140px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
#lang {
	width: 475px;
	height: 18px;
	bottom: 0px;
	float: right;
	padding: 122px 0px 0px 0px;
	/*background-image: url(../img_titul/bgr_lang.png);*/
}
#lang img {
	border: none;
	margin: 2px 10px 1px 0px;
	float: right;
}
#obsah {
	padding: 10px;
}
#obsah h1 {
	color: Red;
	font-size: 1.2em;
	text-align: center;
}
#obsah h2 {
	font-size: 1em;
	text-align: center;
	padding-bottom: 3px;
}
#obsah p {
	margin: 10px;
	line-height: 1.5em;
}
#obsah a {
	color: Red;
	font-weight: bold;
}
#obsah a:hover {
	color: Black;
}
.titulka {
	background-color: #FFCACA;
	border: solid 1px Red;
	padding: 10px;
}
.novinka {
	background-color: #FFCACA;
}
#content-ls {
	width: 136px;
	position: absolute;
	top: 0px; left: 0px;
}
#login, #dealer, #menu, #sponzori {
	background-color: #E2E2E2;
	background-image: url(../img_titul/top.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px;
	margin-bottom: 1px;
}
#dealer, #sponzori {
	padding: 25px 0px 15px 5px; 
}
#dealer h3, #sponzori h3 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}
#dealer img, #partner img {
	border: none;
}
#sponzori img {
	border: none;
	margin: 5px 10px;
}
ul {
	list-style: none;
	list-style-position: outside;
	margin: 25px 0px 10px 0px;
}
ul a {
	display: block;
	margin: 4px; padding-left: 3px;
	height: 15px;
	border: solid 1px Red;
	background-image: url(../img_titul/sipka.png);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: Red;
	background-color: White;
}
ul a:hover {
	border: solid 1px Black;
	background-image: url(../img_titul/sipka.png);
	background-color: Black;
	color: White;
}
.spacer {
	margin: 0px 5px;
	height: 17px;
	background-image: url(../img_titul/bgr.png);
}
#tuv {
	margin: 10px 0px;
	color: #4169E1;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
#tuv img {
	margin: 5px;
	border: none;
}
#content-ps {
	width: 137px;
	position: absolute;
	top: 0px; right: 0px;
}
#partner {
	background-color: White;
	background-image: url(../img_titul/rtop.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 25px 4px;
	margin-bottom: 1px;
	font-size: 0.8em;
}
#partner h3 {
	color: Red;
	font-size: 1em;
	text-align: center;
}
.logpa {
	margin: 10px auto;
	text-align: center;
}
.logpa a {
	text-decoration: none;
	color: Black;
	font-size: 1.2em;
	font-weight: bold; 
}
#mereni {
	text-align: center;
	margin-top: 20px;
}
.patero {
	background-image:url(../img_titul/bgr_patero.gif);
	background-color: #FFCACA; 
	margin: 10px; 
	padding: 15px; 
	border: solid 1px Red
}