/*
 * Author:	Martin Paces (martin_dot_paces_at_iguassu_dot_cz)
 * Date:	19.1.2006
 *
 *  Copyright 2006 (c) Iguassu Software Systems, a.s.
 */

/* style */

h1.title
{
	width: 700px;
	height: 60px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 24pt ;
	background-color: #243;
	background-image: url("../img/head_iss3.jpg") ;
	color: #FED;
	margin: 0px 0px 0px 0px; 
	padding: 30px 0px 0px 50px;
}

h4
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
}


.topmenu 
{ 
	font-size: 8pt ;
	text-align: right;
	background-color: #432 ;
	color: #FED;
	padding: 0.2em 1em 0.2em 1em ;
	border-top: 1px solid #FED ; 
	border-bottom: 1px solid silver ; 
}

.copyright 
{ 
	font-size: 8pt ;
	text-align: right;
	background-color: #432 ;
	color: #FED;
/*
	background-color: #010 ;
	color: white;	
*/
	margin: 0px 0px 0px 0px ;
	padding: 0.2em 1em 0.2em 1em ;
	border-top: 1px solid silver ; 
	border-bottom: 1px solid silver ; 
}


a       { color: black ; text-decoration: none;} 
a:hover { color: blue  ; text-decoration: none;} 

a.topmenuitem       { color: white ; text-decoration: none;} 
a.topmenuitem:hover { color: #ffc ; text-decoration: none;}
a.topmenuitem:active { color: #ff4 ; text-decoration: none;}


#body 
{
	float: left;
	/*background-color: white ; */
	background-color: #DFA;
	color: black;
}

#leftbar
{
	width: 159px;
	bottom: 0px;
	float: left;
	background-color: white;
	color: black; 
	/*
	border-right: 1px dotted black;
	*/
}

.leftmenuitem 
{ 
	background-color: #DFA;
	/*line-height: 2em ;*/
	padding: 0.5em 1ex 0.5em 1ex ;
	margin: 1px 0 1px 0 ; 
} 

a.leftmenuitem        { color: black  ; text-decoration: none; } 
a.leftmenuitem:hover  { color: #006   ; text-decoration: none; } 
a.leftmenuitem:active { color: silver ; text-decoration: none;} 

.textpane { margin: 4em 5em 4em 6em ; }

/* basic layout */

body 
{
	background-color: white;
	color:	black;
	font-family:	Verdana,Tahoma,Helvetica,sans-serif;
	font-size:	10pt;
	width:	750px;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
.tablecell
{
	font-family:	Verdana,Tahoma,Helvetica,sans-serif;
	font-size:	10pt;
}


#header
{
	background-color: white;
	color:	black;
	width: 750px ;
	float: left;
}
#main{
	width: 590px;
	float: left;
	background-color: white;
	color: black;	
	/* border: 1px solid black ; */
}
#header
{
	background-color: blue;
	color:	white;
}
#footer
{
	background-color: blue;
	color:	gray;
	width: 750px ;
	float: left;
}
