/* CSS Document */

/* kolego tady je barva hlavniho pozadi stranky a chovani R. Linka na vsech strankach*/

body {
	background-color: #171717;
}

a:link {
	text-decoration:none;
	color: #999999;
}
a:visited {
	text-decoration:none;
	color: #999999;
}

a {
	font-family: MS Sans Serif;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* NASTAVENI FONTu a BAREF */


.pismopata {
	font-family: "MS Sans Serif";
	font-size: x-small;
	color: #999999;
}

.texttelo {
	font-family: "MS Sans Serif";
		font-size: x-small;
	color: #999999
}

.textgm {
	font-family: "Tahoma";
	font-size: large;
	color: #999999
}

/* NASTAVENI PARAMETRU a BAREF JEDNOTLIVYCH CASTI */

#main{
	width: 990px;
	height: 700px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	
}

#hlava{
	width: 910px;
	height: 120px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	
}

#hlmenu{
	width: 910px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}	

#telo{
	width: 910px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
}	

#pata{
	width: 910px;
	height: 30px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	
}		
	
	
	
