*{
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
}
body{
	background-color : white;
}

h1{
	font-size : 150%;
	color : Red;
}

h2{
	font-size : 180%;
	color : Red;
	font-weight : bold;
}

div.hlavni h2{
	text-align : left;
}

h3{
	font-size : 140%;
	font-weight : bold;
}

body.admin h2{
	font-size : 130%;
}


hr{
	color : #D1D1D1;
	height : 1px;
	width : 97%;
}

a{
	color : Red;
}

.adminmenu h1{
	color : Red;
	font-style : italic;
	margin-bottom : 2px;
}

.adminmenu{
	border-bottom : 1px solid Blue;
	margin-bottom : 10px;
}

.adminmenu a{
   font-size : 120%;
   font-weight : bold;
}

table.adminvypis th{
    border-bottom : 1px solid Red;
}

table.vypis td{
	background-color : #EEEEEE;
}

table.vypis th{
	background-color : Black;
	color : white;
}

.nadpis{
	font-weight : bold;
}

.popis, .menu a{
	font-size : 90%;
}



div.hlavni{
	margin-left : 15px;
	margin-right : 15px;
	margin-top : 15px;
}

div.menu{
	margin-right : 10px;
	line-height : 130%;
	color : gray;
	font-weight : bold;
}

table.vypis{
	margin-left : 10px;
}

p.stranky{
	text-align : right;
	margin-right : 7px;
}

.cop{
	text-align : center;
	font-size : 90%;
	color :#808080;
}

.update{
	text-align : right;
	font-size : 90%;
	color :#808080;
}

.cop a{
	font-size : 100%;
}

div.uvod{
	margin-left : 30px;
	margin-right : 30px;
}

table.uvod td.leve{
	padding-right : 20px;
}

.tlacitko1{
	margin-bottom : 15px;
	margin-right : 15px;
}


.prices{
	color : #808080;
	font-weight : bold;
	text-align : center;
}

p.kosik{
	margin-bottom : 5px;
	margin-right : 7px;
	margin-left : 10px;
}

p.kosik h1{
	margin-bottom : 0px;
}

input.pocet{
	text-align : right;
}

p.empty{
	color : Red;
	font-weight : bold;
	text-align : center;
	font-size : 120%;
	margin-top : 5px;
	margin-bottom : 5px; 
}

table.platba td{
	font-weight : bold;
}

table.platba col.popisky{
	font-weight : normal;
}

a.new{
	font-size : 120%;
	font-weight : bold;
}
.povinne {
  color: #FF0000;
}