/* barvy */
.t_black {
	color: #000;	
}

.t_darkgrey {
	color: #333;	
}

.t_grey {
	color: #999;	
}

.t_lightgrey {
	color: #ccc;	
}

.t_white {
	color: #fff;	
}

.t_green {
	color: #2b8743;	
}

.t_lightgreen {
	color: #5ea730;	
}

.t_blue_dark {
	color: #2c3080;	
}

.b_black {
	background-color: #000;	
}

.b_lightgrey {
	background-color: #ddd;	
}

.b_white {
	background-color: #fff;	
}

.b_blue_light {
	background-color: #d5e1ef;	
}

.b_blue_dark {
	background-color: #6e8cc0;	
}

.b_light_green {
	background-color: #d4efe1;
}


/* zakladni elementiky */
h2, h3, h4 {
	margin-bottom: 10px;
	
	/*text-transform: lowercase;*/
	
	color: #6e8cc0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;	
}

h4 {
	font-size: 1.0em;
}

a {
	text-decoration: none;
	
	color: #2a426c;
}

a:hover {
	text-decoration: underline;	
}

a:focus, a:active {
	outline: none;
}

.content a {
	border-bottom: 1px dotted #2a426c;
}

.content a:hover {
	text-decoration: none;
	
	border-bottom: 1px solid #2a426c;
}


a img { 
    border: 0;
}

table {
	font-size: 10pt;	
}

td {
	padding: 2px;
	
	vertical-align: top;
}


/**/
#header div#banner {
	width: 770px;
	height: 500px;
	
	position: absolute;
	left: 0px;
	top: 0px;	
	
	z-index: 1;
	
	overflow: hidden;
}


#header div#slogan {				
	position: absolute;
	left: 550px;
	top: 230px;	
	
	z-index: 2;	
}

#header div#slogan div.container {
	width: 410px;
	height: 120px;
	
	position: relative;
	
	overflow: hidden;		
}

#header div#slogan div.container p.slogan {
	width: 410px;
	height: 120px;
	
	display: none;
	
	position: absolute;
	
	background: none !important;
}

#header div#slogan div.container p.slogan span.heading {
	width: 410px;
	
	display: block;
	
	font-family: Impact;
	font-size: 38px;
	font-weight: normal;
	
	text-align: right;
	
	color: #fff;
}

#header div#slogan div.container p.slogan span.big {
	width: 410px;
	
	display: block;
	
	font-size: 20px;
	font-weight: lighter;
	
	text-align: right;
	
	color: #fff;
}


#header div#logo {	
	position: absolute;
	left: 0px;
	top: 10px;	
	
	z-index: 2;
}


/**/
#main div.inside {  
	margin: 0px 12px;
}

#main div.pages ul {  
	margin-left: 20px;
}

#main div.pages ul li {  
	margin-bottom: 5px;
}


#main div.pages p {
	margin-bottom: 15px;
	
	line-height: 1.3;
}

#main div.column {
	min-height: 580px;
	height: auto !important;
	height: 580px;
}

#main div.separator {
	margin-right: 10px;
	padding-right: 10px;
	
	border-right: 2px solid #6e8cc0;
}

#main div.separator-left {
	margin-left: 10px;
	padding-left: 10px;
	
	border-left: 2px solid #6e8cc0;
}

#main div.pages {
	width: 710px;
}

#main div.e-learning-forms {
	width: 200px;
}

#main div.first-column {
	width: 460px;
}

#main div.second-column {
	width: 220px;
}



/**/
.e-learning-forms div.form-wrapper {
	margin-bottom: 10px;
	padding: 10px;
}

.e-learning-forms div.form-heading {
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	border-bottom: 2px solid #fff;
}

.e-learning-forms div.form-row {
	margin-bottom: 5px;
}

.e-learning-forms div.form-row label {
	margin: 3px 0px;
	
	display: block;
}

.e-learning-forms input[type='text'], .e-learning-forms input[type='password'] {
	width: 145px;
	
	border: 1px solid #4b4b4b;
}

.e-learning-forms div.button {
	width: 145px;
}

.e-learning-forms div.button input {
	margin-left: 86px;
	padding: 2px;
	
	cursor: hand;
	cursor: pointer;
	
	color: #fff;
	
	background-color: #2a426c;
}

.e-learning-forms p {
	margin-bottom: 5px;
}



/**/
#footer div.inside {
	padding: 16px 10px 0px 10px;
}

#footer span {
	margin-right: 4px;
}


/**/
#news-preview h2 {
	margin-top: 20px;
}


/**/
.article-preview {
	margin-bottom: 15px;
}

.article-preview div.date {
	font-size: 11px;
}

.article-preview div.heading h3 {
	margin-bottom: 5px;
	
	font-size: 12px;
}

.article-preview div.heading a {
	text-decoration: underline;
	
	color: #2a426c;
}

.article-preview div.heading a:hover {
	text-decoration: none;
	
	border-bottom: 1px dotted #2a426c;
}

.article-preview div.image {
	text-align: center;
}

.article-preview div.image img {
	margin: 5px auto;
	
	border: 2px solid #6e8cc0;
}



/**/
.workshop-preview div.heading {
	width: 406px;
	height: 28px;
	
	margin-bottom: 10px;
	padding-left: 55px;
	
	line-height: 28px;
	
	background-image: url('../images/layout/heading-ribbon.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.workshop-preview div.heading h2 {
	font-size: 15px;
	font-weight: 500;
	
	text-transform: uppercase;
	
	color: #fff;
}

.workshop-preview div.workshop {
	min-height: 22px;
	height: auto !important;
	height: 22px;
	
	margin-bottom: 5px;
	
	padding-left: 55px;
}

.workshop-preview div.workshop h3 {
	height: 20px;
	
	margin: 0px;
	padding: 0px;
	
	line-height: 20px;	
}

.workshop-preview div.workshop h3 a {
	cursor: pointer;
	
	font-size: 15px;
	font-weight: 500;
	
	text-decoration: underline;	
}

.workshop-preview div.workshop h3 a:hover {	
	text-decoration: none;
	
	border-bottom: 1px dotted #2a426c;	
}

.workshop-preview div.workshop-body {
	margin-top: 10px;
}

.workshop-preview div.workshop img {
	border: 2px solid #6e8cc0;
}

.workshop-preview div.gallery {
	margin: 10px 0px;
	padding-left: 10px;
	padding-top: 10px;
}

.workshop-preview div.gallery span.image-wrapper {
	margin-right: 10px;
	margin-bottom: 10px;
}


/*
*
*/
form table tr td {
	padding-right: 20px;
}

form table tr td input[type='text'], form table tr td input[type='password'] {
	border: 1px solid #6e8cc0;
}

form table tr td select {
	width: 200px;
	
	border: 1px solid #6e8cc0;
}