/*** ---------- LAYOUT STRANKY ----------- ***/

body {
	background-color: #f18b2e;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: center;
	background-image: url('../images/layout/bg.gif');
	background-repeat: repeat-x;
}

#mainWindow {
	/*position: relative;*/
	text-align: center;
	width:1200px;
	width: 990px;
	width: auto;
	min-height: 470px;
	background-image: url('../images/layout/footerTop.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: auto;
}

#mainWindowBg {
	/*position: relative;*/
	background-image: url('../images/layout/mainWindowBg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width:1200px;
	width: 990px;
	width: auto;
}

/* HLAVICKA */
#header {
    /*
	position: relative;
	width:1200px;
	*/
	width: auto;
	height: 121px;
	background-image: url('../images/layout/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

	#header a#logo {
		position: absolute;
		width: 100px;
		height: 100px;
		top: 0px;
		left: 15px;
		color: #ffffff;
	}

/* PRVEK VYMEZUJICI REALNOU OBLAST KDE JE ZOBRAZEN CONTENT */
.contentPart {
	position: relative;
	width: 990px;
	height:100%;
	margin: auto;
	margin-top: 0px;
}

/* HLAVNI NAVIGACE */
#menu {
	position: absolute;
	width: 852px;
	height: 32px;
	top: 80px;
	right: 10px;
	margin: 0px;
	padding: 0px;
}

	#menu ul {
		float: right;
		list-style: none;
		margin: 0px;
	}

		#menu ul li {
			float: left;
			padding-top: 3px
		}

		#menu ul li.separ {
			float: left;
			width: 2px;
			height: 11px;
		}
		
			#menu ul li.separ div {
				margin-top: 1px;
				width: 2px;
				height: 12px;
				background-color: #fceac5
			}

		#menu ul li a {
			display: block;
			padding: 0px 20px 0px 20px;
			text-align: center;
			color: #493712;
			font-size:12px;
			font-family: Tahoma, "Trebuchet MS";
			font-weight: 800;
			text-decoration:none;
		}

		#menu ul li a span {
			display: block;
		}

		#menu ul li a:hover {
			color: #2575aa;
		}

#leftBlock {
	float: left;
	width: 260px;
	min-height: 200px;
}

#rightBlock {
	position:relative;
	float: right;
	width: 440px;
	min-height: 200px;
}

.contentMargin {
	padding: 15px 20px 15px 20px;
}

#footerPart {
	position: relative;
	background-image: url('../images/layout/footerBg.gif');
	background-repeat: repeat-x;
	padding: 0px 0px 20px 0px;
	width: 100%;
	text-align:center;
	height: 305px;
	height: auto;
	background-color: #f18b2e
}

	#footerPart #footerStrip {
		padding-top: 14px;
		padding-bottom: 12px;
	}
	
	#footerPart #footerStrip a {
		display:block;
		float: left;
		color: #000000;
		font-size: 12px;
		padding: 0px 18px 0px 18px;
	}
	
	#footerBottom {
		background-image: url('../images/layout/footerBottom.jpg');
		height: 123px;
		height: auto;
		background-repeat: no-repeat;
		text-align: center;
		padding-top: 15px;
		text-align: center;
	}
	
		#footerBottom ul {
			width: 700px;
			margin: auto;
			list-style: none;
		}

			#footerBottom li {
				position: relative;
				float: left;
				padding: 			
			}

			#footerBottom ul li.separ {
				float: left;
				width: 2px;
				height: 11px;
			}
			
				#footerBottom ul li.separ div {
					margin-top: 1px;
					width: 1px;
					height: 12px;
					background-color: #fdc546
				}
				
			#footerBottom ul li a {
				display: block;
				padding: 0px 23px 0px 23px;
				text-align: center;
				color: #ffffff;
				font-size:12px;
				font-family: Tahoma, "Trebuchet MS";
				font-weight: 400
			}
			
		#footerBottom #copyright {
			text-align: center;
			padding-top: 15px;
			font-size: 11px;
			color: #fbdab9
		}
		
		#footerBottom a {
			color: #FBDAB9;
		}
		
		#footerBottom .developed {
			padding-top: 10px;
		}

