/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   and Ron Hall, Busy Noggin, Inc.
   * www.busynoggin.com & templavoila.busynoggin.com   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	background-color: #ebebeb;
background-image: url(images/background1.png);
background-position:center center;
background-repeat:repeat-y;
clear:both;
	font-weight: normal;
	height: 100%;
	
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	position: absolute;
	top: 0;
	left: -4000px;
	}

.csc-firstHeader {
	margin-top: 8px;
	}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	width: 976px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}

#feature {
	margin: 0px 16px;
	border-bottom:5px solid #666666;
	}

#generatedContent-1 {
	width: 304px;
	float: left;
	margin-right: 16px;
	margin-left: 16px;
	}

#generatedContent-2 {
	width: 304px;
	float: right;
	}

#f1d #contentBlock-1 {
	float: right;
	margin:0;
	margin-right:16px;
	width:544px;
	padding: 40px 48px 16px 32px;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 560px;
	}

#f1f #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 560px;
	}

#f2a #contentBlock-2 {
	float: right;
	width:304px;
	}

#f2b #contentBlock-1 {
	float: left;
	width: 560px;
	}

#f2b #contentBlock-2 {
	margin-right:16px;
	width:304px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 560px;
	}

#f2c #contentBlock-2 {
	margin-right:16px;
	width:304px;
	float: right;
	}


#f2d #contentBlock-1 {
	float: left;
	margin:0;
	margin-right:16px;
	width:544px;
	padding: 16px 48px 16px 32px;
	}

#f2d #contentBlock-2 {
	margin-right:16px;
	width:304px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	margin-right:16px;
	width:304px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	margin-right:16px;
	width:304px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 304px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	margin-right:16px;
	width:304px;
	float: left;
	}

/* @end Layout */

/* @group Header */
#header {
	border-top:40px solid #404040;
	padding: 0px 16px;
	}

#masthead {
	float: right;
	margin: 12px 0 0;
	padding: 0;
	height: 120px;
	width: 680px;
	overflow: hidden;
	background: url(images/dsp_title.png) no-repeat;
	}

#masthead_en {
	float: right;
	margin: 12px 0 0;
	padding: 0;
	height: 120px;
	width: 680px;
	overflow: hidden;
	background: url(images/dsp_title_en.png) no-repeat;
	}

#masthead a {
	display: block;
	padding-top: 100px;
	}

#DSPid {
	float: left;
	overflow: hidden;
	background:transparent url(images/dsp_logo.png) no-repeat scroll 0 0;
	float:left;
	height:160px;
	margin-top:-43px;
	overflow:hidden;
	width:260px;
	}

#DSPid a {
	display: block;
	padding-top: 160px;
	}

/* @group Global Menu */

#globalMenu {
	clear: both;
	margin: 0px;
	border-top: 1px dotted #666666;
	border-bottom: 4px solid #666666;
	padding-top: 15px;
	padding-bottom: 11px;
	font-size: 16px;
	height:17px;
	}

#globalMenu li {
	display: inline;
	float: left;
	margin-top:-8px;
	margin-bottom:-13px;
	padding-bottom:7px;
	padding-top:6px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px dotted #666666;
	}

#globalMenu li.active {
	background: #666666;
	margin-top:-16px;
	padding-bottom:17px;
	padding-top:14px;
	margin-right: -1px;
	}

#globalMenu li.last {
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	}

#globalMenu li.lang {
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	float:right;
	}

#globalMenu a {
	height: 16px;
	display: inline;
	float: left;
	color: #666666;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
}

#globalMenu a:hover {
	color: #00A24F;
	text-decoration: none;
	}

#globalMenu li.active a {
	color: #ffffff;
}

#globalMenu ul {
	position: absolute;
	height: 20px; 
	top: 20px;
	left: 0px;
	margin: 0px;
	background-color: #999;
	width: 940px;
	font-size: 11px;
	padding-left: 10px;
}

/* @end Global Menu */

/* @end Header */

/* @group Footer */

.footer {
	padding: 0px;
	padding-top: 32px;
	margin-top: 30px;
	background: #171717 url(images/footerbackground.png) repeat-x scroll 0 0;
	height: 424px;
}

.footer a{
color: #ffffff;
}


.footerSponzorji {

	margin-left: 20px;
	
}


