/* portal.pasnet.cz */

body {
	font-family: sans-serif;
	font-size: 10pt;
	color: black;
}

#header {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 180%;
	color: white;
	background-color: green;
	padding: 5px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	margin-top: 4px;
	margin-bottom: 4px;
}
/*
A.img:link { 
}
A.img:visited { 
}
A.img:active { 
}
A.img:hover { 
	background-color: white
}
	*/
A:link { 
	color: rgb(0,128,00);
	text-decoration: none
}
A:visited { 
	color: rgb(0,128,0);
	text-decoration: none
}
A:active { 
	color: blue;
	text-decoration: none
}
A:hover { 
	color: blue;
	text-decoration: none;
}

/* hlavni menu */

#mainmenu {
	font-weight: bold;
	background-color: white;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid green;
	height: 15pt;
}

.mainmenuitem {
	color: green;
	background-color: silver;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid green;
	float: left;
	margin-right: 5px;
}

.mainmenuitemselected {
	color: white;
	background-color: green;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid green;
	float: left;
	margin-right: 5px;
}

.mainmenustatus {
	color: green;
	background-color: silver;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid green;
	float: right;
}

/* lokalni menu */

#localmenu {
	font-weight: bold;
	background-color: white;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 2px solid green;
	height: 15pt;
}

.localmenuitem {
	color: green;
	background-color: silver;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid green;
	float: left;
	margin-right: 5px;
}

.localmenuitemselected {
	color: white;
	background-color: green;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid green;
	float: left;
	margin-right: 5px;
}

.localmenustatus {
	color: green;
	background-color: silver;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid green;
	float: right;
}


/* obsah */
#page {
	border: 2px solid green;
	padding: 3px;
}

#footer {
	border-bottom: 2px solid green;
	border-left: 2px solid green;
	border-right: 2px solid green;
	padding: 3px;
 	background-color: silver;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

.box {
	width: 99%;
}

.boxhead {
	color: #008000;
	background-color: #f0f0f0;
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12pt;
	border: 1px solid gray;
}

TD {
	font-size: 10pt;
}

.boxbody {
	border: 1px dotted black;
	font-size: 10pt;
}

