@import 'menu.css';
@import 'obecne.css';
@import 'skelet.css';
@import 'matrix.css';
@import 'form.css';

body {
	background-color: Black;
	background-image: url(../img/skelet/pozadi.png);
	background-repeat: repeat-x;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Vlastnosti defaultne */
a, img, fieldset { border: none; }
a { text-decoration: none; color: White;}
a:hover, a:active { color: Red; }

em {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

/* Oblast Loga */
#logo {
	float: left;
	position: relative;
	bottom: 5px;
	left: 5px;
}

#flash {
	position: relative;
	left: 50px;
	bottom: 5px;
	z-index: 1;
}

/* obsah */
#obsah {
	margin: 20px;
}

/* Vnitrni blok obsahu, s okrajema */
#main {
	margin: 10px;
	font-size: 10pt;
}

#main a {
	text-decoration: underline;
}

/* Paticka */
#paticka {
	font-size: 8pt;
	color: Gray;
	margin: 5px 10px 0px 10px;
}

#paticka {
	width: 777px;	
}

#paticka tr td.pravy {
	text-align: right;
}

#paticka tr td.levy {
	text-align: left;
}

#paticka a:link, #paticka a:visited {
	color: Gray;
}

#paticka a:hover, #paticka a:active {
	color: White;
}

/* Strankovani */
.strankovani {
	width: 760px;
	margin-left: 20px;
	font-size: 8pt;
	color: Gray;
}

.strankovani em {
	font-style: normal;
	color: Red;
}

.strankovani a:visited, .strankovani a:link {
	text-decoration: none;
	color: Gray;
}

.strankovani a:hover, .strankovani a:active {
	text-decoration: none;
	color: White;
}

.strankovani-center {
	text-align: center;
	float: left;
	width: 670px;
}

.strankovani-predch {
	text-align: left;
	float: left;
}

.strankovani-dalsi {
	text-align: right;
	float: right;
}


/* Klikaci mapa CR */
#mapacr {
	background-image: url(../img/mapacr.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#mapacr_reg {
	position: relative;
	top: 1px;
}

#mapacr_all {
	margin: 20px 0px;
}

.prodejci {
	margin-left: 30px;
	font-size: 10pt;
}

.prodejci ul {
	list-style-image: none;
	list-style-type: none;
}

.prodejci .oteviracka {
	padding-left: 60px;
}

.oteviracka ul {
	margin-left: 20px;
	padding: 0px;
}

/* Sekce odkazy */
.odkazy p {
	margin-top: 5px;
}

/* Detail produktu */
.detail-nazev {
	margin-left: 30px;
	margin-top: 20px;
	float: left;
}

.detail-cena {
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-top: 20px;	
	color: Gray;
	font-size: 8pt;
	font-style: italic;
}

.detail-cena h2 {
	margin-bottom: 0px;
	Color: White;
}

.detail-obrazky {
	margin: 0px 60px;
	color: Gray;
	font-size: 10pt;
}

.detail-obrazky-leva {
	padding: 20px 20px 0px 0px;
	vertical-align: top; 
}

.detail-obrazky-prava {
	width: 530px;
}

.detail-obrazky tr td img {
	border: 1px solid White;
}

.detail-obal {
	float: left;
	height: 100px;
	margin: 0px 10px 10px 0px;	
}

.detail-udaje {
	margin: 0px 0px 0px 90px;
	border-spacing: 2px;
	background-color: Black; 
	font-size: 10pt;
}

.detail-udaje td.leva {
	background-image: url(../img/detailLeva.png);
	background-repeat: repeat-y;
	width: 179px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

.detail-udaje td.prava {
	background-image: url(../img/detailPrava.png);
	background-repeat: repeat-y;
	width: 358px;
	padding: 10px 20px 10px 30px;
}

/* Novinky */
.novinky {
	font-size: 8pt;
	margin-bottom: 10px;
	margin-top: 20px;
}

.novinky h6 {
	position: relative;
	float: left;
	margin: 0px 30px 10px 30px;
}

.novinky table {
	border: none;
	font-size: 8pt;
}

.novinky .all{
	color: Gray;
	position: relative;
	top: 1px;
}

.novinky table tr td {
	text-align: justify;
}

.novinky table tr td em {
	color: Red;	
}

.novinky table tr td.leva em {
	color: White;
}

.novinky table tr td.leva {
	width: 100px;
	vertical-align: top;
	text-align: left;
}

/* informace kontakty */
.historie {
	text-align: justify;
	margin-right: 30px;
}

/* forbikes */
.forbikes-foto {
  border: 1px solid White;
  margin: 5px;
}
