body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: white;
	background-image: url('images/logo_back.jpg');
}

img {
	border: 0;
}

input[type=submit] {
	background-color: #dbf0ff;
	margin-left: 5px;
}
input[type=submit].submit_all {
	display: block;
	margin: 2em auto 1em auto;
}

a {
	color: inherit;
	text-decoration: underline;
	border: 0;
}
a:hover, a:active {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr td,
table tr th {
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
}
table tr th {
	background-color: #dbf0ff;
	color: #000;
}
table tr:hover {
	background-color: #dbf0ff;
}

#container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	-webkit-box-shadow: #000 0px 0px 10px;
	-moz-box-shadow:    #000 0px 0px 10px;
	box-shadow:         #000 0px 0px 10px;
	background-color: #fff;
}

#container #header {
	width: 1000px;
	height: 300px;
	background-color: #fff;
}

#container #header #logo {
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#container #header img.ustav {
	display: block;
	width: 760px;
	float: right;
}

#container #header #logo p {
	margin-top: 1.8em;
	line-height: 130%;
}

#container #leftbox {
	margin: 0;
	padding: 20px;
	width: 260px;
	float: left;
}

#container #leftbox #menu {
	width: 258px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#container #leftbox #menu ul {
	margin: 0;
	padding: 10px 0 10px 20px;
	list-style-type: none;
	background-color: #dbf0ff;
}

#container #leftbox #menu ul li {
	line-height: 200%;
}

#container #leftbox #menu ul li hr {
	width: 90%;
	border: 1px solid #bbb;
}

#container #leftbox #menu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}

#container #leftbox #menu ul li a:hover {
	font-weight: bold;
}

#container #center {
	margin: 0;
	padding: 20px 20px 60px 10px;
	width: 670px;
	float: left;
	line-height: 150%;
}

#container #center #contentbox {
	margin: 0;
	padding: 0;
}

#container #center #contentbox p {
	text-align: justify;
}

h1 {
	margin: 1em 0 3em 0;
	width: 70%;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	font-weight: normal;
	color: #222;
	font-size: 24px;
}

.margin {
	margin-top: 3em;
	margin-bottom: 3em;
}

.fatalErr {
	margin: 2em;
	padding: .5em;
	border: 1px solid red;
	font-weight: bold;
}

#footer {
	max-width: 1000px;
	margin: 0 auto 0 auto;
	padding: .5em 0;
	color: #fff;
	background-color: #222;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

#footer a:hover {
	text-decoration: none;
}

span.em {
	color: grey;
	font-size: 12px;
}

#kontakt, #projects {
	margin-top: 3em;
	font-size: 12px;
}

#projects tr th,
#projects tr td {
	padding: 10px 3px;
}

#project {
	border: 1px solid #dbf0ff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
}

#project #head {
	padding: 20px 0 20px 20px;
	font-size: 90%;
}

#project #anotacia {
	padding-right: 20px;
	margin-top: 2em;
}

#project p {
	margin: 0;
	padding: 0;
}

#projects_form {
	margin: 0 0 3em 0;
	border: 1px solid #dbf0ff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
}

#projects_form p {
	margin: 0;
	line-height: 200%;
}

#seminare div.row {
	margin-top: 20px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#seminare div.row div {
	padding: 10px 5px 5px 5px;
	border: 1px solid #000;
}

#seminare div.row div:first-child {
	background: #7c8c98;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color: white;
/*	border-bottom: 1px solid black;*/
}

#seminare div.row div.name {
	font-weight: bold;
	border-bottom: 0px;
	border-top: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
}

#seminare div.row div.subject {
	border-top: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#departments div.depBox {
	margin-top: 20px;
	height: 10px;
}

#departments div.depBox a {
	text-decoration: underline;
	color: black;
	font-size: 14px;
	font-weight: bold;
}

#departments div.depBox a:hover{
	color: grey;
}

#departments div.contentBox {
	margin-top: 20px;
	padding-left: 20px;
}

#departments div.contentBox p {
	height: 20px;
	margin: 5px;
	margin-left: 10px;
}

#departments div.contentBox p.bold {
	font-weight: bold;
	margin-left: 0px;
}

#rada div.box {
	float: left;
	margin-right:40px;
}

#rada p {
	height: 20px;
	margin: 5px;
	margin-left: 10px;
}

#rada p.bold {
	font-weight: bold;
	margin-left: 0px;
}

#doktorandi table td,
#doktorandi table th {
	text-align: left;
	padding: 5px 10px 5px 5px;
}

table.load {
	margin: auto;	
	margin-top: 40px;
	
}

table.load td {
	font-size: 12px;
	width: 300px;
}

table.load td.head {
	font-size: 14px;
	font-weight: bold;
	text-align : center;
	vertical-align: top;
	height: 50px;
}

table.form {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

table.list-table {
	display: none;
	width: 650px;
}

table.list-table td.date {
	width: 100px;
	text-align: right;
}

table.list-table.active {
	display: block;
	margin-top: 20px;
}

table.doktorand {
	border: 1px solid black;
	border-spacing: 0px;
}

table.doktorand td {
	border: 1px solid black;
}

table.doktorand th {
	border: 1px solid black;
}


#pvo-container {
	position: relative;
	width: 100%;
	height: 500px;
	margin-top:20px;
}
#pvo-table {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#pvo-table th.ui-th-column div {
	white-space: normal !important;
	height: auto !important;
	padding:2px;
}
.text ul {
	list-style: none;
}
.text li {
	margin-top: 10px;
}
.form-container {
	width: 200px;
	margin: auto;
}
#admin-container {
	width: 100%;
}
#admin-menu {
	width: 200px;
	float: left;
	font-size: 11px;
	padding: 10px;
}
#admin-menu ul {
	padding: 0px;
	list-style:none;
}
#admin-menu ul li {
	margin-top: 10px;
}
#admin-menu ul ul {
	padding: 10px;
}
#admin-menu ul ul li {
	margin-top: 10px;
	padding: 5px;
	background: white;
}
#admin-content {
	margin-left: 200px;
	margin-top: 0px;
	position: relative;
	padding: 10px;
}
.cont {
	position: absolute;
	top: 10px;
	left: 10px;
	width:95%;
}
