@import url("printer.css");
@import url("allmedia.css");

@media screen,projection,tv {
/* Fixed layout for IE 6 and less ---*/

* html, * html body, * html #all {
  overflow: hidden;
}

* html #all {
  height: 100%;
  margin: 0;
  padding: 0;
}

* html #container {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: center;
}

* html #container .margin {
  margin: 141px 0 34px;
  width: 996px;
  text-align: left;
}

* html #header {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 131px;
  margin-left: -8px;
}

* html #header .margin {
  position: relative;
  width: 996px;
  height: 131px;
  text-align: left;
  background: url("./img/bg_header.gif") no-repeat top left;
}

* html #footer {
  position: absolute;
  text-align: center;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 24px;
  margin-left: -16px;
  background: url("./img/bg_footer.gif") repeat-x top;
}

* html #footer .margin {
  width: 996px;
  height: 24px;
  text-align: left;
  margin-left: 16px;
}


/* Mainstyles ---*/
body { 
  background: #7F2311 url("./img/bg_all.gif") repeat-x fixed;
	font: 0.8em Tahoma, "Lucida Grande CE", lucida, sans-serif;
	color: white;
}

#all {
  background: url("./img/bg_uni.gif") no-repeat fixed bottom center;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Layuout for non IE 6 and less browsers ---*/
[xmlns] #all {
  min-height: 100%;
}

[xmlns] #container {
  padding: 141px 0 34px;
}

[xmlns] #container .margin {
  margin: 0 auto;
  width: 996px;
}

[xmlns] #header {
  position: fixed;
  z-index: 3;
  height: 131px;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

[xmlns] #header .margin {
  position: relative;
  margin: 0 auto;
  width: 996px;
  height: 131px;
  background: url("./img/bg_header.gif") no-repeat top left;
}

[xmlns] #footer {
  position: fixed;
  z-index: 3;
  height: 24px;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: url("./img/bg_footer.gif") repeat-x top;
}

[xmlns] #footer .margin {
  position: relative;
  margin: 0 auto;
  width: 996px;
}

/* Header ---*/
h1, h1 a, #logo {
  position: absolute;
  display: block;
  height: 46px;
  width: 334px;
  top: 0;
  left: 0;
  margin: 0;
}

h1 {
  font-size: 6pt;
  top: 50px;
  left: 12px;
}

#logo {
  background: url("./img/logo.gif") no-repeat top left;
  cursor: pointer;
}

#mainmenu {
  position: absolute;
  left: 422px;
  bottom: 0;
}


* html #mainmenu {
  bottom: -1px; 
}

*:lang(en) #mainmenu  {
  bottom: 10px;
  left: 385px;
}


#mainmenu ul {
  margin: 0;
  list-style-type: none;
}

#mainmenu li {
  font-size: 120%;
  display: inline;
  font-weight: bold;
  margin: 0;
  color: #333;
}

#mainmenu li a {
  display: inline-block;
  padding: 5px 10px 10px;
  text-decoration: overline;
  color: #333;
}

#mainmenu li a:hover {
  text-decoration: none;
  background: #FFB28C;
}

#mainmenu .itemon a {
  color: white;
  background: #6A1100;
  text-decoration: none;
}

/* Body ---*/
#body {
  text-align: justify;
  margin: 0; 
  padding: 0;
}

#rightbar {
  float: right;
  width: 638px;
}

#leftbar {
  float: left;
  margin: 10px 0 0;
  width: 357px;
} 

/* Rightbar ---*/
#rightbodybox, #leftbodybox {
  float: right;
  width: 242px;
  margin: 20px 66px 0 0;
  background: #530D00;
  border: 1px solid #FFC4A7;
  text-align: left;
}

#body #rightbodybox .margin, #body #leftbodybox .margin {
  margin: 0;
  width: 242px;
  height: 127px;
  overflow: hidden;
}

* html #body #rightbodybox .margin, * html  #body #leftbodybox .margin {
  width: 240px;
}

#leftbodybox {
  float: left;
  margin: 20px 0 0 66px;
}

* html #leftbodybox {
  margin: 20px 0 0 33px;
} 

* html #rightbodybox {
  margin: 20px 33px 0 0;
} 

#leftbodybox h3, #rightbodybox h3 {
  margin: 0;
  font: 180% serif;
  color: #6A1100;
  font-style: italic;
  padding: 5px 10px;
  background: #FFC4A7 url("./img/bg_sidebodybox.jpg") no-repeat top left;
}

#leftbodybox h3 a, #rightbodybox h3 a {
  text-decoration: none;
  color: #6A1100;
}

#leftbodybox h3 a:hover, #rightbodybox h3 a:hover {
  color: #333;
}

#leftbodybox h4, #rightbodybox h4 {
  margin: 10px 10px 5px;
  font-size: 110%;
  color: #D1D1D1;
}

#leftbodybox h4 span, #rightbodybox h4 span {
  font-size: 100%;
  font-weight: normal;
  color: #FFB28C;
}

#leftbodybox h4 a, #rightbodybox h4 a {
  color: #D1D1D1;
}

#leftbodybox h4 a:hover, #rightbodybox h4 a:hover {
  background: #333;
}

#leftbodybox p, #rightbodybox p {
  margin: 5px 10px;
}

#leftbodybox .details, #rightbodybox .details {
  margin: 5px 10px;
  font: 100% serif;
  font-style: italic;
  color: #FFB28C;
  text-align: right;
}

#leftbodybox .details a, #rightbodybox .details a {
  color: #FFB28C;
}

#leftbodybox .details a:hover, #rightbodybox .details a:hover {
  color: white;
}

#content {
  clear: both;
  margin: 0 66px 10px;
  padding: 10px 0;
}

