body {
	background: #eeeeee;
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, 'Helvetica CE', 'Arial CE', Helvetica, Arial, sans-serif;
	font-size: medium;
	_font-size: small;
	color: black;
}

a {
	color: #217b01;

}

table {

	border-collapse: collapse;
	text-align: left;
}

td, th {
	padding: 2px 5px 2px 5px;
}
	
th.header { 
    background-image: url(/media/img/icons/bg.gif); 
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center right; 
    padding-right: 25px; 
} 

th.headerSortDown { 
    background-image: url(/media/img/icons/desc.gif); 
    background-color: #eeeeee; 
} 

th.headerSortUp { 
    background-image: url(/media/img/icons/asc.gif); 
    background-color: #eeeeee; 
} 

input, textarea, select {
	border: #217b01 solid 1px;
	font-family: Verdana, 'Helvetica CE', 'Arial CE', Helvetica, Arial, sans-serif;
	font-size: smaller;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {

	border: black solid 1px;
}

#menu {
	float: left;
	width: 200px;

}

#menu ul {
	list-style-type: none;
	
}
#menu li {
	
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: smaller;
	margin-bottom: 1em;
	line-height: 33px;
	
}

#menu li a {
	text-decoration: none;
	color: white;
	background-image: url('/media/img/web/tlacitka.png');
	display: block;
	height: 33px;
	width: 150px;
}

#menu li a:hover {
	background-position: left 33px;
}

#obsah {
	margin-left: 230px;
	margin-right: 50px;
	padding-bottom: 70px;
}

#stranka {
	background-image: url('/media/img/web/pozadi_bez_piva_m1.jpg');
	background-color: white;
	background-repeat: no-repeat;
	width: 1024px;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
}

#stranka.index {
	background-image: url('/media/img/web/pozadi_cele_m1.jpg');
}

#hlavicka {
	height: 231px;
	background-image: url('/media/img/web/30let.jpg');
}

.index #obsah {
	margin-right: 350px;

}


.kontakty .vypis {
	
	border: black solid 1px;
	font-size: smaller;
}

.google-visualization-table-table {
	font-size: inherit !important;
	font-family: inherit !important;
}
.kontakty td, th {
	border: gray solid 1px;
}

.kontakty .odkazy_pridavani {
	margin-top: 2em;
	margin-bottom: 2em;

}

table.student_info td,
table.student_info th {
	border: none;

}

table.student_info th {
	font-weight: normal;
	text-align: left;
}

/*--------------------------- diskuze --------------------------------*/

.diskuze fieldset {
	border: #217b01 solid 1px;
}

/*.diskuze td {
	font-size: smaller;
	font-style: italic;
	color: gray;
}*/

.diskuze .prispevek {
	
	margin-top: 2em;
	margin-bottom: 2em;
}

.diskuze .text {
	border-top: #217b01 solid 1px;
	/*padding-top: 0.5em;*/
}

.diskuze .text p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.diskuze .prispevek .jmeno {
	/*border: orange solid 1px;*/
	float: left;
}

.diskuze .prispevek .kontakt {
	font-size: smaller;
	line-height: 1.6em;
	/*border: blue solid 1px;*/
	float: left;
	margin-left: 0.5ex;
}

.diskuze .prispevek .datum {
	font-size: smaller;
	line-height: 1.6em;
	float: right;
	/*border: red solid 1px;*/
	
}

.diskuze .stranky {
	float: right;
}

.errorlist {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	font-size: smaller;
	color: red;
}