@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
}

html {

}

body {
	font-size: 12px;
	color: black;
	background: white;
	text-align: center;
	font-family: verdana, sans;
	background: url(/images/layout/default/top-stripes-right.gif) repeat-x;
	position: relative;
}

h1 {
	background: url(/images/layout/default/h1-bullet.gif) top left no-repeat;
	font-size: 18px;
	color: #1d1c18;
	padding: 7px 0 10px 55px;
	margin: 0 0 0 34px;
	letter-spacing: 0.5px;
	font-weight: bold;
}

h2 {
	color: #916339;
	font-weight: bold;
	font-size: 14px;
	margin: 49px 0 0 47px;
	letter-spacing: 0.05em;
        clear: both;
}

h2.teamList, h2.conferencesList, h2.coursesList {
	background: url(/images/layout/default/h2-leam-list-bg.gif) left bottom no-repeat;
	margin-left: -3px;
	margin-top: 46px;
	height: 29px;
	padding-left: 50px;
	width: 635px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 0 20px;
    clear: both;
}

h4.coursesList {
	
}

p {
	padding: 30px 0 0;
   line-height: 2.1em;
}

a {
	color: #825746;
	border-bottom: 1px solid #730019;
	text-decoration: none;
}

a:hover {
    border-bottom: 2px solid #730019;
}

ul {
	padding: 0 0 0 76px;
}

li {
	padding: 0 0 0 30px;
	margin: 15px 0 0;
	list-style: none;
	background-image: url(/images/layout/default/ul-bullet-red.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
    line-height: 1.6em;
}

ul.alternative li {
	background-image: url(/images/layout/default/ul-bullet-brown.gif);
}

img {
	border: none;
}

.clearfix {
    clear: both;
    display: block;
}

a.publicationPreview {
    padding: 0 0 5px 0;
    float: left;
    border-bottom: 1px solid #730019;
}

a.publicationPreview:hover {
    border-bottom: 1px solid silver;
/*    border-bottom: 2px solid #730019;
    padding-bottom: 4px;*/
}

img.publicationPreview {
    width: 200px;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
}

.publicationWrapper .info {
    float: right;
    margin: 40px 0 0;
    width: 400px;
    font-size: 13px;
}

.publicationDownload {
	height: 23px;
	width: 130px;
	padding: 3px 0 0 27px;
	background: url(/images/layout/default/icon-invitation.gif) left top no-repeat;
        position: absolute;
        display: block;
        bottom: 25px;
        right: 0;
}

.publicationWrapper {
    position: relative;
    margin-bottom: 70px;
    margin-left: 47px;
}

table {
	border-collapse: collapse;
}

table.teamList {
	margin: 21px 0 0 0;
}

table.teamList td {
	height: 45px;
	vertical-align: top;
}

table.teamList td.degrees {
	font-size: 13px;
	text-align: right;
	width: 126px;
}

table.teamList td.name {
    font-size: 13px;
    width: 248px;
    padding: 0 0 0 10px;
}

table.teamList td.name span.name {
	font-weight: bold;
}

table.teamList td.name a {
	color: #000000;
	border-bottom: 1px solid #000000;
}

table.teamList td.name a:hover {
    color: #000000;
    border-bottom: 2px solid #000000;
}

table.teamList td.mail {
    font-size: 13px;
}

table.teamList td.mail a {
	border: none;
}

table.teamList td.mail a:hover {
    text-decoration: underline;
}

div.coursesListWrapper, div.lectorsCoursesListWrapper {
    padding-bottom: 3px;	
    border-bottom: 1px solid #d4d4d4;
    width: 676px;
    margin: 0 0 90px;
}

table.coursesList, table.lectorsCoursesList {
	border: 1px solid #d4d4d4;
}

table.coursesList a, table.lectorsCoursesList a {
	color: #000000;
	border-bottom: 1px solid #000000;
}

table.coursesList a:hover, table.lectorsCoursesList a:hover {
	border-bottom: 2px solid #000000;
}

table.coursesList caption, table.lectorsCoursesList caption {
	color: #482905;
	text-align: left;
	padding: 10px 0 13px 25px;
	margin: 0 0 3px;
	border-bottom: 1px solid #d4d4d4;
	background: url(/images/layout/default/table-caption-bg.gif) left top repeat-x;
}

table.coursesList td, table.lectorsCoursesList td {
	vertical-align: top;
	padding: 8px 0 12px;
	border-bottom: 1px solid #d4d4d4;
	line-height: 20px;
}

table.coursesList td.date {
	width: 50px;
	text-align: right;
	padding-right: 40px;
}

table.coursesList td.lector {
    width: 220px;
}

table.coursesList td.lector .lectorName {

}

table.coursesList td.courseName {
    width: 363px;
    font-weight: bold;
    
}

table.coursesList td.courseName .note {
    padding: 5px 0 0;
    font-weight: normal;
    color: #544c45;
}

table.lectorsCoursesList td.lector {
	width: 250px;
	padding-left: 16px;
}

table.lectorsCoursesList td.courses {
	font-weight: bold;
    width: 306px;
}

table.lectorsCoursesList td.courses .course {
	padding: 0 0 5px;
}

table.lectorsCoursesList td.code {
    width: 79px;
    padding-left: 22px;
}

table.lectorsCoursesList .credits {
    font-size: 10px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.subheader {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	padding: 0;
}

#topStripes {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 400px;
	width: 100%;
}

#topStripesLeft {
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	width: 50%;
	background: url(/images/layout/default/top-stripes-left.gif) repeat-x;
}