.footerSponzorji img{

 clear: both;
    float: left;
    margin: 8px 0;
}

.footerLogo {

	color: white;
	margin-bottom: 10px; 
	margin-left: 640px;
}

.footerKontakt {
	display: block;
	color: white;
	width: 208px;
	font-weight: bold;
	margin-left: 640px;
	}
	
.disclaimer {
	padding: 8px 16px;
	background: #dddddd none repeat-x scroll 0 0;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}

/* @end Footer*/

/* @group Local Menu */

#localMenu {
	margin-left: 0;
	margin-top: 48px;
	padding-bottom: 5px;
	border-top: 1px dotted #b2b2b2;
	color: #666666;
	}
	
	.news-latest-container{
	margin-left: 0;
	margin-top: 46px;
	padding-bottom: 5px;
	border-top: 1px dotted #b2b2b2;
	color: #666666;
	}

ul#localMenu, .news-latest-container ul, #contentBlock-2 ul {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	}

#localMenu ul li , .news-latest-container ul li, #contentBlock-2 ul li {
	margin-bottom: 3px;
	}

#localMenu li , .news-latest-container li, #contentBlock-2 li {
	list-style: none;
//	line-height: 31px;
	font-size: 14px;
	border-bottom: 1px dotted #666666;
//	padding-left: 16px;
	padding: 10px 0;
	}

#localMenu li a, .news-latest-container li a, #contentBlock-2 li a  {
	color: #666666;
	}

#localMenu li a:hover, .news-latest-container li a:hover, #contentBlock-2 ul li  a:hover{
	color: #00A24F;
	text-decoration: none;
	}

#localMenu li.current {
	background-color: #666666;
}

#localMenu li.current a {
	color: #fff;
	}

#localMenu li.current li a {
	color: #fff;
	background-color: #666666;
	}

#localMenu li.current {
/*	background: url(images/local_menu_arrow.gif) no-repeat right -5px; */
	}

/* @end Local Menu */






/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	background: url(images/right_module_cap.gif) no-repeat right top;
	font-size: 14px;
	}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	padding: 5px 0 5px 10px;
	background: #e98024 url(images/left_module_cap.gif) no-repeat left top;
	}

.moduleFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	background: url(images/right_module_cap.gif) no-repeat right bottom;
	font-size: 1px;
	overflow: hidden;
	}

.moduleFooter span {
	display: block;
	height: 15px;
	background: #e98024 url(images/left_module_cap.gif) no-repeat left bottom;
	}

.moduleBody {
	padding: 15px 10px 10px 10px;
	}

.moduleBodyWrap {
	border-left: 2px solid #e98024;
	border-right: 2px solid #e98024;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

/* @end Module Styling */



/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
	}

/* contentBlock styling */
#contentBlock-1 {
margin:0 0 0 16px;
padding: 16px 32px;
background-color:#EBEBEB;
}

#contentBlock-2 {
margin-right:16px;
margin-left:16px;
background-color: #ffffff;
}

#contentBlock-2 h2 {
border-bottom:1px dotted #666666;
padding:10px 0 10px 16px;
margin-bottom:0px;
font-family: Georgia, "Times New Roman", Times, serif;
}

#contentBlock-1 h2 a{
text-decoration: none;
color: #333333;
}

#contentBlock-1 h2 a:hover{
text-decoration: none;
}



#contentBlock-2 img {
border-bottom:1px dotted #666666;
}

#contentBlock-2 p {
margin:0;
padding-bottom:6px;
padding-top:6px;
border-bottom:1px dotted #666666;
}



.news-list-header {
font-size:10px;
font-weight:bold;
height:18px;
text-transform:uppercase;
}

.news-list-item {
border-bottom:4px solid #666666;
margin-bottom:12px;
padding-bottom:16px;
}

.news-latest-item {
border-bottom:1px dotted #666666;
margin:0;
padding-bottom:6px;
padding-top:6px;
}

.news-list-container h1 {
border-bottom: none;
padding-top: 22px;
margin-top:12px;
}

.news-list-container h1 a{
color: #333333;
}

.news-list-container h1 a:hover{
text-decoration:none;
color: #00A24F;
}

.news-list-browse table{
width: auto;
}

.csc-header-date {
display: block;
}

.news-list-item a img { border: none; padding-right:16px;float:left}

/* @end */

