﻿* {margin: 0px; padding: 0px;}

body {background: url(images/pozadi.gif) repeat}

#obal {
	width: 960px;
	min-height: 500px;
	margin: 0 auto;
	margin-top: 10px;
	}
	
#header {
	width: 958px;
	height: 150px;
	border: 1px solid black;
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: orange;
	}	
	
#obsah {
	width: 746px;
	min-height: 300px;
	float: right;
	border: 1px solid black;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: orange;
	}

#navigace {
	width: 200px;
	min-height: 300px;
	float: left;
	margin-bottom: 10px;	
	}

#footer {
	width: 958px;
	height: 50px;
	clear: both;
	border: 1px solid black;
	border-radius: 10px;
	text-align: center;
	background: orange;
	}

.kraj {margin: 10px;}

/* ----Navigace---- */
ul {
	width: 200px;
	list-style-type: none;
	}	
	
ul li.prvni {
	width: 200px;
	height: 40px;
	border: 1px solid black;
	border-radius: 10px;
	text-align: center;
	background: linear-gradient(orange, yellow);
	}
ul li.druhy {
	width: 200px;
	height: 40px;	
	text-align: center;
	}	
ul li.prvni a.menu {
	color: #4169E1;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 40px;
	border: 0px solid;
	border-radius: 10px;
	line-height: 2.5em;
	}
ul li.druhy a.menu {
	color: orange;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 40px;
	border: 0px solid;
	border-radius: 10px;
	line-height: 2.5em;
	}
a.menu:hover {	
	box-shadow: 0px 0px 10px orange;
	background-color: rgba(255,153,0,0.2);
	}	

/* ---- ČLÁNKY ---- */
p.clanek {
	background-color: rgba(65,105,225,0.2);
	margin: 10px;
	padding: 10px;
	border: 0px solid;
	border-radius: 5px;
	text-align: justify;
	}	

.right {
	float: right;
	width: 100px;
	height: 75px;
	margin: 0px 0px 5px 5px;
	}	
.left {
	float: left;
	width: 100px;
	height: 75px;
	margin: 0px 5px 5px 0px;
	}		
	