@charset "utf-8";
/* CSS Document */

body {
   background-color:#233A36;
   }
   
#wrapper {
	width:800px;
	height:100%;
	margin:0 auto;
	text-align:center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #00221C;
	background-color:#00221C;
   }
   
#header {
   width:800px;
   height:80px;
   text-align:center;
   background-image:url(img/hd-bg.jpg);
   background-repeat:repeat-x;
   text-align:center;
   color:#FFA10E;
   font-family:Palatino Lynotype;
   }
   
#obsah {
	width:800px;
	height:100%;
	border-top-width: 15px;
	background-color:#00221C;
	border-top-style: solid;
	border-top-color: #095D4E;
	text-align:center;
	text-decoration:underline;
	color:#FFA10E;
	font-family:Impact;
   }
   
img {
	border: thin solid #FF3300;
   }
   
#stred {
   width:800px;
   height:100%;
   background-color:#095D4E;
   color:#FFFFFF;
   }
   
a:link {
   color:#FFA10E;
   }
   
a:hover {
   color:#FFFFFF;
   }
   
a:visited {
   color:#FFA10E;
   }

.ws14 {font-size: 30px;}
.ws8 {font-size: 11px;}