/* Styly obsahu, fonty apod. */

body
{
	font-size : 10pt;
	font-family : 'Trebuchet MS', Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #ccc;
}

h1, .h1
{
	color: #fff;
	font-family : 'Trebuchet MS', Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
}

h2, .h2
{
	color: #fff;
	font-family : 'Trebuchet MS', Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
}

h3, .h3
{
	color: #e19e2b;
	font-family : 'Trebuchet MS', Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 19px;
}
h3 a, .h3 a
{
	color: #e19e2b;
}


h4, .h4
{
	color: #e19e2b;
	font-family : 'Trebuchet MS', Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	border-bottom: solid 1px #999;
	margin-top: 8px;
}

/* Obecne tridy */
.small { font-size: 80%; }
.bigger { font-size: 120%; }
.big { font-size: 140%; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.hilite { color: #ffff99; }
.error { color: red; }

#nav .menuItem
{
	margin-left: 10px;
}

#nav .menuItem a
{
	color: White;
	text-decoration: none;
	line-height: 170%;
}

#nav .menuItem a:hover
{
	color: #e19e2b;
	text-decoration: none;
	line-height: 170%;
	border-bottom: none;
}

#nav .menuHeader
{
	margin-left: 8px;
}

#nav .adminItem
{
	margin-left: 10px;
}

#nav .adminItem a
{
	text-decoration: none;
	line-height: 170%;
}


a
{
	color: #eedf03;
	text-decoration: none;
	padding-bottom:1px;
}

a:hover
{
	color: #d2c503;
}

#nav .AdminPanel
{
	color: #e19e2b;
	margin-left: 10px;
	border-bottom: dotted 1px #e19e2b;
	padding-bottom: 2px;
	font-weight: bold;
}

#nav .AdminPanel a
{
	font-weight: normal;
}

.fbLogin
{
	background-color: Blue;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	width: 150px;
	height: 16px;
	border: solid 1px silver;
	padding-top: 0px;
}