@charset "utf-8";

/*******************************************************************/

/*	Projekt: Filozofická fakulta Univerzity Karlovy v Praze

	Url: http://ff.cuni.cz

	Media: Print

	Autor: Jopixel.cz

	Poslední revize: 2009-01-27, 16:00 GMT+1
*/

/*******************************************************************/

body {
   background: white;
   color: black;
   font-size: 12pt;
   }
#hlavicka, #tool-box, #navigace-blok, #sub-navigace-container, #info-blok, #pravy, #anim, #footer, form {
	display: none;
}
table {
	width: 100%;
	border: 1mm solid #666;
	border-collapse: collapse;
}
#breadcrump p a {
	text-decoration: none;
}
td {
	padding: 1mm;
	border: 1px solid #666;
}
#content .l {
	width: 49% !important;
	float: left !important;
}
#content .l ul, #content .r ul {
	list-style: none;
}
#content .r {
	width: 49% !important;
	border-left: 1px solid #000;
	float: right !important;
}
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 3%;
   padding-top: .5em;
   }
a:link, a:visited {
   color: #000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
 }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="#"]:after {
   display:none !important;
   }