/***********************************************/
/* style.css                                   */
/* (c) 2005, Psychoporadna.com                 */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/******* hyperlink tag styles *******/

a:link, a:visited{
	color: #21536A;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #21536A;
	margin: 10px 0 0 0;
	padding: 0px;
	border-bottom: 1px solid #21536A;
	width: 95%;
}

h2{
	font: bold 105% Arial,sans-serif;
	color: #21536A;
	margin: 15px 0 5px 0;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	top: 12px;
   margin: auto;
	width: 730px;
	background-color: #F8F8D9;
	border: 1px solid Black;
}

#pageNav{
	float: left;
	width: 159px;
	padding: 0 0 0px 0;
	background-color: #F8F8E8;
	border-left: 1px solid #cccccc; 
	/*border-bottom: 1px solid #cccccc;*/
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 160px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** pageName styles ****************/

#pageName{
	padding: 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #C1D232;
}

/*************** story styles ******************/

.story {
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	background-color: #F3F6CB;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #A5A5A5;
	padding: 5px 10px 5px 0px;
	text-align: right;
	margin-top: -1px;
}

/************ sectionLinks styles *************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #C3CE88;
	font-weight: bold;
	padding: 7px 0px 7px 20px;
	color: black;
	margin-top: 2px;
	margin-bottom: 2px;
	}

#sectionLinks a:hover{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: black;
	font-weight: bold;
	text-decoration: none;
/*	background-image: url(../pic/menu2.jpg);*/
	background-color: #F5F8EC;
}

/*****text warnings POZOR!****/
#war{
	background-color:#21536A;
	color: White; 
	padding-left: 10px;
	padding-right: 10px;
}


