html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

html {
overflow-y: scroll; /* zobrazí vždy vertikální scrollbar, kvůli "uskakování" při krátkém obsahu */
}

html, body {
	height: 100%;
}

body {
	background: rgb(255,255,255);
	color: #000000;
	text-align: left;
	min-width: 760px;
	line-height: 1.5;
	list-style: none;
}

#container {
margin-top: 20px;
margin-left: 200px;
}

#kontakty {
margin-left: 305px;
margin-top: 25px;
font-size: 0.8em;
}

p {
font-family: 'Open Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
font-size: 1em;
}

a:link {
font-weight: bold;
color: #ad0035;
color: black;
text-decoration: none;
}

a:visited {
font-weight: bold;
color: #ad0035;
color: black;
text-decoration: none;
}

p.kalendar { 
width: 280px;
font-family: 'Open Sans', sans-serif;
font-size: 6.3em;
color: black;
float: left;
line-height: 1;
margin-right: 25px;
text-align:right;
}

p.delici_cara {
border-bottom: 1px solid black;
margin-top: 10px;
}

h1 {
font-family: 'Open Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
font-size: 5em;
color: #ad0035;
color: black;
}

h2 {
font-family: 'Open Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
font-size: 1.5em;
color: #ad0035;
color: black;
}

th, td {
    padding: 10px;
    text-align: left;
}


