
/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF6E5;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	background-image: url(../img/web-bg.jpg);
	background-repeat: repeat-x;
}

/*--- Link Styles ---*/
a
{
	color: #aa0000;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}


/* Standard Definitions
----------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

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;
}



#web-container {
	width: 979px;	
	margin: 0px auto;	
}


/* Header
----------------------------------------*/

#header {
	width: 979px;
	height: 318px;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
}
	#header .logo {
		float: left;
		padding: 21px 0 0 99px;
		height: 86px;
	}
	#header .menu-wrapper {
		padding: 6px 0 0 0;
		clear: both;
	}
	#header .menu {
		float: left;
		padding: 0 0 0 110px;
		width: 321px;
		height: 117;
	}
		#header .menu .m1 {
			height: 42px;
		}
		#header .menu .m2 {
			height: 35px;
		}
		#header .menu .m3 {
			height: 31px;
		}
		#header .menu .m4 {
			height: 33px;
		}
		#header .menu .m5 {
			height: 36px;
		}
		
	#header .image-photo {
		float: left;
		
	}

	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	width: 791px;	
	margin: 0px auto;
	background-image: url(../img/main-bg.jpg);
	background-repeat: repeat-y;
}
#content .inner1 {
	background-image: url(../img/main-top.jpg);
	background-repeat: no-repeat;
}
#content .inner2 {
	background-image: url(../img/main-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 500px;
	padding: 30px 40px;
}

#content .main {
	width: 450px;
	float: left;
	text-align: justify;
}

	#content .main h6 {
		color: #7C2E2A;
		font-size: 14px;
		font-weight: normal;
		padding: 0 0 4px 0;
	}
	#content .main h1 {
		color: #890D0D;
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 20px 0;;
	}
	#content .main h2 {
		color: #B51311;
		font-size: 14px;
		font-weight: bold;
		padding: 20px 0 5px 0;
	}




#content .sidebar {
	width: 251px;
	float: right;
	color: #666666;
}
	#content .sidebar .news {
		background-color: #ffffff;
		padding: 4px;
		margin: 0 0 25px 0;
	}
		#content .sidebar .news .item {
			padding: 10px 2px 0 2px;
		}
		#content .sidebar .news h3 {
			color: #7C2E2A;
			padding: 0;
			font-size: 12px;
			font-weight: bold;
		}
	#content .sidebar .calendar {
		background-color: #ffffff;
		padding: 4px;
	}
		#content .sidebar .calendar .item {
			padding: 10px 0 0 0;
		}
		#content .sidebar .calendar h3 {
			color: #7C2E2A;
			padding: 0;
			font-size: 12px;
			font-weight: normal;
		}
		#content .sidebar .calendar .date {
			float: left;
			width: 60px;		
			background-color: #7C2E2A;
			color: #ffffff;
			font-weight: bold;
			font-size: 11px;
			text-align: center;
		}
		#content .sidebar .calendar .text {
			float: right;
			width: 170px;
		}
		
	#content .prices {
		background-color: #ffffff;
	}
		#content .prices td {
			padding: 6px 4px;
			border-bottom: 1px solid #e0e0e0;
		}
		#content .prices th {
			padding: 6px 4px;
			font-weight: bold;
			width: 150px;
			border-bottom: 1px solid #e0e0e0;
		}



/* Footer
----------------------------------------*/
#footer {
	width: 751px;
	margin: 0px auto;
	padding: 10px 0 40px 40px;
	font-size: 11px;
	color: #FFAB12;
}
	#footer a {	
		color: #FFAB12;
	}
	#footer .copy {	
		padding: 0 0 25px 0;
		color: #A3601D;
	}
		#footer .copy a {	
			color: #A3601D;
		}








