/* css pro stranky Sipe.wz.cz */ 

/*--------------------------------------|
|      |                         |      |
|      |     Main                |      |
|      |                         |      |
|      |                         |      |
|      |                         |      |
|      |                         |      |
|      |                         |      |
---------------------------------------*/


img 	{
	border-width: 0px;
}

.ramecek {
/* 	border: 4px dotted rgb(0, 51, 102); */
	border: 4px dotted #003366;
}


body, p, li, td, a, h1, h2, h3, h4, h5, i {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
/*
 color: #00659c; 
	color: #003063;

	color: #003366!important;
	color: #003063!important;
	color: #00659c!important;
	color: blue;
	*/

/* odkazy u pohledu jsou jinak formatovany */ 
#obsah a:visited {
	color: #003063;
}

#obsah a {
	color: #003063;
}

#obsah a:hover {
	color: white;
	text-decoration: none;
	background-color: #00659c;
}
#obsah a:active {
	color: white;
	text-decoration: none;
	background-color: #00659c;
}
/* 
	border: 1px solid #003063!important;
	background-color: #003063!important;
*/ 

#obsah p {
	text-align: justify;
}
#obsah div {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

#obsah h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.7em;
	text-align: center; 
	color: #003366; 
}

#obsah h2 {
	font-size: 1.3em;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 5px;
	color: #003366; 
}

#obsah h3 {
	font-size: 1.05em;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 4px;
	text-indent: 1px;
	color: #001166; 
}

/* odsazeni odrazek */ 
#obsah ul, #obsah li {
	list-style-image: url('../img/odrazka.png');
	margin-left: -10px;
	/* odsazeni pro ie */ 
	_margin-left: 10px;
}

.our_link, .our_link a, #obsah .our_link, #obsah .our_link a {
	background-image: url('../img/odrazka.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:7px;
}



/* cara v recepty.php */ 
.cara {
	border-bottom: 3px dotted #003366; 
	width: 100%;
}

/* -------- soubor forum -----------  */ 
#obsah input {
	border: 1px solid #bbd;
	/*   background-color: #eee; */
}

#obsah input[type=submit] {
	/*   background-color: #ccf; */
	/*   background-color: #036;  */
	background-color: #fff;
	width: 5em;
	cursor: pointer;
}
#obsah input[type=reset] {
	/*   background-color: #ccf; */
	background-color: #fff;
	width: 5em;
}


/* -------- soubor pohledy -----------  */ 
/* format bunky  */ 
.pohledy  {
}

/* odkazy  */ 
.pohledy a {
	text-decoration: none; 
	font-weight: bold;
	color: #003366;
	background-color: #cee3ff!important;
}
/* ukazano na odkazy mysi  */ 
.pohledy a:hover {
	color: red !important;
	text-decoration: none !important; 
	font-weight: bold;
	background-color: #cee3ff!important;
}
.pohledy a:visited {
	color: #003366;
	text-decoration: none; 
	font-weight: bold;
	background-color: #cee3ff!important;
}
.pohledy a:active {
	color: #003366;
	text-decoration: none !important; 
	font-weight: bold;
	background-color: #cee3ff!important;
}
/*
 background-color: transparent!important; 
	*/

/************************* 
soubor default.php - interview
*************************/ 
.otazka {
	font-style: italic;
}
.odpoved {
}

/* .tabulka table, tr, td { */
.tabulka {
	text-align: center;
}

/************************* 
nepouzito! 
*************************/ 

.citace {
	font-style: italic;
}

/* vypisy programu - napr. zdroj kody PHP */ 
.pr {
	border: 1px inset navy;
}


.zapati {
	font-size: 0.7em;
}

.cervene {
	color: red;
}