/* STANDARDNI STRANKA */

#leftMenu {
	float: left;
	position: relative;
	width: 205px;
	background-image: url('../images/layout/bgLeft.jpg');
	padding: 7px 0px 8px 8px;
	background-repeat: repeat-y;
	text-align: left;
}

	#leftMenu #leftTop {
		position: absolute;
		background-image: url('../images/layout/topLeft.jpg');
		width: 213px;
		height: 71px;
		top: 0px;
		z-index: 1;
		left: 0px;
	}
	
	#leftMenu #leftBottom {
		position: absolute;
		background-image: url('../images/layout/bottomLeft.jpg');
		width: 213px;
		height: 8px;
		bottom: 0px;
		left: 0px;
	}
	
	#leftMenu ul {
		position: relative;
		z-index: 2;
		list-style-type: none;
		margin: 0px;
		padding: 0px
	}
	
		#leftMenu ul li {
			position: relative;
			background-image: url('../images/layout/subMenuItem.jpg');
			background-repeat: no-repeat;
			width: 194px;
		}
		
		#leftMenu ul li a {
		display: block;
			padding: 12px 0px 11px 40px;
			font-size: 12px;
			color: #010101;
			text-decoration:none;
		}
		
			#leftMenu ul li ul {
				padding-bottom: 5px;
			}
		
			#leftMenu ul li li {
				background-image: url('../images/layout/arrow.gif');
				background-position: left center;
				background-position: left 8px;
				background-repeat: no-repeat;
				padding-left: 15px;
				margin-left: 20px
			}
		
			#leftMenu ul li li a {
				padding: 4px 0px 4px 0px;
				font-size: 11px;
				color: #c26009;
			text-decoration:none;
			}
		
	
#middle {
	float: left;
	position: relative;
	width: 556px;
	width: 554px;
	background-image: url('../images/layout/bgMiddle.gif');
	padding: 7px 0px 8px 8px;
	background-repeat: repeat-y;
	text-align: left;
	min-height: 454px;
}

	#middle .middleMargin {
		position: relative;
		padding: 10px 20px 20px 20px;
		z-index: 2
	}

	#middle #middleTop {
		position: absolute;
		background-image: url('../images/layout/topMiddle.jpg');
		width: 564px;
		height: 81px;
		top: 0px;
		z-index: 1;
		left: 0px;
	}
	
	#middle #middleBottom {
		position: absolute;
		background-image: url('../images/layout/bottomMiddle.jpg');
		width: 564px;
		height: 6px;
		bottom: 0px;
		left: 0px;
	}

#right {
	float: left;
}
#right #rightWindow1 {
	background-image: url('../images/layout/rightBox1.jpg');
	width: 213px;
	height: 148px;
}

    #rightWindow1 div {
    	padding-top: 8px;
    	padding-left: 4px;
    }

#right #rightWindow2 {
	background-image: url('../images/layout/rightBox2.jpg');
	width: 213px;
	height: 151px;
	
}

#right #rightWindow3 {
	background-image: url('../images/layout/rightBox3.jpg');
	width: 213px;
	height: 151px;
	
}


/* HOMEPAGE */

#flashHomeWindow {
	width: 658px;
	height: 301px;
	float: left;
	background-image: url('../images/layout/homepageFlashWindow.jpg');
	background-repeat: no-repeat;
}

	#flashHomeWindow #homeFlash {
		margin-top: 11px;
	}

#rightHomeWindow {
	width: 332px;
	height: 301px;
	float: left;
	background-image: url('../images/layout/homepageRightWindow.jpg');
}
    
    #rightHomeWindow div {
    	padding-top: 12px;
    	padding-left: 5px;
    }

#homeWindow1 {
	width: 329px;
	height: 145px;
	float: left;
	background-image: url('../images/layout/homepageWindow1.jpg');
}

    #homeWindow1 div {
    	padding-top: 8px;
    }