#topStripesCenter {
	position: absolute;
	top: 0;
	left: 0;
	height: 370px;
	width: 100%;
}

#bottomStripes {
	position: absolute;
	height: 278px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url(/images/layout/default/bottom-stripe.gif) repeat-x left bottom;
}

#page {
	margin: 0 auto;
	color: black;
	text-align: left;
	width: 1000px;
}

#header {
	height: 447px;
	width: 100%;
	position: relative;
}

#headerBg {
	width: 1200px;
	height: 447px;
	background: url(/images/layout/default/header-bg.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: -200px;
}

#mainMenuShadow {
	width: 50px;
	height: 40px;
	position: absolute;
	top: 317px;
	left: 300px;
	background: url(/images/layout/default/main-menu-shadow.png) no-repeat;
	z-index: 200;
}

#headerImg {
	position: absolute;
	top: 49px;
	left: 0;
	border: none;
	padding: 9px 47px;
	z-index: 100;
}

#headerImgTooltipWrapper {
	position: absolute;
    top: 447px;
    left: 37px;
    z-index: 50;
    width: 200px;
    height: 30px;
    overflow: hidden;
}

#headerImgTooltip {
	position: absolute;
    top: -20px;
    left: 0;
    color: #6E6A5E;
}

#headerText {
	position: absolute;
	top: 139px;
	left: 325px;
	border: none;
	z-index: 200;
}

#mainSearch {
	position: absolute;
	top: 36px;
	left: 715px;
	width: 250px;
}

#mainSearchBoxLabel {
	float: left;
	font-size: 10px;
	width: 100%;
}

#mainSearchBox {
	clear: both;
	border: 1px solid #c3c0bb;
	height: 20px;
	width: 170px;
	margin: 4px 0 0 0;
	float: left;
}

#mainSearchSubmit {
	background: url(/images/layout/default/main-search-btn.gif) no-repeat;
	border: none;
	width: 66px;
	height: 26px;
	padding: 0 0 2px;
	margin: 2px 0 0 5px;
	cursor: pointer;
	float: left;
}

#mainMenu ul {
	list-style-type: none;
	position: absolute;
	top: 317px;
	left: 319px;
	height: 47px;
	padding: 0 0 0 23px;
	z-index: 100;
	overflow: visible;
}

#mainMenu li {
	display: inline;
	height: 38px;
	padding: 0;
	
        /*width: 120px;*/
        
	float: left;
	text-align: center;
	margin: 2px 0 0;
	background-image: none;
}

#mainMenu li.active, 
#mainMenu li:hover {
	/*background: url(/images/layout/default/main-menu-active-bg.gif) no-repeat center top;*/
        background: #79031C;
}

#mainMenu a {
	display: block;
	margin: 0 26px;
	color: white;
	text-decoration: none;
	font-family: georgia, serif;
	font-weight: bold;
	font-variant: small-caps;
	height: 35px;
	overflow: hidden;
	border: none;
}

