
/* CSS pro stranky porod1.cz */
/* ------------------------- */

/* Definice zakladnich tagu: */
body {	
	background-color: #C4BAD8;
	margin: 0 auto;
	text-align: center;
}
table {
	border: 0px;
}	
tr {
	color: #0000CC;
	font-weight: bold;
}
td {
	padding: 0px;
}
img {
	border: none;
}
caption, h1 {
	text-align: center;
	color: #003366;
	font-face: Arial, Helvetica, Sans-Serif
	font-weight: bold;
	font-size: 22px;
}
a {	
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #9933FF;
}
a:hover {
	color: #630042;
}
p {	
	text-align: justify;
	color: #0000cc;
}
li {
	color: #0000cc;
}

/* Definice vlastnich trid a identifikatoru: */	

/* Nastaveni tabulky a divu, ktere tvori strukturu stranky: */
#obsah {
	margin: 0 auto;
	width: 761px;
}
#obsah table {
	border-collapse: collapse;
}
#obsah table table {
	border-collapse: separate;
}
#obrazek {
	padding: 1px 1px 1px 1px;
	background: url("images/skl/vedlebutton.jpg");
	height: 499px;
	width: 652px;
}
#text {
	margin-top: 80px;
	margin-left: 30px;
	height: 420px;
	width: 597px;
	padding-right: 10px;
	overflow: auto;
}
#pocitadlo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#zmenaHesla table {
	width: 70%;
}
#sekceHlaseni {
	border: 1px solid black;
	background: #C191DF;
	padding: 15px;
	margin: 20px;
	text-align: center;
}
#diskuzeFormular input {
	width: 100%;
}
#diskuzeFormular textarea {
	width: 100%;
}
#diskuze h3 {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid black;
	color: #0000cc;
	margin-bottom: 0px;
	text-align: left
}
#diskuze {
	font-size: 12px;
	text-align: right;
}

/* Definice specialnich stylu pro nektere casti stranky: */

tr.tmave {
	color: #000066;
	font-weight: bold;
}
p.vybava {
	font-size: 9pt;
	text-align: left;
	text-indent: 0px;
}
p.nastred {
	text-align: center;
}
#uvod {	
	font-face: Arial CE;
	text-align: center;
	color: #0000FF;
	font-weight: bold;
}
#prihlaska {
	font-weight: normal;
	font-size: 10px;
}
#prihlaska textarea {
	height: 100px;
}
#prihlaska textarea, #mail {
	width: 100%;
}