#homeWindow2 {
	width: 332px;
	height: 145px;
	float: left;
	background-image: url('../images/layout/homepageWindow2.jpg');
}

#homeWindow3 {
	width: 329px;
	height: 145px;
	float: left;
	background-image: url('../images/layout/homepageWindow3.jpg');
}

/* BreadCrumbs */

#rightBlock .breadCrumb {
	color: #97a7af;
	font-size: 11px;
}

#rightBlock .breadCrumb a {
	color: #97a7af;
	font-size: 11px;
	display: block;
	float: left;
}

#rightBlock .breadCrumb a:hover {
	text-decoration: underline
}

#rightBlock .breadCrumb .separ {
	color: #97a7af;
	font-size: 11px;
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
}

#rightBlock .breadCrumb h2, #centerBlock .breadCrumb h3 {
	display: block;
	float: left;
	margin: 0px;
}

#rightBlock .breadCrumb a.current {
	color: #f78a2c;
}

/*** ---------- PRAVA CAST ----------- ***/

#rightBlock .innerMargin {
	padding:7px;
}

#rightBlock h3 {
	background-image: url('../graphic/layouts/front/right_title.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:8px 0px 10px 10px;
	margin:0px;
	margin-bottom: 5px;
}

#rightBlock p {
	font-size:13px;
	margin: 10px 0px 10px 0px;
	line-height: 20px;
}

#rightBlock p a {
	color: #333;
}

#rightBlock p b a  {
	color: #ffc266;
}

#rightBlock p a:hover {
	text-decoration: underline
}

a.articleLink {
	background-image: url('../images/layout/blue_bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #53bcc5 !important;
	font-weight: 800;
	font-size: 12px;
	text-decoration: underline;
}

a.articleLink:hover {
	text-decoration: none !important;
}


/* USER LOGIN */

#userLogin label {
	display: block;
	float: left;
	width: 150px;
}

/* DISCUSSIONS */

.discussionFormBox {
	padding: 20px;
	margin: 10px;
	background-color: #fff;
	border: 1px solid #999
}

	.discussionFormBox legend {
		padding: 0px 10px 0px 10px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.discussionFormBox label {
		font-weight: 800;
		width: 80px;
		padding: 3px 10px 0px 0px;
		float: left;
		display: block;
			
	}
	
	.discussionFormBox input[type=text] {
		width: 260px;
	}
	
	.discussionFormBox textarea {
		width: 320px;
		height: 200px;
	}
	
	.discussionFormBox input[type=submit] {
		background: none;
		background-color: #666;
		border: 1px solid #555;
		color: #fff;
		font-weight: 800;
		padding: 3px 20px 3px 20px
	}

ul.discussionList {
	list-style-type: none;
}

ul.discussionList h4.category {
	background-image: url('../images/layout/folder.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

ul.discussionList h4.category a {
	padding-left: 40px;
}

ul.discussionList h4 a {
	color: #000;
	font-size: 13px;
}

ul.discussionList .postDetails {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 6px;
}

ul.discussionList li {
	position: relative;	
}

ul.discussionList .actions {
	float: right;
}

ul.discussionList .popupBox {
	position: absolute;
	right: 0px;
	width: 400px;
	border: 1px solid #999;
	padding: 10px;
	z-index: 1000;
	background-color: #fff;
}

	.popupBox input[type=text] {
				width: 250px;
			}
			
	.popupBox input[type=submit] {
		background: none;
		background-color: #666;
		color: #fff;
		font-weight: 800;
		padding: 4px 20px 4px 20px
	}
	
.postPopup {
	height: 140px;
}

/* BREADCRUMBS */
#breadcrumbs {
	width:100%;
	background-image:url("../images/layout/boxWhiteTitleBg.gif");
	background-repeat: repeat-x;
	color: #e7f4f7;
	font-size: 17px;
	height: 41px;
	margin: 0px;
}

#breadcrumbs .inbox {
	padding: 5px 10px 0px 0px;
}

#breadcrumbs h4, #breadcrumbs h2, #breadcrumbs h3, #breadcrumbs img, #breadcrumbs .separator {
	float: left;
}

