/*nastavení základních tagů*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 80%;
	color: black;
	line-height: 1.4;
	
	}
	
h1 {
	color: white;
		}
	
h2 {
	font-weight: bold;
	color: red;
	}

h3 {
	font-size: 100%;
	line-height: 0.1;
	color: blue;
	}	
	
a {
	font-weight: bold;
	color: blue;
	}
	
img {
	padding: 2px;
	}
	
#kontejner {
	width: 950px;
	margin: auto;
	}
	
#hlavicka {
	width: 951px;
	height: 300px;
	background-image: url("images/ferienhaus-tschechien-dolni-morava.jpg");
	}
	
#hlavicka span {
	display: block;
	text-align: right;
	margin: 0px 0px 15px 15px;
	padding: 20px;
	padding-top: 2px
	}
	
#menu-lista {
	width: 950px;
	height: 20px;
	border: solid #666666 1px;
	}
	
#menu-lista ul {
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	}

#menu-lista li { 
	display: block; 
	float: left; 
	} 

.k1 a, .k2 a, .k3 a, .k4 a, .k5 a {
	text-decoration: none;
	display: block;  
	width: 189px; 
	height: 20px; 
	background-color: #7ca3ce;
	border-right: solid #666666 1px;
	color: white;
	font-weight: bold;
	}

.k5 a {
	border-right: none; 
	width: 190px; 
	}

.k1 a:hover, .k2 a:hover, .k3 a:hover, .k4 a:hover, .k5 a:hover { 
	font-weight: bold;
	color: black;
	} 

#google-odkazy {
	width: 950px;
	height: 20px;
	padding: 5px;
	padding-top: 10px;
	}
	
#google-menu {
	padding-top: 120px;
	}
	
#kontejner-obsah {
	width: 950px;
	}
	
#leva-strana {
	width: 210px;
	float: left;
	}
	
.menu ul {
	margin: 0;
	padding: 0;
	}

.menu li { 
	display: block; 
	float: left; 
	} 

#menu-nadpis, #nadpis-left, #nadpis-right {
	text-decoration: none;
	display: block;  
	width: 200px; 
	height: 20px; 
	background-color: #336699;
	border: solid #666666 1px;
	color: white;
	font-weight: bold;
	margin-left: 2px;
	}

#nadpis-right {
	width: 240px;
	margin: 0px;
	}
	
#nadpis-left {
	color: black;
	background-color: #7ca3ce;
	}

.m1 a, .m2 a, .m3 a, .m4 a, .m5 a, .m6 a {
	text-align: left;
	text-decoration: none;
	display: block;  
	width: 190px;  
	background-color: #dde6ef;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
	border-left: solid #666666 1px;
	color: black;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 4px;
	}

.m1 a:hover, .m2 a:hover, .m3 a:hover, .m4 a:hover, .m5 a:hover {
	color: #666666;
	}

.infobox , #infobox-posledni{
	width: 220px;
	text-align: left;
	text-decoration: none;
	display: block;
	border-top: solid #666666 1px;
	padding: 15px 10px 10px 10px;
	border-left: solid #666666 1px;
	border-right: solid #666666 1px;
	}
	
#infobox-posledni {
	border-bottom: solid #666666 1px;
	}
	
#obsah {
	width: 470px;
	text-align: justify;
	float: left;
	padding: 0 10px 0 10px;
	}
	
#prava-strana {
	width: 250px;
	float: right;
	}
	
#doporucujeme {
	width: 950px;
	height: 25px;
	clear: both;
	border-top: solid #666666 1px;
	padding-top: 5px;
	font-size: 60%;
	}
	
.floatleft { 
	float: left; 
	margin: 0px 10px 0px 0px; 
	padding: 2px; 
	}
	
.floatright 
{ 
float: right; 
margin: 0px 0px 0px 10px; 
padding: 2px; 
}