@font-face {
	font-family: 'Trebuchet MS';
	font-style: normal;
	font-weight: 400;
	src: url('trebuc.ttf') format('truetype');
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #F1F1F1;
	color: #000;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #000;
	margin: 0 0 20px 0;
}


div#main {
	border: 1px solid #ddd;
	width: 960px;
	background: #fff;
	margin: 0px auto;	
}

div#header {
	width: 100%;
	height: 100px;
}

div#logo {
	margin: 5px;
	width: 526px;
	height: 88px;
	background: url('logo.png') no-repeat;
	float: left;
}

div#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

div#menu {
	width: 100%;
	height: 20px;
	text-align: right;
}

ul.menu-odkazy li span.moderator, ul.menu-odkazy li span.moderator a {
color: gold;
font-weight: bold;
}

li a span.moderator {
color: navy;
font-weight: bold;
}

div#menu ul {
	display: inline;
	padding-right: 10px;
}

div#menu ul li {
	display: inline;
	padding: 2px 2px;
}

div#main-obsah-obsah {
	padding: 30px;
}

div#main input {
	display: inline-block
	margin: 4px 0px;
	background: #fff;
	width: 100px;
	height: 20px;
	font-size: 14px;
	color: #555;
	border: 1px #ddd solid;
	font-weight: bold;
	font-family: 'Trebuchet MS', arial, sans-serif;
}

div#main textarea{
	margin: 4px 0px;
	background: #fff;
	font-size: 14px;
	color: #555;
	border: 1px #ddd solid;
	font-weight: bold;
	font-family: 'Trebuchet MS', arial, sans-serif;
}

#registrace {
	display: inline-block;
	text-align: center;
	margin: 4px 0px;
	background: #fff;
	width: 100px;
	height: 20px;
	font-size: 14px;
	color: #555;
	border: 1px #ddd solid;
	font-weight: bold;
	font-family: 'Trebuchet MS', arial, sans-serif;
}

div.asie-nad {
	width: 150px;
	float: left;
	margin: 10px 20px 0px 20px;
	text-align: center;
}

div.asie-obr {
	width: 150px;
	height: 195px;
	float: left;
	margin: 20px;
	text-align: center;
	overflow: hidden;
}

div.asie-obr img {
	max-width: 150px;
}

div.asie-obr a {
	display: block;
	width: 100%;
	height: 100%;
}

div#main input.submit {
	display: inline-block;
	margin: 4px 0px;
	background: #fff;
	width: 100px;
	height: 22px;
	font-size: 14px;
	color: #555;
	border: 1px #ddd solid;
	font-weight: bold;
	font-family: 'Trebuchet MS', arial, sans-serif;
}

div#main input.submit:hover {
	cursor: pointer;
	text-decoration: underline;
}

table {
	width: 100%;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 10pt;
}

img {
	border: none;
}

a {
	color: #006498;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.odkaz-nastaveni {
   border-bottom: 2px solid darkblue;
   border-left: 2px solid darkblue;
}

h2 a {
	color: #000;
}

p {
	margin: 3px 0px 8px 15px;
}

div#banery {
	text-align: center;
	margin: 0px auto;
}

div#banery_content ul {
	display: inline;
	padding: 5px;
	list-style: none;
}

div#banery_content ul li {
	display: inline;
	padding: 5px;
	list-style: none;
}

div.obrazek {
	display: inline;
	padding: 5px 10px;
}

hr.cistic {
	clear: both;
	height: 0px;
	border: none;
	margin: 0;
	visibility: hidden;
}

hr {
	height: 0px;
	border: none;
	margin: 0;
	visibility: hidden;
}

div.obrazky {
	text-align: center;
	margin: 0px auto;
}

div#social {
	float: left;
	margin: 10px 0px 0px 80px;
	text-align: center;
}

div#gplus {
	position: relative;
	left: 25px;
	top: 5px;
}

div#admin {
	float: left;
	margin: 10px 30px 0px 80px;
}

div#social img {
	padding: 10px;
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	padding: 5px;
	background: #000;
	color: #fff;
	visibility: hidden;
	z-index: 100;
	cursor: hand;
	max-width: 250px;
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

span.small {
	font-size: 8pt;
	padding-left: 45px;
}

span.varovani18 {
	color: red;
	font-weight: bold;
}

div#menu_global_lista a, div#menu_global_lista span.nabidka {
	color: #fff;
}

table.t_udalosti tr td div.hodnoceni:first-child a {color: #9334da; /*podle barvy odkazů*/}
