/*
 * DocBook CSS stylesheet
 * $DocBook: docbook.css,v 1.6 2003/03/03 12:46:50 darklord $
 */


body {
	margin: 3em 4em 2em 3em;
	background: white;
	font-family: times new roman, helvetica, lucida sans;
/*	font-family: arial, verdana, sans-serif; */
}

a:link { 
	color: teal;
}

a:visited {
	color: steelblue;
	text-decoration: none;
}

a:hover	{
	color: goldenrod;
}

div.titlepage h1.title {
	padding-top: 40px;
	text-align: left;
	font-family: arial, sans-serif;
}

h1.title {
	padding-top: 40px;
	text-align: center;
	font-family: arial, sans-serif;
}

h2.title {
	font-family: arial, sans-serif;
/*	background: lightblue;*/
}

div.titlepage h2.subtitle {
	padding-top: 0px;
	text-align: left;
	font-family: arial, sans-serif;
}

h2.subtitle {
	text-align: center;
	font-family: arial, sans-serif;
}

h3.title {
	font-family: arial, sans-serif;
}

h3.author {
	padding-top: 20px;
	text-align: center;
	font-family: arial, sans-serif;
}

h4.title {
	font-family: arial, sans-serif;
}

dt { 
	padding-top: 5px; 
	font-weight: bold; 
	font-size: 95%;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

hr {
	color: black;
	height: 0;
}

pre.programlisting {
	font-family: courier new,courier;
	color: darkslateblue;
	background: whitesmoke;
}

code, tt {
	font-family: courier new,courier;
	color: darkslateblue;
}

div.book {
    margin-left: 20px;
}

div.preface {
	margin-top: 60px;
}

div.abstract {
}

div.declaration {
}

div.advisor {
}

div.titlepage {
}

div.figure {
}

div.figure p.title {
	font-size: 90%;
}

div.example {
}

div.cmdsynopsis {
	background: whitesmoke;
}

div.revhistory {
	visibility: hidden;
}

div.revhistory table tr th {
	border: none;
}

div.revhistory table tr td {
	border: none;
}

div.revhistory table {
	border: none;
}

div.toc {
	margin: 0px 20px;
	font-family: arial, sans-serif;
}

div.list-of-tables {
	margin: 0px 20px;
	font-family: arial, sans-serif;
}

div.list-of-figures {
	margin: 0px 20px;
	font-family: arial, sans-serif;
}

div.list-of-examples {
	margin: 0px 20px;
	font-family: arial, sans-serif;
}
                 
div.list-of-equations {
	margin: 0px 20px;
	font-family: arial, sans-serif;
}

p.university {
	padding-top: 40px;
	text-align: center;
	text-transform: uppercase;	
	font-size: 90%;
	font-weight: bold;
}

p.faculty {
	text-align: center;
	text-transform: uppercase;	
	font-size: 90%;
	font-weight: bold;
}

div.facultylogo {
	padding-top: 20px;
	text-align: center;
}

div.chapter {
	padding-top: 40px;
}

div.section {
}

div.sect1 {
}

div.sect2 {
}

div.sect3 {
}

p.pubdate {
	padding-top: 120px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: bold;
}

p.title {
	font-family: arial, sans-serif;
}

p.pubdate:before { 
	content: "Brno, ";
	padding-top: 120px;
	text-align: center;
	font-weight: bold;
}

span.acronym {
	font-family: arial, sans-serif;
	font-size: 90%;
}

span.filename {
}

span.application {
	font-weight: bold;
}