#breadcrumbs h4, #breadcrumbs h2, #breadcrumbs h3 {
	color: #333;
	margin: 1px 5px 0px 5px;
	padding: 0px;
	font-size: 12px;
}

#breadcrumbs h4 {
	font-weight: 400	
}

#breadcrumbs img {
	margin-right: 5px;
}

#breadcrumbs h3 {
	font-weight: 400
}

#breadcrumbs h3 a,  #breadcrumbs h2 a, #breadcrumbs h4 a {
	color: #333;
	text-decoration: underline;
}

#breadcrumbs h2 a {
	font-weight: 800;
	text-decoration: none
}

#breadcrumbs h2 a:hover {
	text-decoration: underline;
}

#breadcrumbs h3 a:hover {
	text-decoration: none;
}

#breadcrumbs .separator {
	background-image:url("../images/layout/arrow.gif");
	background-repeat: no-repeat;
	width: 4px;
	height: 7px;
	margin: 5px 3px 0px 3px;
}

/*** ---------- STYLY ZAKLADNICH PRVKU A VSEOBECNE DEFINICE ----------- ***/

form {
	margin:0px;
	vertical-align:middle;
}

	form input {
		vertical-align:middle;
	}

.clear {
	clear:both;
	font-size:1px;
	height: 0px;
}

.innerMargin {
	padding:15px;
}

a {
	color: #F18B2E;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border:0px;
}

h1, h3 {
	color:#e46846;
	font-size:20px;
	font-weight:400;
	margin: 0px 0px 30px 0px;
	padding-left: 0px;
	font-family: Tahoma;
}

h2 {
	color:#333333;
	font-size:15px;
	font-weight:800;
	margin:0px;
}

h3 {
	color:#333333;
	font-size:15px;
	font-weight:800;
	margin:0px;
}

h4 {
	color:#b23427;
	font-size:14px;
	font-weight:800;
	margin:0px;
}

h5 {
	font-size:14px;
	margin:0px;
}

h6 {
	font-size:13px;
	margin:0px;
}

td {
	font-family: "Trebuchet MS";
	/*font-size: 12px;*/
	color: #4d4d4d;
}


/*** ---------- PRIHLASENI UZIVATELE ----------- ***/

#userLogin {
    margin-top: 10px;
}

#userLogin fieldset {
    border: none;
}

#userLogin fieldset div {
    margin-bottom: 10px;
}


/*** ---------- CLANKY ----------- ***/

.articles .category {
    width: auto;
    height: auto;
}

.articles .category .photo {
    width: 100px;
    height: auto;
    padding: 5px;
    float: left;
    text-align: center;
}
/*
.articles .category .photo img {
    border: 1px solid #CCCCCC;
}
*/
.articles .category .text {
    width: 370px;
    height: 100px;
    padding: 5px;
    float: right;
    margin-bottom: 3px;
}

.articles .category .text .title {
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
	font-size: 16px;
}

.article {
    width: auto;
    height: auto;
    margin-bottom: 4px;
}

.article h1 {
    margin-bottom: 10px;
}

.article .photo {
    width: 100px;
    height: 100px;
    padding: 5px;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 3px;
}

.article .photo img {
    border: 1px solid #CCCCCC;
}

.article .text {
    padding: 5px;
    float: right;
    margin-bottom: 20px;
}

.articles .text {
    width: 370px;
}

.article .title {
    margin: 0px;
    padding: 0px;
	font-size: 16px;
}

.article .date {
    font-size: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.article .body {
    padding: 10px;
	padding-top: 20px;
}


/*** ---------- STATICKY OBSAH ----------- ***/

.images .thumb {
    width: 190px;
    width: 150px;
    height: 136px;
    height: 106px;
    padding: 5px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.images .thumb img {
    border: 1px solid #CCCCCC;
    width: 150px;
}
