/* Deever.css */
body {
	color: #656565;
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 150%;
}

/* Rozctvrceni */
#obal { 
	margin: 0 auto; 
	width: 1000px; 
	height: auto;
}

#uvod {
	 width: 800px;
	 height: auto; 
	 text-align: center;
}
#nofooter { 
	width: 1000px;
	float: left;
	margin-top: 40px;
	text-align: center;
}

/* Prffky */
.sloupek {
	width: 266px;
	height: auto;
	margin: 0px 25px 0px 25px;
	float: left;
	text-align: left;
}

h1 {
  text-indent: -10000px;  
  background-image: url('student_a_psavec.png');
	height: 200px;	
	width: 800px;
}

h2 {
	color: #000;
	font-family: "Book Antiqua", serif;
	font-size: 25px; 
	margin: 0px;
	padding: 0px;
	width: 180px;
	text-align: left;
}

ul { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

li { 
	margin: 12px 0px 10px 0px;
}

#manifesto { 
	margin-top: 12px;
}

#manifesto li { 
	margin: 5px 0px 5px 0px;
}

a:link {
	border-bottom: 1 px dotted #000; 
	color: #A67100;
}

a:hover {
	border-bottom: 1 px solid #000; 
	color: #FFAE00;
}

a:visited {
	border-bottom: 1 px dotted #000; 
	color: #A67100;
}



