

@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E4D9D0;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	
	background-image: url(../img/image-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

/*--- Link Styles ---*/
a
{
	color: #333333;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}


#wrapper {
	background-image: url(../img/web-bg.jpg);	
	background-repeat: repeat-x;
}

#web-container {
	width: 960px;	
	margin: 0px auto;
	
	background-image: url(../img/content-bg.jpg);
}


	
		
/* Content
----------------------------------------*/
#content {
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
}
	#content .header {
		height: 190px;
	}
		#content .header .logo {
			padding: 45px 0 0 35px;
		}
		#content .header .menu {
			padding: 55px 0 0 45px;
		}
			#content .header li {
				float: left;
				padding: 0 30px 0 0;
			}
			#content .header a {
				color: #71461c;
				font-size: 14px;
				text-decoration: none;
			}
				#content .header a:hover {
					text-decoration: underline;
				}
	
	#content .main {
		width: 640px;
		padding: 40px 40px 0 0;
		float: right;
	}
		#content .main h1 {
			color: #811c0d;
			font-size: 18px;
			padding: 20px 0 20px 0;
		}
		
		#content .main h2 {
			color: #811c0d;
			font-size: 15px;
			padding: 10px 0 10px 10px;
		}
		
		#content .main .home-boxes {
			height: 180px;
		}
		#content .main .box {
			width: 284px;
			height: 117px;
			padding: 20px 4px 20px 20px;
			background-image: url(../img/box-bg.jpg);
			background-repeat: no-repeat;
			float: left;
			margin: 0 20px 0 0;
			line-height: 16px;
			font-family: "Times New Roman", Times, serif;
			color: #a26b24;
		}
			#content .main .box.box01 {
				
			}
			#content .main .box.box02 {
				margin-right: 0;
			}
			#content .main .box img {
				float: left;
				margin: 0 10px 0 0;
			}
			#content .main .box h2 {
				color: #811c0d;
				font-size: 18px;
				font-family: Georgia, "Times New Roman", Times, serif;
				line-height: 18px;
				padding: 0 0 6px 0;
			}
			#content .seznam {list-style-type: square; margin-left:25px;}
			#content .seznam li { margin-left: 5px;}
	
	#content .sidebar {
		width: 216px;
		padding: 40px 0 0 40px;
		float: left;
	}
		#content .sidebar .side-menu-top {
			background-image: url(../img/sidebar-top.jpg);
			background-repeat: no-repeat;
			height: 6px;
			overflow: hidden;
		}
		#content .sidebar .side-menu {
			background-image: url(../img/sidebar-bg.jpg);
			background-repeat: repeat-y;
		}
			#content .sidebar .side-menu li {
				padding: 0 35px 0 20px;
			}
			#content .sidebar .side-menu a {
				color: #af723a;
				text-decoration: none;
				display: block;
				border-bottom: 1px solid #e2cfb1;
				padding: 8px 0;
			}
				#content .sidebar .side-menu a.last {
					border-bottom: 0;
				}
		#content .sidebar .side-sep {
			background-image: url(../img/sidebar-sep.jpg);
			background-repeat: no-repeat;
			height: 18px;
			overflow: hidden;
		}
		#content .sidebar .side-box {
			background-image: url(../img/sidebar-bg2.jpg);
			background-repeat: repeat-y;
			padding: 10px 0px 5px 10px;
			color: #5c3410;
			font-size: 11px;
			line-height: 14px;
			font-family: "Times New Roman", Times, serif;
		}
			#content .sidebar .side-box .image {
				margin: 0 5px 0 0;
				float: left;
			}	
			#content .sidebar .side-box strong {
				font-size: 12px;
				font-family: Georgia, "Times New Roman", Times, serif;
			}	
		
		
		
		#content .sidebar .side-bottom {
			background-image: url(../img/sidebar-bottom.jpg);
			background-repeat: no-repeat;
			height: 6px;
			overflow: hidden;
		}
			
	#content .footer {
		background-image: url(../img/footer-bg.jpg);
		background-repeat:no-repeat;
		height: 55px;
		margin: 0 auto;
		width: 880px;
		padding: 5px 20px;
		font-size:9px;
	}		
	
#addlinks {height: 40px; margin: 0 auto; width: 880px; padding: 0px 10px 0 0; font-size:10px;}



