/* CSS kaskádové styly pro layout webu www.pralinkaclub.cz */

/* ### RESET CSS ### */
* { margin: 0; padding: 0; border: 0; }

/* ### VŠEOBECNÉ SPECIFIKACE ### */
body { margin: 0 auto; padding: 0; font: 14px Tahoma, Arial, Helvetica, sans-serif; color: black; background: #C22A63 url(../obr/bg-main.jpg) repeat-x; overflow: auto; }
a { color: #B72174; text-decoration: underline; }
a:hover { color: #990000; text-decoration: none; }

.container { margin: 0 auto 0 auto; width: 1229px; }
	.wrap { width: 1229px; }
		.leva { width: 943px; float: left; background: url(../obr/bg-leva.png) repeat-y; }
			.menu { width: 277px; float: left; }
			.stred { width: 666px; float: right; }
				.header { width: 666px; height: 268px; background: url(../obr/header.png) no-repeat; }
				.content { padding: 0 20px 20px 20px; width: 626px; height: auto; background-color: white; }
				.content h1 { padding-bottom: 10px; font-size: 26px; color: #990000; font-weight: bold; }
				.content p { padding: 7px; }
		.prava { width: 286px; float: right; }
		.footer { margin-left: 277px; width: 666px; height: 82px; background: url(../obr/footer.png) no-repeat; clear: both; }
		.footer p { font-size: 11px; color: #B72174; text-align: center; }

/* DISKUZE */
.mininadpis { font-size: 13px; font-weight: bold; }
.chyba { font-size: 13px; font-weight: bold; color: red; }
.info { font-size: 13px; font-weight: bold; color: green; }

.prispevek { margin: 10px auto 10px auto; width: 630px; background-color: #F7D7E2; border: 1px solid #DE6794; }
.prispevek:hover { background-color: #E897B6; }
.obsah-prispevku { margin: 10px; padding: 5px; width: auto; background-color: white; border: 1px solid #DE6794; clear: both; }
.strankovani { margin: 10px auto 10px auto; text-align: center; }

table { margin: 0 10px 5px 10px; padding: 5px; color: #9B1D04; font-size: 11px; background-color: #F7D7E2; border: 1px solid #DE6794; }
input, textarea { background-color: #FBF4EE; border: 1px solid #DE6794; }
input { width: 345px; }
.button { padding: 4px; width: auto; color: #FBF4EE; font-size: 12px; font-weight: bold; background-color: #9B1D04; }
