body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	background: url(../data/img/bg.jpg);
}

div.shadow
{
	width: 990px;
	margin: 0 auto;
	background: transparent url(../data/img/shadow.png);
	background-repeat: repeat-y;
}

div.header
{
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	background: url(../data/img/header.gif);
	background-repeat: repeat-x;
}

div.topmenu
{
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: url(../data/img/menu.gif);
	background-repeat: repeat-x;
}

div.content
{
	width: 920px;
	margin: 0 auto;
	min-height: 500px;
	padding: 10px 20px 10px 20px;
	background-color: #ADC0FF;
}

div.content_l
{
	width: 720px;
	/*margin: 0 auto;*/
	min-height: 500px;
	padding: 10px 20px 10px 20px;
	background-color: #ADC0FF;
	float: left;
}

div.content_r
{
	float: right;
	width: 160px;
	margin-top: 45px;
	/*margin: 0 auto;*/
	min-height: 500px;
	background-color: #ADC0FF;
}

div.footer
{
	clear: both;
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #ADC0FF;
	font-size: 12px;
}

div.search
{
	width: 960px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background-color: #ADC0FF;
}

div.top_search
{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}


div.register
{
	position: absolute;
	top: 125px;
	left: 750px;
	margin: 0;
	padding: 0;
}

div.logout
{
	position: absolute;
	top: 125px;
	left: 10px;
	margin: 0;
	padding: 0;
}

div.pagenum
{
	width: 100%;
	text-align: center;
}

/*LASTNOSTI*/
div.topmenu ul
{
	width: 600px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

div.topmenu li
{
	padding: 0px;
	margin: 0px;
	display: block;
}

div.topmenu h1
{
	margin: 0;
	padding: 0;
}

div.topmenu a, a:visited, a:link
{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	text-decoration: none;
	float: left;
	font-size: 16px;
	color: #000000;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.topmenu a:hover
{
	color: #FFFFFF;
	background: url(../data/img/menuh.gif);
	background-repeat: repeat-x;
}

div.header h1
{
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

div.header a
{
	font-size: 24px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 24px;
}

div.content h2
{
	padding: 0;
	margin: 0;
	font-size: 18px;
}

div.footer h1
{
	display: inline;
	margin: 0;
	padding: 0;
}

form.frmAdd  fieldset
{
	padding: 10px 10px 10px 10px;
}

form.frmAdd textarea
{
	width: 99%;
	height: 100px
}

form.frmLogin fieldset
{
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 120px;
	left: 10px;
	font-size: 12px;
}

form.frmLogin input[type=password], input[type=text]
{
	width: 75px;
	height: 16px;
	border-color: black;
	border-width: 1px;
}

form.frmLogin input[type=submit]
{
	width: 50px;
	border: 1px solid;
	border-color: #000000;
}

ul.facts
{
	list-style: none;
	padding: 0;
}

ul.facts li
{
	border: solid 1px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

ul.comments
{
	list-style: none;
	padding: 0;
}

ul.comments li
{
	border-bottom: dashed 1px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

ol.fp
{
	font-size: 12px;
}

form.frmSearch input[type=text]
{
	width: 300px;
	height: 16px;
	border-color: black;
	border-width: 1px;
}

form.frmSearch input[type=submit]
{
	width: 50px;
	border: 1px solid;
	border-color: #000000;
}

form.frmSearch
{
	font-size: 12px;
	padding-top: 5px;
}

form.frmSearch fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

div.register a, a:link, a:hover, a:visited
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 12px;
	text-decoration: underline;
	float: none;
}

div.logout a:link, a:hover, a:visited
{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: underline;
}

div.logout a
{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	float: none;
}

form.frmRegister fieldset
{
	width: 300px;
	margin: 50px auto;
	padding: 10px 10px 10px 10px;
}

form.frmRegister input[type=text], input[type=password]
{
	border: solid 1px;
	border-color: #000000;
	width: 150px;
	height: 16px;
}

form.frmRegister input[type=submit]
{
	margin: 10px 0px 0px 100px;
	width: 75px;
	border: 1px solid;
	border-color: #000000;
}

form.frmRegister img
{
	margin: 5px 5px 5px 70px;
	text-align: center;
	border: solid 1px;
}

img.cn
{
	border: none;
	position: absolute;
	top: 0px;
	left: 850px;
}

div.content p
{
	font-size: 12px;
}

/*span razredi*/
span.date
{
	font-size: 12px;
}

span.date_comment
{
	font-size: 12px;
	font-style: italic;
}

span.reglabel
{
	width: 120px;
	float: left;
}

span.err
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px;
	border-color: black;
	background-color: #FF0000;
	padding: 5px 5px 5px 5px;
	display: block;
}

span.err_nb
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

span.username
{
	font-size: 12px;
	font-weight: bold;
	float: right;
}

span.username_comment
{
	font-size: 12px;
	font-weight: bold;
}

span.footer
{
	font-size: 12px;
}

span.pagenum
{
	font-size: 12px;
}

span.pagenum a
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

span.pagenum_link a
{
	font-size: 12px;
	font-weight: bold;
}

span.ad
{
	position: absolute;
	top: 30px;
	left: 230px;
}

span.comment
{
	font-size: 12px;
}

span.twitter
{
	float: right;
}

span.twitter img
{
	border: none;
}

span.thumb_up
{
	float: right;
}

span.thumb_up img
{
	border: none;
}

span.thumb_up_text
{
	color: #37911F;
	font-size: 14px;
	margin-right: 3px;
}