#mainMenu a .cz {
    font-size: 14px;
}

#mainMenu a .en {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

#mainMenu a:hover {

}

#mainMenu .active a:hover {
	border: none;
}

#mainMenu a.centrum, #mainMenu .active a.centrum:hover {
	background-position: 0 4px;
}

#mainMenu a.centrum:hover {
    background-position: 0 -44px;
}

#mainMenu a.team, #mainMenu .active a.team:hover {
	background-position: -150px 4px;
}

#mainMenu a.team:hover {
    background-position: -150px -44px;
}

#mainMenu a.courses, #mainMenu .active a.courses:hover {
	background-position: -300px 4px;
}

#mainMenu a.courses:hover {
    background-position: -300px -44px;
}

#mainMenu a.conferences, #mainMenu .active a.conferences:hover {
	background-position: -450px 4px;
}

#mainMenu a.conferences:hover {
    background-position: -450px -44px;
}

#leftPanel {
	width: 200px;
	float: left;
	padding: 0;
	overflow: hidden;
	padding: 57px 0 0 0;
}

#leftPanel a {
	border: none;
}

#leftPanel .bigLogo {
	margin: 0 0 10px;
}

#mainContent {
	background: url(/images/layout/default/left-panel-bg.gif) no-repeat top left;
	width: 775px;
	float: right;
	padding: 2px 0 0 25px;
	overflow: hidden;
}

#mainContentMinHeight {
/* 	height: 450px; */
/* 	float: right; */
/* 	width: 0; */
}

#mainContentInner {
	float: left;
	padding: 0 45px 120px 85px;
	min-height: 330px;
}

#footer {
	position: relative;
	clear: both;
	width: 788px;
	height: 530px;
	padding: 0 0 0 212px;
	background: url(/images/layout/default/bottom-stripe.gif) repeat-x left bottom;
}

#footerLogolink {

}

#footerLogolinkStatement {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #605f60;
	padding: 20px 0 0 40px;
	letter-spacing: 0.8px;
}

#footer #btnScrollTopWrapper {
    text-align: right;
    padding: 0 0 5px 0;
}

#footer #btnScrollTopWrapper a {
	border: none;
}

#footer #btnScrollTopWrapper a:hover {
    text-decoration: underline;
}

#footerCopyright {
	font-size: 11px;
	letter-spacing: 0.2px;
	position: absolute;
	top: 350px;
	left: 600px;
	left: 446px;
	text-align: right;
	width: 500px;
}

#footerCopyright p {
	margin: 0 0 20px;
	padding: 0;
	
}

#footerCopyright a {
	font-weight: bold;
	color: #7e011b;
}

ul.conferencesList, ul.coursesList {
    padding-left: 16px;
    padding-top: 15px;
    padding-bottom: 27px;
}

ul.coursesList li .info {
	padding: 0 0 0 60px;
}

.conferencesList li {
    padding-bottom: 40px;
}

.conferencesList h3, .coursesList h3 {
    padding: 1px 0 17px;
}

.conferencesList .placeAndTime {
	padding: 0 0 0 64px;
}

.conferencesList .placeAndTime .place {
	padding: 0 0 0 10px;
	font-weight: bold;
}

.conferencesList .placeAndTime .time {
	padding: 0 0 0 10px;
    font-weight: bold;
}

.conferencesList .invitationWrapper {
	padding: 6px 40px 0 64px;
}

.conferencesList .invitationLabel {
	float: left;
}

.conferencesList .invitation {
	margin: -5px 0 0;
	float: right;
	height: 23px;
	width: 130px;
	padding: 3px 0 0 27px;
	background: url(/images/layout/default/icon-invitation.gif) left top no-repeat;
}

.conferencesListOncoming li {
    background-image: url(/images/layout/default/ul-bullet-gray.gif);
    background-position: 0 4px;
}

.conferencesListOncoming h3 {
    display: inline;
    font-size: 12px;
    padding-top: 10px;
}

.conferencesListOncoming .date {
	padding-left: 10px;
	font-size: 12px;
}

#searchResultInfo {
	padding: 40px 0 20px 106px;
}
