﻿/* CSS Reset*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers - zobrazit HTML5 elementy v bloku */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {  
    margin: 0 auto;  
    width: 940px;
    font: 14px;
	font-family:'Trebuchet MS';	
    background: white;
	background-image: url('../images/pozadi_uklid4u1.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

h2 {  
    font-size: 22px;  
    line-height: 44px;  
    padding: 10px 0;
	color: #009140;
	text-decoration: underline;
}  
  
h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 11px 0;
	text-decoration: underline;
}

p {
    padding-bottom: 15px;
	font-size: 16px;
	text-decoration: none;
}

em, i {
	font-style: italic;
}

strong, b {
    font-weight: bold;
}

/*	 Header	*/
#nadpis {
	padding: 25px 5px 0 5px;	/*5px pro misto mezi nadpisem a navigaci - otestovat v prohlizecich*/
	background: white;
	border: 5px solid #d2d7bd;
	border-bottom: none;
	
	background-image: url('../images/logo_uklid4u.png');
	background-repeat: no-repeat;
}

#nadpis h1 {
	font-size: 58px; line-height: .5;
	padding: 0 85px;
}

#nadpis h1 a:link, #nadpis h1 a:visited {
	color: #009140;
	display: block;
	font-weight: bold;
	margin: 0 0 .2em 0em;
	text-decoration: none;
	width: 250px;
}

#nadpis h1 a:hover, #nadpis h1 a:active {
	background: none;
	color: #009140;
	text-shadow: none;
}

#nadpis h1 strong {
	font-size: 25px; font-weight: normal;
	color: #9cc700;
	margin-left: 56px;
}

#nadpis h2 {
	margin: 0 0 -45px 0; padding: 0 0 0 696px;
	position: relative;
	top: -40px;
	font-size: 25px;
	color: #9cc700;
	text-decoration: none;
}
/*	 Header - konec	*/


/*	 Navigace	*/
nav {
	position: absolute;
	left: 0;
	width: 100%;
	background: #9cc700;
	border-top: 1px solid #3f4d00;
	border-bottom: 1px solid #3f4d00;
	background-image: -moz-linear-gradient(bottom, rgb(130,158,20) 1%, rgb(171,214,0) 48%, rgb(160,204,0) 83%);
}

nav ul {
	margin: 0 auto;
	width: 945px;
	list-style: none;
}

nav ul li {
    float: left;
	margin-left: 10px;
}

nav ul li a {
	display: block;
	margin-right: 10px;
	width: 165px;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	border: 2px solid transparent;
	color: white;
}

nav ul li a:hover {  
	color: #009140;
	background: white;
	background-image: -moz-linear-gradient(bottom, rgb(206,214,212) 31%, rgb(240,250,244) 66%, rgb(250,255,251) 83%);
	border: 2px solid #009140;
	border-radius: 5px;
}  

nav ul li#selected a {  
	color: #009140;
	font-weight: bold;
	background: white;
	background-image: -moz-linear-gradient(bottom, rgb(206,214,212) 31%, rgb(240,250,244) 66%, rgb(250,255,251) 83%);
	border: 2px solid #009140;
	border-radius: 5px;
}

/* podmenu */
nav ul li ul {
	display: none;
	margin: 0;
	padding: 0 237px 0 2px;
	position:absolute;
	background: #9cc700;
	border: 1px solid #3f4d00;
	border-top: none;
	background-image: -moz-linear-gradient(bottom, rgb(160,204,0) 1%, rgb(171,214,0) 48%, rgb(130,158,20) 83%);
}

nav li li a{
	margin-left: -12px;
	padding: 0;
	width: 380px;
}

nav ul li:hover ul {
	display: block;
	width: 145px;
}
/*	 Navigace - konec */
	
#hlavniCast{
	display: table;
	background: #d2d7bd;
	padding-top: 53px;
}

#Obsah{
	display: table-cell;
	width: 520px;
	height: 725px;
    padding-right: 22px;
	background: white;
	padding: 0px 10px 10px 10px;
	border-bottom: 5px solid #d2d7bd;
	border-radius: 20px;
}

#Obsah h3{
	padding-bottom: 0;
}

#Obsah h4{
	padding-bottom: 5px;
}

#Obsah img.obr1 {
	height: 160px;
	float: right;
	margin: 10px 15px 0 15px;
	border: 1px solid #3f4d00;
}

#Obsah li, ul{
	padding-bottom: 3px;
	font-size: 16px;
}

#Obsah ul {
	list-style: square;
	margin-left: 30px;
}


/*     aside aside aside aside aside aside		*/
aside {
    display: table-cell;
    width: 181px;
	padding: 0px 10px 10px 10px;
	background: white;
	border: 5px solid #d2d7bd;	
	border-top: none; /*kdyztak odstranit*/
	border-radius: 20px;
}

#kontakt p{
	color: #f19840;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

#datum {
	font-size: 10px;
}


/*	 Patička	*/
footer{
	background: #d2d7bd;
}

#footer_obsah{
	background: #3f4d00;
	border: 5px solid #d2d7bd;
	border-top: none;
	border-radius: 20px;
}

footer p {
	font-size: 14px;
	color: white;
	padding: 20px 10px;
}

footer a {
	font-size: 16px;
	text-decoration: none;
}

footer a, a:hover, a:visited {
	color: white;
}

#rss{
	background-repeat: no-repeat;
	padding-left: 30px;
	background-image: url('../images/rss1.png');
	margin-left: 540px;
}

#facebook{
	background-repeat: no-repeat;
	padding-left: 30px;
	background-image: url('../images/facebook1.png');
	margin-left: 25px;
}
/*	 Patička - konec */