`/* ---------------------------------- main.css ----------------------------------- */

/* ---------------------- DEFAULT BROWSER SETTINGS - BODY ---------------------- */
body, html {
	background-color: #FFF;
	padding: 2px 5px 10px 5px;
	margin: 0px;
	text-align: left; 
	line-height: 1.45em;
	}

body, td, th {
	font-family: Verdana, Arial, "Geneva CE", Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}


/* ---------------------- DEFAULT BROWSER SETTINGS - LINKS ---------------------- */
a { 
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}
	
a:link {
	color: #7D0000;
	font-weight: bold;
	}
	
a:visited {
	color: #7D0000;
	}
	
a:hover {
	color: #000;
	}
	
a:active {
	color: #333;
	text-decoration: none;
	}
	
/* ---------------------- FORMATOVANIE PRISPEVKOV ---------------------- */

.odkaz-table {
	border-bottom: 1px dotted #999;
	margin: 2px 0 10px 0;
	max-width:800px;
}

.odkaz-meno {
	background: url('../images/comment.gif') no-repeat left top;
	padding-left: 19px;
	font-weight: bold;
	font-size: 120%;
}

.odkaz-url {
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 12px;
}

.odkaz-datum {
	font-size: 10px;
	color: #666666;
	padding-right: 12px;
}

.odkaz-text {
	padding: 8px 0 10px 0;
	padding-right: 12px;
}

/* ---------------------- FORMATOVANIE FORMULARA ---------------------- */

.formular-table {
	border-bottom: 1px solid #999;
	margin: 5px 0 1px 0;
}

.nadpis {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.popiska {
	font-weight: bold;
}

.input_pole, .input_pole_required {
	font-family: Verdana, Arial, "Geneva CE", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	border: solid 1px #999999;
	padding: 4px 12px 4px 4px;
}

.input_pole_required {
	background: url('../images/required.gif') no-repeat right top;
	background-color: #F8F8F8;
}

textarea {
	background: url('../images/required.gif') no-repeat right top;
	background-color: #F8F8F8;
	font-family: Verdana, Arial, "Geneva CE", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	border: solid 1px #999999;
	padding: 4px 12px 4px 4px;
}

.tlacidlo {
	font-size: 11px;
	font-weight: bold;
	background: #FFF;
	color: #333333;
	border: solid 1px #999999;
	cursor: pointer;
	padding: 1px 12px 1px 12px;
}

.tlacidlo:hover {
	background-color: #FFF;
	color: #666;
	}

textarea:focus, input:focus, .input_pole:hover, .input_pole_required:hover {
	background-color: #fefeff;
	}
/* ---------------------- SMILIES TABLE ---------------------- */

#smilies td {
	width: 21px;
	height: 21px;
	text-align: center;
	}

#smilies a img {
	border: 0px;
	}

#smilies a:hover img {
	border: 0px;
	text-decoration: none;
	}

/* ---------------------- SIGNATURA ---------------------- */

#signatura {
	padding: 10px 40px 0 0;
	text-align: right;
	color: #666;
}

.ip-adresa {
	font-size: 10px;
	visibility: hidden; 
}

 
/* ---------------------- END CSS ---------------------- */