#content h2 {
  color: #FFB28C;
  font: 220% serif;
  padding: 0;
  margin: 0 0 10px;
}

#content h4 {
  margin: 0;
  font-size: 120%;
  color: #FFB28C;
}

#content h5 {
  margin: 10px 0 5px;
  font-size: 140%;
  color: #D1D1D1;
}

#content h6 {
  margin: 6px 0 2px;
  font-size: 120%;
  color: #FFB28C;
}

#content p {
  margin: 10px 0;
}

#content ul {
  list-style-type: square;
}

#content a {
  color: #D1D1D1;
}

#content a:hover {
  color: #FFB28C;
}

#localmenubox {
  margin: 20px 0;
}

#localmenubox ul {
  padding: 0;
  margin: 0;
}

 #localmenubox li {
  margin: 0 0 0 30px;
  color: #D1D1D1;
  list-style-type: square;
  font-weight: bold; 
}

#content #localmenubox li a {
  color: white;
}

#content #localmenubox li a:hover {
  color: #FFB28C;
}

/* Leftbar ---*/
.slogan {
  margin: 10px 50px 20px;
  font: 160% serif;
  font-style: italic;
  font-weight: bold;
  color: #9C472F;
  text-align: center;
}

#flags {
  position: relative;
  height: 30px;
}

.en, .cz, .pl, .sk, .si, .en span, .cz span, .pl span, .sk span, .si span {
  display: block;
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 15px;
  top: 0;
  left: 0;
  cursor: pointer;
  text-decoration: none;
}

.en {
  top: 7px;
  left: 81px;
}

.en span {
  background: url("./img/en_flag.gif") no-repeat left top;
}

.cz {
  top: 7px;
  left: 124px;
}

.cz span {
  background: url("./img/cz_flag.gif") no-repeat left top;
}


.pl {
  top: 7px;
  left: 167px;
}

.pl span {
  background: url("./img/pl_flag.gif") no-repeat left top;
}

.sk {
  top: 7px;
  left: 210px;
}

.sk span {
  background: url("./img/sk_flag.gif") no-repeat left top;
}

.si {
  top: 7px;
  left: 253px;
}

.si span {
  background: url("./img/si_flag.gif") no-repeat left top;
}

#facultylinks {
  margin: 30px 0;
  padding: 0 67px;
  text-align: center;
}

#facultylinks div {
  position: relative;
  margin: 20px 0; 
}

.bratislava, .krakow, .ljubljana, .prague, .bratislava span, .krakow span, .ljubljana span, .prague span {
  display: block;
  width: 223px;
  height: 70px;
  text-decoration: none;
}

.bratislava span, .krakow span, .ljubljana span, .prague span {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.bratislava span {
  background: url("./img/bratislava.jpg") no-repeat top left;
}

.krakow span {
  background: url("./img/krakow.jpg") no-repeat top left;
}

.ljubljana span {
  background: url("./img/ljubljana.jpg") no-repeat top left;
}

.prague span {
  background: url("./img/prague.jpg") no-repeat top left;
}

.bratislava:hover span, .krakow:hover span, .ljubljana:hover span, .prague:hover span  {
  background-position: bottom left;
}

#mainmenu2 {
  display: none;
}
.zapis, .odpoved {
  margin: 10px 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #FFB28C;
}

.odpoved {
  border-color: #D1D1D1;
}

#content .post {
  text-align: left;
}

.jmeno {
  padding: 0 0 3px;
  margin: 0 0 5px;
}

/* Forms ---*/
.publicform {
  margin: 0;
  padding: 10px;
}

fieldset {
  border: none;
}

label {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
}

.required {
  color: yellow;
}

.noblock {
  display: inline;
}

input, textarea {
  border: 1px solid #FFB28C;
  font: 90% sans-serif;
}

.publicform div {
  font-size: 90%;
  margin: 5px 0 10px;
}

.subinput {
  border: 2px solid #D1D1D1;
}

#cntr1 {
  width: 3em;
}

/* Tables ---*/
.tablestyle1 {
  width: 506px;
  font-size: 90%;
  border-collapse: separate;
  background: #333;
  margin: 10px 0 20px;
  text-align: left;
}

.zapissl1 {
  width: 40%;
}

.zapissl2, .zapissl3, .zapissl4 {
  width: 20%
}

.tablestyle1 th, .tablestyle1 td {
  color: black;
  padding: 2px 5px;
}

.tablestyle1 th {
  color: #D1D1D1;
  background: #7F2311;
}

.tablestyle1 td {
  background: #D1D1D1;
}

.tablestyle1 .bg0 td {
  background: #E1E1E1;
}

#content .tablestyle1 a {
  color: black;
}

#content .tablestyle1 a:hover {
  color: #7F2311;
}

/* Footer ---*/
#footer p {
  margin: 0;
  padding: 5px 0;
  width: 357px;
  text-align: center;
  font-size: 90%;
  color: #9C472F; 
}

/* General ---*/
a {
  color: #D1D1D1;
}

a:hover {
  color: #FFB28C;
}

a img {
  text-decoration: none;
  border: none;
}

address {
  font-weight: normal;
  font-style: italic;
  margin-left: 10px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.textcenter {
  text-align: center;
}

.rightimg {
	float: right;
	margin: 0 0 5px 10px;
	border: 3px solid #498776;
}

.leftimg {
	float: left;
	margin: 0 10px 5px 0;
	border: 3px solid #498776;
}

.imprint {
  margin: 5px 0 10px;
  font-size: 90%;
  font-style: italic;
  color: #777;
}

.error {
  font-size: 140%;
  font-weight: bold;
}
}
