/*Set default margin's and padding
* { margin: 0; padding: 0; }*/


/* Set generic img and link tags */
img {
	float:right;
	margin-bottom:2px;
}
a {
	color:#FEF9E9;
	background-color:#663300;
	text-decoration:none;
}
a:hover {
	color:#663300;
	background-color:#FEF9E9;
}


/*container - celý obsah*/
#container {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#f7f2e3;
	line-height: 1.6em;
}

/* A. Header*/
#header {
	color: #d1bfa6;
	padding-top:20px;
	background-color: #6e3f0f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1bfa6;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 30px;
	line-height:140%;
	color:#6e3f0f;
	margin-top:10px;
	margin-bottom: 10px;
	background-color: #f7f2e3;
}
#header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	line-height:140%;
	margin-top: -20x;
	margin-left: 40px;
	margin-bottom:5px;
}
#header img {
	float:right;
	clear:none;
	height:100px;
}

/* B. levý sloupec - obsahuje navigaci a thumbnails */
#left {
	background-color: #663300;
	float: left;
	clear:both;
	width: 180px;
	margin-left: ;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#660000;
	color: #FEF9E9;
}



/* B1. Navigation */
#navigation {
	color: rgb(0,0,153);
	background-color: #a58663; 
	margin-top: 15px;
	margin-left: 11px;
	margin-right: 11px;
	width: 149px;
	font-size: 13px;
}

#navigation ul {
	margin:0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	
}
#navigation a {
	display: block;
	padding: 5px;
	width: 149px;
	border-bottom: 1px solid #663300;
}
#navigation a:link, #navlist a:visited 
{	color:#333399;
	background-color:#FEF9E9;
	text-decoration: none;
	
	font-weight: bold;
	font-family: Arial, sans-serif;
	}

#navigation a:hover {
	background-color: #D1BFA6;
	color:#FEF9E9;
}


/* B2. Thumbnails */
#thumbnails {
	float: left;
	width: 200px;
	padding: 0;
	clear:both;
	font-size: 13px;
	margin-left: 11px;
	margin-top: 8px;
	line-height: 100%;
	}
#thumbnails a, a:hover{
	padding:0;
	margin:0;
	text-decoration:none;
}
#thumbnails img {
	float: left;
	margin: 0;
	border:none;
}


/* Footer - zatím tam nejsou, časem do thumbnails - ty přejmenovat*/
#footer {
	width:750px;
	font-size: 90%;
	color: #FEF9E9;
	background-color: #663300;
	clear:both;
}
#footer p {
	margin: 0px;
	padding: 2px;
}
#footer p a {
	color:#FEF9E9;
	border-bottom: 1px dotted #FEF9E9;
}		
#footer p a:hover {
	color:#663300; 
	background-color:#FEF9E9;
}
/*střední sloupec, dříve byl pravý sloupec */
#right {
	float: right;
	clear:right;
	background-color:#f7f2e3;
	position: relative;
	left: -220px;
	top: 1px;
	width: 548px;
}
#right h1 {
	background-color: #663300;
	margin-top:5px;
	margin-bottom: 15px;
	margin-left: 1px;
	padding-bottom: 15px;
	padding-top: 7px;
	
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height:80%;
	color:#FEF9E9;
}

#right p {
	font-size:100%;
	color:#663300;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:20px;
	margin-top:-5px;
}

/*nový pravý sloupec*/
#right1 {
	float: right;
	/*background-color:#f7f2e3;*/
	position:relative;
	left: 520px;
	top: 20px;
	width: 200px;
}
#right1_text {
float: right;
	/*background-color:#f7f2e3;*/
	position:relative;
	left: 550px;
	top: 50px;
	width: 220px;
	font-size: 13px;
/* 	font-weight: bold; */
  font-family: Arial, Helvetica, sans-serif;
  color:rgb(0,0,102);
}	
/* #right1 p {
	font-size:14px;
	font-weight: bold;
  color:#663300;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:20px;
	margin-top:-5px;
}
#right1 h2 {
  POSITION: absolute;
  TOP: 80px;
  LEFT: 500px;
	font-size:40px;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	padding-left: 8px;
	padding-right: 8px;
	} */